:root {
  --overlap: 160px; /* desktop default */
}

html[lang="ar"] body.template-newsindexpage,
html[lang="ar"] body.template-newspage {
  font-family: "Granadia-Book", sans-serif;
}

.row {
  --bs-gutter-x: 0px;
}

body.template-newsindexpage {
  overflow-x: hidden;
}

body.template-newspage {
  overflow-x: hidden;
  overflow-y: hidden;
}

html:has(body.template-newsindexpage),
html:has(body.template-newspage) {
  overflow-x: hidden;
  overflow-y: auto;
}

/* RTL: neutralize the LTR "break out to viewport edge" tricks in the
   read-more carousel. In RTL, margin-inline-end / inset-inline-end flip
   to the LEFT side, so the negative calc(-50vw + 50%) values push content
   past the viewport's left edge — causing horizontal scroll and a white
   gap on the left. Keep this block contained instead. */
html[lang="ar"] .news-read-more {
  margin-inline-start: 0;
  padding-inline-start: 0;
}

html[lang="ar"] .news-read-more__carousel {
  width: 100%;
  margin-inline-end: 0;
  padding-inline-end: 0;
}

html[lang="ar"] .news-read-more__controls {
  position: static;
  inset-inline-end: auto;
}

html[lang="ar"] .news-read-more__header {
  flex-wrap: wrap;
}

.template-newsindexpage .header-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background: transparent !important;
}

.template-newspage .header-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background: transparent !important;
  pointer-events: auto;
}

.template-newsindexpage .container,
.template-newspage .container {
  margin-inline: auto;
}

.template-newsindexpage .news-index.container {
  transform: scale(1.3);
  transform-origin: top center;
}

@media (max-width: 1200px) {
  .template-newsindexpage .news-index.container {
    transform: scale(1.15);
  }
}

@media (max-width: 900px) {
  .template-newsindexpage .news-index.container {
    transform: scale(1.05);
  }
}

@media (max-width: 720px) {
  .template-newsindexpage .news-index.container {
    transform: none;
  }
}

