/* Premium Wellbeing Tips – page-specific overrides */
/* ==== PC base (mặc định) = xxl ≥1400px ==== */
/* Viết style mặc định ở ngoài media (áp cho ≥1400px) */

.content-section-premium {
  padding: 2rem 0 2rem 0;
  color: #0d250f;
}

.content-section-premium .section-title {
  padding: 2rem 0 0 0;
}

.content-section-premium .sub-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 2rem 0 1rem 0;
}

.media-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 10px;
}

.content-section-premium.detail-science .container {
  border-top: 1px solid rgba(27, 54, 27, 0.5);
  padding: 2rem 15px 0rem 15px;
}

.content-section-premium.psychology .container {
  padding: 3rem 15px 2em 15px;
  border-bottom: 1px solid rgba(27, 54, 27, 0.5);
  border-top: 1px solid rgba(27, 54, 27, 0.5);
}

/* Premium Wellbeing Tips Details */

.hero-section {
  position: relative;
  height: 50vh;
  background-image: var(--hero-bg, none);
  background-size: cover;
  background-position: center;
}

.content-section-tips {
  padding: 2rem 0;
}

.section-tips-header {
  padding: 2rem 0;
}

.section-tips-header .section-title {
  padding: 2rem 0;
}

.section-tips-content-body p.section-figure-quote {
  font-style: italic;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #000;
}

.content-section-tips,
.content-section-tips * {
  color: var(--dark-green);
  text-align: justify;
  letter-spacing: 0.01em;
}


/* .content-section-tips p {
  font-size: 24px;
  color: var(--dark-green);
  letter-spacing: 0.01em;
  text-align: justify;
} */

.content-section-tips blockquote {
  color: var(--dark-green);
  border-left: 4px solid rgba(27, 54, 27, 0.35);
  padding: .5rem 1rem;
  margin: 1rem 0;
}

.section-tips-content-title h2 {
  font-size: 62px;
  padding: 0rem 0 2rem 0;
  color: var(--dark-green);
  font-weight: var(--fw-bold);
  letter-spacing: 0.01em;
}

.section-tips-content-body p {
  color: var(--dark-green);
}

.section-tips-content-body h3 {
  font-weight: var(--fw-semibold);
  color: var(--dark-green);
}

.section-figure-quote p.quote-title {
  font-size: 24px;
  color: var(--dark-green);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}

.carousel-inner p {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

p.quote-author {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0px 0;
}

.quote-carousel-btn img {
  width: 20px;
}

.quote-carousel-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.quote-carousel-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.content-representative h4 {
  font-size: 24px;
  color: var(--dark-green);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  padding: 4rem 0 20px 0;
}

.content-representative ul {
  font-size: 24px;
  color: var(--dark-green);
  font-weight: 300;
  letter-spacing: 0.01em;
}

.embed-video {
  position: relative;
  width: min(100%, 960px);
  /* tối đa 960px, còn lại fit container */
  margin: 2rem auto;
  /* căn giữa ngang */
  aspect-ratio: 16 / 9;
  /* giữ tỉ lệ video */
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.embed-video iframe {
  position: absolute;
  inset: 0;
  /* top/right/bottom/left: 0 */
  width: 100%;
  height: 100%;
  border: 0;
}
.media-card .media-img-premium {
  border-radius: 12px;
}
/* Premium Carousel Styles */
#neuroCarousel .media-card,
#healthCarousel .media-card,
#psychologyCarousel .media-card,
#detailNeuroCarousel .media-card,
#detailHealthCarousel .media-card,
#detailPsychologyCarousel .media-card {
  margin-bottom: 0;
}

#neuroCarousel .media-img-premium,
#healthCarousel .media-img-premium,
#psychologyCarousel .media-img-premium,
#detailNeuroCarousel .media-img-premium,
#detailHealthCarousel .media-img-premium,
#detailPsychologyCarousel .media-img-premium {
  width: 100%;
  height: auto;
}

.content-representative {
  padding: 6rem 0 0 0;
}

/* === LỚP CHUNG (down): ghi đè dần từ lớn → nhỏ === */
/* ≤1399.98 = xl & down */
@media (max-width: 1399.98px) {
  /* override chung cho ≤xl */
}

/* ≤1199.98 = lg & down */
@media (max-width: 1199.98px) {
  /* override chung cho ≤lg */
    .section-tips-content-title h2 {
    font-size: 52px;
  }
}

/* ≤991.98 = md & down (tablet & phone) */
@media (max-width: 991.98px) {

  /* override chung cho ≤md */
  .tip-card .tip-img {
    height: 190px;
  }

  .section-tips-content-title h2 {
    font-size: 42px;
  }
}

/* ≤767.98 = sm & down (phone) */
@media (max-width: 767.98px) {

  /* override chung cho ≤sm */
  .art-culture-carousel-wrapper {
    padding: 0.2rem 0 0.5rem 0;
  }

  .content-section-premium {
    padding: 0 0 1rem 0;
  }

  #neuroCarousel .carousel-inner,
  #healthCarousel .carousel-inner,
  #psychologyCarousel .carousel-inner,
  #detailNeuroCarousel .carousel-inner,
  #detailHealthCarousel .carousel-inner,
  #detailPsychologyCarousel .carousel-inner {
    padding: 0 2rem;
  }

  #neuroCarousel .carousel-item .row,
  #healthCarousel .carousel-item .row,
  #detailNeuroCarousel .carousel-item .row,
  #detailHealthCarousel .carousel-item .row {
    margin: 0;
  }

  #neuroCarousel .carousel-item .col-6,
  #healthCarousel .carousel-item .col-6,
  #detailNeuroCarousel .carousel-item .col-6,
  #detailHealthCarousel .carousel-item .col-6 {
    padding: 0 0.5rem;
  }

  #neuroCarousel .media-content h3,
  #healthCarousel .media-content h3,
  #psychologyCarousel .media-content h3,
  #detailNeuroCarousel .media-content h3,
  #detailHealthCarousel .media-content h3,
  #detailPsychologyCarousel .media-content h3 {
    font-size: 20px;
  }

  #neuroCarousel .media-content p,
  #healthCarousel .media-content p,
  #psychologyCarousel .media-content p,
  #detailNeuroCarousel .media-content p,
  #detailHealthCarousel .media-content p,
  #detailPsychologyCarousel .media-content p {
    font-size: 16px;
    text-align: left;
  }

  .art-culture-carousel-control img {
    width: 26px;
  }

  .carousel-control-prev {
    left: -15px;
  }

  .carousel-control-next {
    right: -15px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: -40%;
  }

  .content-section-premium.psychology .container {
    padding: 1rem 15px 1em 15px;
  }

  .content-representative {
    padding: 0rem 0 0 0;
  }

  .embed-video {
    margin: 1.25rem auto;
    border-radius: 10px;
  }

  .section-tips-content-title h2 {
    font-size: 40px;
  }
}

/* ≤575.98 = xs (phone nhỏ) */
@media (max-width: 575.98px) {
  /* override chung cho ≤xs */
  .section-tips-content-title h2 {
    font-size: 38px;
  }
}


/* === LỚP RIÊNG (range): chỉ áp cho đúng 1 band === */
/* xxl only: ≥1400 */
@media (min-width: 1400px) {
  /* override riêng cho xxl nếu cần */
}

/* xl only: 1200–1399.98 */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* override chỉ xl */
}

/* lg only: 992–1199.98 */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* override chỉ lg (laptop phổ biến) */
}

/* md only: 768–991.98 */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* override chỉ md (tablet) */
}

/* sm only: 576–767.98 */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* override chỉ sm (phone lớn) */
}