.news-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.news-hero-image {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.news-hero-img {
  width: 100%;
  min-height: 420px;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

.news-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}

.news-breadcrumbs,
.news-breadcrumbs p,
.news-breadcrumbs a,
#breadcrumbs,
#breadcrumbs a {
  color: #fff;
  font-size: 14px;
  margin: 0 0 18px;
  text-decoration: none;
}

.news-page-title {
  color: #fff !important;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.08;
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.news-page-title.dark {
  color: #fff !important;
  margin: 0;
}

.news-title-only {
  background: #000;
  padding: 80px 0 40px;
}

.news-main-section {
  background: #000;
  color: #fff;
  padding: 60px 0 80px;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 60px;
  align-items: start;
}

.news-main-content {
  min-width: 0;
}

.news-summary {
  margin-bottom: 35px;
}

.news-summary h2 {
  color: #d6c62a;
  font-style: italic;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.news-content-body {
  font-size: 1.12rem;
  line-height: 1.85;
  color: #fff;
}

.news-content-body,
.news-content-body p,
.news-content-body li,
.news-content-body div,
.news-content-body span,
.news-content-body a,
.news-content-body strong,
.news-content-body em,
.news-content-body h1,
.news-content-body h2,
.news-content-body h3,
.news-content-body h4,
.news-content-body h5,
.news-content-body h6,
.news-block-paragraph,
.news-block-list,
.news-block-quote {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.news-content-body p {
  margin: 0 0 24px;
}

.news-block-title {
  color: #d6c62a !important;
  font-style: italic;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.news-block-paragraph,
.news-block-list,
.news-block-button,
.news-block-video,
.news-block-image,
.news-block-gallery,
.news-block-quote {
  margin-bottom: 30px;
}

.news-block-image img,
.news-gallery-item img,
.news-related-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.news-block-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.news-block-quote {
  border-left: 4px solid #d6c62a;
  padding-left: 20px;
  color: #ddd;
  font-style: italic;
}

.news-content-body a {
  color: #d6c62a;
  text-decoration: none;
  font-weight: 700;
}

.news-content-body a:hover {
  text-decoration: underline;
}

.news-btn {
  display: inline-block;
  background: #d6c62a;
  color: #000;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}

.news-btn:hover {
  color: #000;
  opacity: 0.92;
}

.news-sidebar h3 {
  color: #d6c62a;
  font-style: italic;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  margin: 0 0 28px;
  font-weight: 700;
}

.news-related-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.news-related-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: start;
}

.news-related-item.no-thumb {
  grid-template-columns: 1fr;
}

.news-related-thumb {
  display: block;
  width: 92px;
}

.news-related-thumb img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  display: block;
}

.news-related-content {
  min-width: 0;
}

.news-related-content h4 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  word-break: break-word;
}

.news-related-content h4 a {
  color: #d6c62a;
  text-decoration: none;
}

.news-related-content h4 a:hover {
  text-decoration: underline;
}

.news-related-readmore {
  display: inline-block;
  color: #d6c62a;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
}

.news-related-readmore:hover {
  text-decoration: underline;
}

.news-related-item.no-thumb .news-related-content h4 {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .news-sidebar {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .news-hero-image {
    min-height: 220px;
  }

  .news-hero-img {
    min-height: 220px;
    max-height: 320px;
    object-position: center center;
  }

  .news-hero-overlay {
    padding: 18px 0;
    align-items: flex-end;
  }

  .news-breadcrumbs {
    display: none;
  }

  .news-main-section {
    padding: 40px 0 60px;
  }

  .news-block-gallery {
    grid-template-columns: 1fr;
  }

  .news-related-item {
    grid-template-columns: 80px 1fr;
  }
}

/* ===== AJUSTE EXTRA TITULO NEWS EN MOVIL ===== */
@media (max-width: 767px) {
  .news-page-title {
    font-size: clamp(1rem, 5.5vw, 1.7rem) !important;
    line-height: 1.05 !important;
    max-width: 95% !important;
    margin-top: 0 !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-hero-overlay {
    padding: 12px 0 !important;
    align-items: flex-end !important;
  }

  .news-hero-image {
    min-height: 200px !important;
  }

  .news-hero-img {
    min-height: 200px !important;
    max-height: 280px !important;
    object-position: center center;
  }
}

/* ===== NEWS: FONDO BLANCO Y TEXTO NEGRO ===== */
.news-main-section,
.news-title-only {
  background: #fff !important;
  color: #000 !important;
}

.news-content-body,
.news-content-body p,
.news-content-body li,
.news-content-body div,
.news-content-body span,
.news-content-body strong,
.news-content-body em,
.news-content-body h1,
.news-content-body h2,
.news-content-body h3,
.news-content-body h4,
.news-content-body h5,
.news-content-body h6 {
  color: #000 !important;
}

.news-block-quote {
  color: #333 !important;
}

.news-sidebar {
  color: #000 !important;
}

.news-sidebar h3,
.news-block-title,
.news-summary h2,
.news-content-body a,
.news-related-content h4 a,
.news-related-readmore {
  color: #d6c62a !important;
}

/* ===== NEWS: AMARILLO MÁS LEGIBLE SOBRE FONDO BLANCO ===== */
.news-summary h2,
.news-block-title,
.news-sidebar h3,
.news-content-body a,
.news-related-content h4 a,
.news-related-readmore {
  color: #8a7a00 !important;
}

.news-btn {
  background: #8a7a00 !important;
  color: #fff !important;
}

.news-block-quote {
  border-left-color: #8a7a00 !important;
}