.news-detail img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.news-detail img:hover {
  transform: none;
}

.related-item img:hover {
  transform: scale(1.01);
}

/* LEFT */
.news-detail p.category {
  color: var(--secondary-color);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}

.title {
  color: #f8f6f2;
  font-family: var(--heading-font-family);
  font-size: 32px;
  line-height: 1.2;
}

.body-content h1{
    font-size: 22px
}

.body-content h2 {
    font-size: 20px
}

.body-content h3 {
    font-size: 18px
}

.body-content h4, .body-content h5 {
    font-size: 16px
}

.main-content p {
    color: var(--white-text);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    margin: 12px 0;
}

.main-content p.lead {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.main-content img {
  width: 100%;
  object-fit: cover;
  margin: 12px 0 16px;
}

.main-content a {
  color: var(--secondary-color);
}

.main-content a:hover {
  text-decoration: underline;
}

.news-detail ul li {
  list-style: disc;
  margin: 12px 0 6px;
  color: var(--white-text);
}

.tags {
  margin-top: 32px;
  border-top: 1px solid #433d28;
  padding-top: 32px;
  color: var(--white-text);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.tags a {
  color: var(--secondary-color);
  font-weight: 500;
}

.tags a:hover {
  opacity: 0.8;
}

.sidebar-title {
  color: #f1f5f9;
  font-family: var(--heading-font-family);
  font-size: 30px;
  font-weight: 700;
  line-height: 35.2px;
}

.related-item {
  padding: 16px;
  gap: 15px;
  border-radius: 8px;
  border: 1px solid rgba(213, 177, 57, 0.05);
  background: #151411;
}

.related-item > img {
  width: 100%;
  height: 206px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background: lightgray 50%;
  flex-shrink: 0;
}

.related-item .category {
  font-family: Manrope;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
}

.related-item h6 {
  max-width: 400px;
  color: #fff;
  font-family: var(--heading-font-family);
  font-size: 24px;
  line-height: 28.1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.related-item p {
  max-width: 400px;
  text-align: justify;
  color: #979797;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.related-item p.date {
  font-size: 12px;
}

.related-item .read-more {
  gap: 8px;
  color: var(--secondary-color);
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
}

.related-item .read-more:hover {
  background-color: transparent !important;
  color: var(--secondary-color) !important;
  border-color: transparent !important;
}

.empty {
  opacity: 0.5;
  font-style: italic;
}

.related-item > img.related-thumb {
  width: 100%;
/*  max-width: 140px;*/
/*  height: 112px;*/
  object-fit: cover;
  object-position: center;
}



@media (min-width: 992px) {
  .sidebar {
    position: sticky;
    top: 100px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 22px;
    line-height: 1.4;
  }

  .main-content p.lead {
    font-size: 18px;
  }

  .related-item > img {
    width: 100%;
    height: 317px;
    margin: auto;
  }
}
