
/* Articles */
article {
  margin-bottom: 2rem;
}

article h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

article time {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

/* Post Text */
.post-text {
  position: relative;
  overflow: hidden;
  max-height: 12em;
  text-align: left;
}

.post-text p {
  margin-bottom: 1em;
}

/* Read More and Read Less */
.read-more, .read-less {
  display: none;
  position: absolute;
  cursor: pointer;
  padding: 0 5px;
  font-size: 0.8em;
  line-height: 1.2em;
  color: black;
  background-color: #fff;
  text-decoration: none;
  right: 0;
  bottom: 0;
}

.read-more:hover, .read-less:hover {
  color: #f0d700;
  text-decoration: underline;
}