/* News index sections */
.news-index-section {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background-image: var(--news-section-image);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.news-index-section.news-index-section--footer {
  overflow: visible;
}

/* Content sections — always use content-based height, not spacer */
.news-section-two,
.news-detail-section {
  overflow: visible;
  background-size: cover;
  background-position: top center;
}

.news-section-two .news-index-section__spacer,
.news-detail-section .news-index-section__spacer {
  display: none;
}

.news-section-two .news-index-section__content,
.news-detail-section .news-index-section__content {
  position: relative;
  inset: auto;
  display: block;
  min-height: 0;
}

.news-index-section__spacer {
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.news-index-section__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  /*transform: scale(1.08);*/
  transform-origin: top center;
  z-index: 2;
  pointer-events: auto;
}

.news-index-section--footer .news-index-section__content {
  overflow: visible;
}

.news-index-section__footer {
  margin-top: auto;
}

.news-index-section--footer .news-index-section__footer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.template-newsindexpage .news-index-section:first-of-type .news-index {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* News hero (section 1) */
.news-hero {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
  padding: 0;
  margin: auto 0;
}

.news-hero__breadcrumb-wrap {
  position: relative;
  top: 100px;
}

.news-hero__breadcrumb {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.news-hero-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  width: 690px;
  height: 52px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 90px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.news-hero-search {
  display: flex;
  justify-content: center;
}

.news-hero-search-toggle.is-hidden {
  display: none;
}

.news-hero-search-form {
  display: none;
  align-items: center;
  gap: 12px;
}

.news-hero-search-form.is-visible {
  display: flex;
}

.news-hero-search-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  font-family: "Granadia-Book", sans-serif;
  font-size: 18px;
  color: #ffffff;
  outline: none;
}

.news-hero-search-input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.news-hero-search-submit {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.news-hero-cta:hover {
  background: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
}

.news-hero-cta-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.news-hero-cta-icon img {
  width: 24px;
  height: 24px;
}

.news-title {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.blogs-news-title {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.news-announcements-title {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 800;
  font-size: 74px;
  line-height: 1.15;
  color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.blog-news-frame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  max-width: 100%;
  height: 52px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 90px;
  flex-wrap: wrap;
}

.blog-news-frame__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../../images/icon-search.svg") no-repeat center / contain;
}

.blog-news-frame__text {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

/* Announcements (section 2) */
.news-section-two {
  padding-top: 40px;
}

.announcements-title {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  color: #161616;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.hero-rectangle {
  width: 100%;
  max-width: 1620px;
  aspect-ratio: 1620 / 775;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79.49%),
    var(--hero-image, none) center/cover no-repeat,
    #d9d9d9;
}

.hero-rectangle__content {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  display: grid;
  gap: 10px;
  color: #ffffff;
}

.hero-rectangle__title {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
}

.hero-rectangle__summary {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.hero-rectangle__button {
  align-self: flex-start;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #161616;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.hero-rectangle__button:hover,
.hero-rectangle__button:focus-visible {
  background: #f0f0f0;
}

.group-container {
  width: 100%;
  max-width: 1620px;
  height: 56px;
  margin: 40px auto 0;
}

.announcement-carousel {
  width: 100%;
  max-width: 1620px;
  margin: 24px auto 0;
  padding: 18px 22px;
  border-radius: 20px;
  background: rgba(22, 22, 22, 0.45);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.announcement-carousel__slides {
  display: block;
}

.announcement-carousel__slide {
  display: none;
}

.announcement-carousel__slide.is-active {
  display: block;
  position: relative;
  opacity: 1;
  transform: none;
}

.announcement-carousel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.announcement-carousel__tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.announcement-carousel__date {
  color: rgba(255, 255, 255, 0.8);
}

.announcement-carousel__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.announcement-carousel__progress {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  height: 6px;
}

.announcement-carousel__bar {
  position: relative;
  flex: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.announcement-carousel__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  background: #c27aff;
  animation: announcementProgress 15s infinite;
}

.announcement-carousel__bar:nth-child(1)::after {
  animation-delay: 0s;
}

.announcement-carousel__bar:nth-child(2)::after {
  animation-delay: 5s;
}

.announcement-carousel__bar:nth-child(3)::after {
  animation-delay: 10s;
}

@keyframes announcementFade {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  6% {
    opacity: 1;
    transform: translateY(0);
  }
  32% {
    opacity: 1;
    transform: translateY(0);
  }
  38% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@keyframes announcementProgress {
  0% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(1);
  }
  33% {
    transform: scaleX(1);
  }
  34% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .announcement-carousel__slide,
  .announcement-carousel__bar::after {
    animation: none;
  }

  .announcement-carousel__slide {
    opacity: 1;
    position: relative;
    transform: none;
  }
}

/* =========================
   LATEST NEWS SECTION
========================= */

.latest-news {
  max-width: 1620px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

/* =========================
   HEADER
========================= */

.latest-news__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}

.latest-news__title {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  line-height: 1.2;
  color: #161616;
}

/* =========================
   FILTER BAR
========================= */

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.25rem;
  background: #161616;
  border-radius: 30px;
}

.news-filter {
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-family: "Granadia-Book", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.news-filter.is-active {
  background: #715de3;
  font-weight: 800;
}

/* =========================
   LATEST NEWS HEADER
========================= */

.news-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0 24px;
  flex-wrap: wrap;
}

.news-header h2 {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.2;
  color: #161616;
  margin: 0;
}

.filter-bar {
  background: #111111;
  padding: 6px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-bar button,
.filter-bar a {
  background: transparent;
  border: none;
  color: #bbbbbb;
  padding: 10px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-family: "Granadia-Book", sans-serif;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.filter-bar button.active,
.filter-bar a.active {
  background: #715de3;
  color: #ffffff;
}

/* =========================
   GRID
========================= */

.news-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-index__grid > .col-12 {
  width: 100%;
}

@media (max-width: 1100px) {
  .news-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .news-index__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================
   CARD
========================= */

.news-card {
  position: relative;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    var(--card-image) center / cover no-repeat;
  z-index: 0;
}

/* =========================
   CARD CONTENT
========================= */

.news-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.news-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  opacity: 0.8;
}

.news-pill {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

.news-card__box {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.news-card__title {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

.news-card__desc {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* =========================
   READ MORE
========================= */

.news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-family: "Granadia-Book", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.news-card__link svg {
  width: 18px;
  height: 18px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .latest-news {
    padding: 2.5rem 1rem;
  }

  .news-card {
    height: 260px;
  }

  .news-card__title {
    font-size: 16px;
  }

  .news-card__desc {
    font-size: 13px;
  }
}

/* News detail page */
.news-detail {
  padding: 120px 0 80px;
  font-family: "Granadia-Book", sans-serif;
}

.news-detail__header {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.news-detail__header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.1;
  color: #111111;
}

.news-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.news-detail__tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(120, 110, 240, 0.15);
  color: #3e3861;
  font-size: 12px;
  font-weight: 600;
}

.news-detail__date {
  color: rgba(40, 33, 79, 0.7);
  font-size: 12px;
  font-weight: 600;
}

.news-detail__image {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  margin: 24px 0;
}

.news-detail__intro {
  margin: 0 0 24px;
  font-size: 18px;
  color: rgba(40, 33, 79, 0.85);
}

.news-detail__body {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(40, 33, 79, 0.9);
}

/* Footer adjustments for news index */
.template-newsindexpage .footer-with-bg {
  background: linear-gradient(135deg, #1b1a23 0%, #2a1d3a 45%, #1c2c58 100%);
  background-image: none;
  padding: 90px 0 60px;
}

.template-newsindexpage .footer-inline {
  position: relative;
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
}

.template-newsindexpage .footer-inline .scroll-to-top {
  display: none;
}

.template-newsindexpage .scroll-to-top.show {
  display: flex;
}

.footer-with-bg {
  background-image: url("../../images/project-last.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.template-newsindexpage .footer-container {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 80px;
}

.template-newsindexpage .footer-logo-section {
  margin: 0 0 40px;
}

.template-newsindexpage .footer-logo {
  margin-left: 0;
  max-width: 120px;
  filter: brightness(1.1);
}

.template-newsindexpage .footer-main {
  padding-bottom: 40px;
}

.template-newsindexpage .footer-tagline-section {
  margin-bottom: 24px;
}

.template-newsindexpage .footer-tagline {
  margin-left: 0;
  color: #ffffff;
  font-size: 84px;
  line-height: 0.95;
  max-width: 520px;
  white-space: normal;
}

.template-newsindexpage .footer-info-section {
  padding-left: 0 !important;
  color: rgba(255, 255, 255, 0.85);
}

.template-newsindexpage .footer-location-title {
  color: #ffffff;
}

.template-newsindexpage .footer-location-text {
  color: rgba(255, 255, 255, 0.65);
}

.template-newsindexpage .footer-contact-link {
  color: rgba(255, 255, 255, 0.9);
}

.template-newsindexpage .footer-contact-link:hover {
  color: #ffffff;
}

.template-newsindexpage .footer-bottom-content {
  padding-left: 0;
}

.template-newsindexpage .footer-copyright p {
  color: rgba(255, 255, 255, 0.65);
}

.template-newsindexpage .footer-social .social-icon {
  color: #ffffff;
}

.template-newsindexpage .scroll-to-top {
  background: #7b61ff;
  color: #ffffff;
  border: none;
}

/* Footer adjustments for news detail page */
.template-newspage .footer-tagline {
  color: #ffffff;
}

.template-newspage .footer-info-section {
  color: rgba(255, 255, 255, 0.85);
}

.template-newspage .footer-location-title {
  color: #ffffff;
}

.template-newspage .footer-location-text {
  color: rgba(255, 255, 255, 0.65);
}

.template-newspage .footer-contact-link {
  color: rgba(255, 255, 255, 0.9);
}

.template-newspage .footer-contact-link:hover {
  color: #ffffff;
}

.template-newspage .footer-copyright p {
  color: rgba(255, 255, 255, 0.65);
}

.template-newspage .footer-social .social-icon {
  color: #ffffff;
}

.template-newspage .footer-with-bg.footer--light {
  color: #ffffff;
}

.template-newspage .footer-with-bg.footer--light .footer-tagline,
.template-newspage .footer-with-bg.footer--light .footer-location-title,
.template-newspage .footer-with-bg.footer--light .footer-contact-link,
.template-newspage .footer-with-bg.footer--light .footer-social .social-icon,
.template-newspage .footer-with-bg.footer--light .footer-copyright p {
  color: #ffffff;
}

.template-newspage .footer-with-bg.footer--light .footer-location-text {
  color: rgba(255, 255, 255, 0.7);
}

/* =========================
   CARD (EXAMPLE STRUCTURE)
========================= */

.card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 300px;
  background: #000000;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}

.card-overlay .meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  opacity: 0.8;
}

.card-overlay h3 {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.card-overlay p {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.85;
}

.card-overlay a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

/* =========================
   PAGINATION
========================= */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0 0;
}

.pagination .page,
.pagination .next {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
  font-family: "Granadia-Book", sans-serif;
  font-size: 0.95rem;
}

.pagination .page.active {
  background: #715de3;
  color: #ffffff;
  border-color: #715de3;
}

.pagination .next {
  border-radius: 30px;
}

/* Newsletter section (news index footer) */
.newsletter-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.newsletter-corner-image {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-80%, 40%);
  width: clamp(120px, 16vw, 450px);
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.newsletter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 120px 140px;
  width: min(1920px, 100%);
  aspect-ratio: 1583 / 489;
  box-sizing: border-box;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 30px;
  margin-top: 250px;
}

.newsletter__title {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.15;
  text-align: center;
  color: #d8f73d;
}

.newsletter__text {
  max-width: 980px;
  font-family: "Granadia-Book", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
}

.newsletter__form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.newsletter__input {
  height: 52px;
  padding: 6px 18px;
  border-radius: 999px;
  border: none;
  font-family: "Granadia-Book", sans-serif;
  font-size: 16px;
  color: #5f5f5f;
  width: 540px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(10, 12, 20, 0.35);
}

.newsletter__button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: #12102f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(8, 10, 20, 0.45);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.newsletter__button:hover {
  background: #1a1642;
  transform: translateY(-1px);
}

.newsletter__privacy {
  font-family: "Granadia-Book", sans-serif;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
}

/* Stats */
.stats {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.stat-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 24px;
  background: transparent;
  border-radius: 60px;
  min-width: 220px;
}

.stat-card__icon {
  width: 36px;
  height: auto;
}

.stat-card__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.stat-card__value {
  font-family: "Granadia-Book", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
}

.stat-card__label {
  font-family: "Granadia-Book", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #dfdfdf;
}

/* Force footer text to white on the news index page only */
.template-newsindexpage .footer-with-bg,
.template-newsindexpage .footer-with-bg * {
  color: #ffffff;
}

/* New styles for news detail page */
.template-newspage .news-detail-hero__layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.news-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-family: "Granadia-Book", sans-serif;
  font-size: 20px;
  color: #ffffff;
  pointer-events: auto;
}

.news-detail-breadcrumb a {
  color: #ffffff;
  text-decoration: underline;
  pointer-events: auto;
}

.news-detail-breadcrumb__sep {
  opacity: 0.7;
}

.news-detail-breadcrumb__current {
  font-weight: 700;
}

.news-detail-hero__content {
  margin: auto 0;
  text-align: center;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.news-detail-hero__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-family: "Granadia-Book", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.news-detail-hero__title {
  margin: 0;
  color: #ffffff;
  font-family: "Granadia-Book", sans-serif;
  font-size: clamp(32px, 4vw, 68px);
  font-weight: 800;
  line-height: 1.15;
  max-width: 920px;
}

.news-detail-section__content {
  /*padding-top: 80px;*/
  padding-bottom: 80px;
  display: grid;
  gap: 0;
  max-width: 1920px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (max-width: 1400px) {
  .news-detail-section__content {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .news-detail-section__content {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .news-detail-section__content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-detail-section + .news-detail-section .news-detail-section__content {
  padding-top: 0;
}

.news-detail-section__row {
  margin: 0;
}

.news-detail-copy {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.news-detail-copy__title {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: clamp(24px, 2.4vw, 40px);
  font-weight: 700;
  color: #161616;
}

.news-detail-copy__text {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: 26px;
  line-height: 1.8;
  color: #333333;
}

.news-detail-image {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: block;
  border-radius: 24px;
  min-height: 180px;
  object-fit: cover;
  background: #e9e9e9;
}

.news-detail-image--placeholder {
  min-height: 240px;
}

.news-read-more {
  margin-top: 80px;
  display: grid;
  gap: 48px;
  max-width: 100%;
  margin-inline-start: -40px;
  margin-inline-end: auto;
  padding-inline-start: 40px;
  padding-inline-end: 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.news-read-more__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.news-read-more__title {
  margin: 0;
  font-family: "Granadia-Book", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #161616;
}

.news-read-more__controls {
  display: flex;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 999px;
  position: absolute;
  inset-inline-end: calc(-50vw + 50% + 24px);
}

.news-read-more__control {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
  pointer-events: auto;
}

.news-read-more__control:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.news-read-more__control:active {
  transform: translateY(0);
}

.news-read-more__control:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.news-read-more__control:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.news-read-more__control img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.news-read-more__carousel {
  display: flex;
  gap: 38px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
  width: calc(100vw - 24px);
  margin-inline-start: 0;
  margin-inline-end: calc(-50vw + 50%);
  padding-inline-start: 0;
  padding-inline-end: 24px;
  box-sizing: border-box;
}

.news-read-more__carousel::-webkit-scrollbar {
  display: none;
}

.news-read-more__card {
  position: relative;
  flex: 0 0 420px;
  height: 560px;
  border-radius: 35px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #000;
}

.news-read-more__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #e9e9e9;
}

.news-read-more__card-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #1b2430;
  z-index: 2;
}

.news-read-more__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  display: grid;
  gap: 16px;
  color: #fff;
  z-index: 1;
}

.news-read-more__meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.news-read-more__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.news-read-more__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.news-read-more__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  width: fit-content;
}

.news-read-more__link:hover,
.news-read-more__link:focus-visible {
  background: #f0f0f0;
  transform: scale(1.05);
}

.news-read-more__empty {
  margin: 0;
  color: #4b4b4b;
}

/* Responsive styles for read-more section */
@media (max-width: 1024px) {
  .news-read-more__card {
    flex: 0 0 300px;
    height: 420px;
  }

  .news-read-more__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .news-read-more {
    gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .news-read-more__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .news-read-more__title {
    font-size: 28px;
  }

  .news-read-more__carousel {
    gap: 20px;
  }

  .news-read-more__card {
    flex: 0 0 85%;
    height: 380px;
  }

  .news-read-more__body {
    padding: 20px;
  }

  .news-read-more__card-title {
    font-size: 18px;
  }

  .news-read-more__card-text {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .news-detail-hero__layout {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .news-detail-section__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .news-detail-breadcrumb {
    font-size: 16px;
  }

  .news-read-more__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-read-more__image {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  html,
  body.template-newsindexpage,
  body.template-newspage {
    max-width: 100%;
    overflow-x: hidden;
  }

  .template-newsindexpage .header-container,
  .template-newspage .header-container {
    width: 100%;
    margin: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .template-newsindexpage .container,
  .template-newspage .container,
  .template-newsindexpage .news-index.container,
  .template-newspage .news-index.container {
    width: 100%;
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    transform: none;
  }

  .news-index-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: visible;
    background-size: cover;
    background-position: top center;
  }

  .news-index-section__spacer {
    display: none;
  }

  .news-index-section__content {
    position: relative;
    inset: auto;
    display: block;
    min-height: 0;
  }

  .template-newsindexpage .news-index-section:first-of-type {
    min-height: 640px;
  }

  .template-newsindexpage
    .news-index-section:first-of-type
    .news-index-section__content {
    display: flex;
    flex-direction: column;
    min-height: 640px;
  }

  .template-newsindexpage .news-index-section:first-of-type .news-index {
    flex: 1;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .news-hero__breadcrumb-wrap {
    top: auto;
    padding-top: 1.5rem;
  }

  .news-hero__breadcrumb {
    justify-content: center;
  }

  .news-title,
  .blogs-news-title {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .news-announcements-title {
    font-size: clamp(3rem, 8vw, 4.25rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .news-hero {
    gap: 0.9rem;
    width: 100%;
    margin: 3rem 0 0;
  }

  .news-hero-search,
  .news-hero-search-form {
    width: 100%;
  }

  .news-hero-cta {
    width: 100%;
    max-width: 34rem;
    height: 50px;
    padding: 0 1rem;
    gap: 0.75rem;
  }

  .news-section-two {
    padding: 3rem 0 4rem;
  }

  .announcements-title,
  .news-header h2 {
    font-size: 2.35rem;
    line-height: 1.15;
  }

  .hero-rectangle {
    max-width: 680px;
    min-height: 420px;
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: auto;
    border-radius: 20px;
  }

  .hero-rectangle__content {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    gap: 0.85rem;
  }

  .hero-rectangle__title {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .hero-rectangle__summary {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .announcement-carousel {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    border-radius: 18px;
  }

  .announcement-carousel__title {
    font-size: 1.05rem;
  }

  .group-container {
    display: none;
  }

  .news-header {
    align-items: flex-start;
    margin: 2.25rem 0 1.35rem;
  }

  .filter-bar {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-bar a,
  .filter-bar button {
    flex: 0 0 auto;
    padding: 0.65rem 0.95rem;
    font-size: 0.9rem;
  }

  .news-index__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .news-index__grid > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .card,
  .news-card {
    width: 100%;
    max-width: 620px;
    height: 320px;
    border-radius: 18px;
  }

  .card-overlay,
  .news-card__content {
    padding: 1.1rem;
  }

  .card-overlay h3,
  .news-card__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.1rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .card-overlay p,
  .news-card__desc {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .newsletter-section {
    gap: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .newsletter {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding: 3rem 1.5rem;
    aspect-ratio: auto;
    border-radius: 22px;
    background-size: cover;
  }

  .newsletter-corner-image {
    display: none;
  }

  .newsletter__title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .newsletter__text {
    font-size: 1rem;
    line-height: 1.55;
  }

  .newsletter__form {
    width: 100%;
    max-width: 34rem;
    gap: 0.5rem;
  }

  .newsletter__input {
    width: 100%;
    min-width: 0;
    height: 50px;
  }

  .template-newspage .news-detail-hero {
    min-height: 420px;
  }

  .template-newspage .news-detail-hero .news-index-section__content,
  .template-newspage .news-detail-hero__layout {
    min-height: 420px;
  }

  .template-newspage .news-detail-hero__layout {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .news-detail-section {
    padding: 3rem 0;
  }

  .news-detail-section__content {
    display: block;
    padding: 0 1.5rem 3rem;
  }

  .news-detail-section__row {
    row-gap: 1.75rem;
  }

  .news-detail-copy {
    gap: 0.85rem;
    padding: 0;
  }

  .news-detail-copy__title {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .news-detail-copy__text {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .news-detail-image {
    max-width: 100%;
    border-radius: 18px;
    min-height: 0;
  }

  .news-read-more {
    gap: 1.75rem;
    margin: 3.25rem 0 0;
    padding: 0;
  }

  .news-read-more__header {
    flex-direction: column;
    align-items: stretch;
  }

  .news-read-more__controls {
    position: static;
    align-self: flex-start;
    padding: 0;
  }

  .news-read-more__card {
    flex: 0 0 min(72vw, 440px);
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  html,
  body.template-newsindexpage,
  body.template-newspage {
    max-width: 100%;
    overflow-x: hidden;
  }

  .template-newsindexpage .header-container,
  .template-newspage .header-container {
    width: 100%;
    margin: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .template-newsindexpage .container,
  .template-newspage .container,
  .template-newsindexpage .news-index.container,
  .template-newspage .news-index.container {
    width: 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .news-index-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: visible;
    background-size: cover;
    background-position: top center;
  }

  .news-index-section__spacer {
    display: none;
  }

  .news-index-section__content {
    position: relative;
    inset: auto;
    display: block;
    min-height: 0;
  }

  .template-newsindexpage .news-index-section:first-of-type {
    min-height: 560px;
  }

  .template-newsindexpage
    .news-index-section:first-of-type
    .news-index-section__content {
    display: flex;
    flex-direction: column;
    min-height: 560px;
  }

  .template-newsindexpage .news-index-section:first-of-type .news-index {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .news-hero__breadcrumb-wrap {
    top: auto;
    padding-top: 1.25rem;
  }

  .news-hero__breadcrumb {
    justify-content: center;
  }

  .news-title,
  .blogs-news-title {
    font-size: 1rem;
    line-height: 1.35;
  }

  .news-announcements-title {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .news-hero {
    gap: 0.75rem;
    width: 100%;
    margin: 2.5rem 0 0;
  }

  .news-hero-search,
  .news-hero-search-form {
    width: 100%;
  }

  .news-hero-cta {
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0 0.875rem;
    gap: 0.625rem;
  }

  .news-hero-cta-text,
  .news-hero-search-input {
    min-width: 0;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-section-two {
    padding: 2.5rem 0 3.5rem;
  }

  .announcements-title,
  .news-header h2 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .hero-rectangle {
    min-height: 360px;
    aspect-ratio: auto;
    border-radius: 18px;
  }

  .hero-rectangle__content {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    gap: 0.75rem;
  }

  .hero-rectangle__title {
    font-size: 1.45rem;
    line-height: 1.2;
  }

  .hero-rectangle__summary {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .announcement-carousel {
    padding: 0.875rem;
    border-radius: 16px;
  }

  .announcement-carousel__title {
    font-size: 1rem;
  }

  .group-container {
    display: none;
  }

  .news-header {
    align-items: flex-start;
    margin: 2rem 0 1.25rem;
  }

  .filter-bar {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-bar a,
  .filter-bar button {
    flex: 0 0 auto;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }

  .news-index__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .card,
  .news-card {
    width: 100%;
    height: 260px;
    border-radius: 16px;
  }

  .card-overlay,
  .news-card__content {
    padding: 1rem;
  }

  .card-overlay h3,
  .news-card__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .card-overlay p,
  .news-card__desc {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.85rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .pagination .page,
  .pagination .next {
    padding: 0.6rem 0.85rem;
  }

  .news-index-section--footer {
    padding-top: 3rem;
  }

  .newsletter-section {
    gap: 1.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .newsletter {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding: 2.5rem 1rem;
    aspect-ratio: auto;
    border-radius: 20px;
    background-size: cover;
  }

  .newsletter-corner-image {
    display: none;
  }

  .newsletter__title {
    font-size: 1.65rem;
    line-height: 1.2;
  }

  .newsletter__text {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .newsletter__form {
    width: 100%;
    gap: 0.5rem;
  }

  .newsletter__input {
    width: 100%;
    min-width: 0;
    height: 48px;
  }

  .newsletter__button {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .stats {
    width: 100%;
    margin-top: 0;
  }

  .stat-card {
    width: 100%;
    min-width: 0;
    padding: 0.875rem 1rem;
  }

  .template-newsindexpage .footer-inline {
    width: 100%;
    margin: 1.5rem 0 0;
  }

  .template-newsindexpage .footer-container,
  .template-newspage .footer-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .template-newsindexpage .footer-tagline,
  .template-newspage .footer-tagline {
    max-width: 100%;
    font-size: 2.25rem;
    line-height: 1.05;
  }

  .template-newspage .news-detail-hero {
    min-height: 360px;
  }

  .template-newspage .news-detail-hero .news-index-section__content {
    min-height: 360px;
  }

  .template-newspage .news-detail-hero__layout {
    min-height: 360px;
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
  }

  .news-detail-section {
    padding: 2.5rem 0;
  }

  .news-detail-section__content {
    display: block;
    padding: 0 1rem 2.5rem;
  }

  .news-detail-section__row {
    row-gap: 1.5rem;
  }

  .news-detail-copy {
    gap: 0.75rem;
    padding: 0;
  }

  .news-detail-copy__title {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .news-detail-copy__text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .news-detail-image {
    max-width: 100%;
    border-radius: 16px;
    min-height: 0;
  }

  .news-read-more {
    gap: 1.5rem;
    margin: 3rem 0 0;
    padding: 0;
  }

  .news-read-more__header {
    align-items: stretch;
  }

  .news-read-more__controls {
    position: static;
    align-self: flex-start;
    padding: 0;
  }

  .news-read-more__control,
  .news-read-more__control img {
    width: 44px;
    height: 44px;
  }

  .news-read-more__carousel {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    gap: 1rem;
  }

  .news-read-more__card {
    flex-basis: min(82vw, 300px);
    height: 380px;
    border-radius: 20px;
  }

  .news-read-more__image {
    height: 100%;
  }

  .news-read-more__body {
    padding: 1rem;
    gap: 0.75rem;
  }
}
