.artikel-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.artikel-item h3 {
  color: black;
  margin-top: 1rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.artikel-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background: #E8E8E8;
  height: 350px;
}

.content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.artikel-wrapper {
  margin-top: 50px;
  margin-bottom: 200px;
}

.read-more {
  width: max-content;
  color: black;
  padding: 1rem;
  border: 1px solid black;
  border-radius: 1rem;
}

.read-more:hover {
  background: #C7392F;
  color: white;
  border: 1px solid #C7392F;
}

.artikel-post {
  margin-top: 25px;
}

.featured-images img {
  width: 100%;
  margin-bottom: 3rem;
  object-fit: cover;
}

.artikel-date {
  color: #C7392F;
  margin-bottom: 1rem;
  font-size: 18px;
}

.artikel-date-post {
  color: #C7392F;
  margin-bottom: 1rem;
  font-size: 24px;
}

.artikel-data h1 {
  color: black;
  margin: 0;
}

.content-post {
  color: black;
  font-size: 18px;
  margin-top: 2rem;
  margin-bottom: 50px;
  text-align: justify;
}

.post-back {
  color: white;
  font-size: 18px;
  background: black;
  padding: 1rem;
  border-radius: 1rem;
}

.post-back:hover {
  color: white;
}

.linked-article {
  margin-top: 50px;
}

.linked-article h3 {
  color: black;
  padding-bottom: 1.5rem;
  border-bottom: 1px black solid;
}
