/* Total.kz public final polish layer.
   Late-loaded after AV DS overlay, scoped to Total.kz public surface. */

html[data-portal="total_kz"] {
  --total-heading-weight: 580;
  --total-title-weight: 600;
  --total-body-weight: 420;
}

html[data-portal="total_kz"] body {
  font-weight: var(--total-body-weight);
}

html[data-portal="total_kz"] :is(h1, h2, h3, h4, .section-title, .article-title, .hero-main-title, .shelf-card-title, .feed-item-title, .popular-title, .related-title, .person-title, .pp-name, .cat-hero-title) {
  letter-spacing: 0 !important;
  text-wrap: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

html[data-portal="total_kz"] :is(.section-title, .cat-section-title, .persons-title, .orgs-title, .story-page-title) {
  font-weight: var(--total-heading-weight) !important;
}

html[data-portal="total_kz"] :is(.article-title, .hero-main-title, .shelf-card-title, .feed-item-title, .popular-title, .related-title, .cat2-card-title, .cat-top-card-title) {
  font-weight: var(--total-title-weight) !important;
}

html[data-portal="total_kz"] .section-header {
  border-bottom: 0 !important;
  align-items: center;
}

html[data-portal="total_kz"] .shelf-card,
html[data-portal="total_kz"] .cat2-card,
html[data-portal="total_kz"] .feed-card,
html[data-portal="total_kz"] .person-card,
html[data-portal="total_kz"] .org-card {
  min-width: 0;
}

html[data-portal="total_kz"] .shelf-card-title,
html[data-portal="total_kz"] .feed-item-title,
html[data-portal="total_kz"] .related-title {
  hyphens: manual;
}

html[data-portal="total_kz"] .ad-placeholder {
  opacity: 0.82;
}

html[data-portal="total_kz"] .ad-placeholder__label {
  font-weight: 620;
}

@media (max-width: 640px) {
  html[data-portal="total_kz"] :is(.article-title, .cat-hero-title, .person-title, .pp-name, .persons-title, .orgs-title) {
    font-size: clamp(1.22rem, 1.05rem + 1.3vw, 1.48rem) !important;
    line-height: 1.16 !important;
  }

  html[data-portal="total_kz"] :is(.shelf-card-title, .feed-item-title, .popular-title, .related-title) {
    font-size: 0.96rem !important;
    line-height: 1.26 !important;
  }

  html[data-portal="total_kz"] :is(.pf-chip, .alpha-letter, .tag-pill, .tag-chip, .entity-chip, .org-chip) {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: left;
  }
}
