/* Category / content pages: contained hero + Rank Math breadcrumbs */

.siu88-page-chrome {
  max-width: var(--siu88-container, 1124px);
  width: 100%;
  margin: 20px auto 8px;
  padding: 0 16px;
  box-sizing: border-box;
}

.siu88-breadcrumbs {
  margin: 0 0 12px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #e8f1ff;
  background: linear-gradient(95deg, #149cfe 0.42%, #0066ff 48.89%, #0a61d4 98.81%);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(10, 97, 212, 0.22);
}

.siu88-breadcrumbs .rank-math-breadcrumb,
.siu88-breadcrumbs p {
  margin: 0 !important;
}

.siu88-breadcrumbs a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.siu88-breadcrumbs a:hover,
.siu88-breadcrumbs a:focus-visible {
  text-decoration: underline !important;
}

.siu88-breadcrumbs .separator {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 6px;
}

.siu88-breadcrumbs .last {
  color: #ffe27a;
  font-weight: 600;
}

.siu88-page-hero {
  display: block;
  width: 100%;
  line-height: 0;
  background: #091833;
  overflow: hidden;
  border-radius: 12px;
}

.siu88-page-hero img {
  display: block;
  width: 100%;
  height: clamp(148px, 18vw, 240px);
  object-fit: cover;
  object-position: center;
}

.siu88-page-nav {
  display: none !important;
}

/*
 * Align Flatsome section body with .siu88-page-chrome (hero + breadcrumbs).
 * Without this, .row uses site_width (~1280) while chrome uses --siu88-container
 * (1124), and .siu88-editorial adds another max-width + horizontal padding → “lệch”.
 */
.siu88-page-section > .section-content {
  max-width: var(--siu88-container, 1124px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.siu88-page-section > .section-content > .row {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.siu88-page-section .siu88-editorial {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 4px 0 40px;
}

/* SEO lede */
.siu88-seo-lede,
.siu88-page-section .text > p.siu88-seo-lede {
  display: block;
  max-width: none;
  margin: 0 0 20px !important;
  padding: 14px 18px;
  text-align: left;
  font-size: 15px;
  line-height: 1.65;
  color: #1a1d21;
  background: #fff;
  border: 1px solid rgba(11, 87, 208, 0.12);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(9, 24, 51, 0.04);
}

.siu88-seo-lede a,
.siu88-page-section .text > p:first-child a {
  color: #0b57d0 !important;
  font-weight: 700;
}

.siu88-page-section .siu88-editorial > h1 {
  text-align: left;
}

@media (max-width: 768px) {
  .siu88-page-chrome {
    margin-top: 12px;
    padding: 0 12px;
  }

  .siu88-page-section > .section-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .siu88-page-hero {
    border-radius: 10px;
  }

  .siu88-page-hero img {
    height: 132px;
  }

  .siu88-seo-lede,
  .siu88-page-section .text > p.siu88-seo-lede {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
