/* Admin editor (Summernote) məzmunu — sayt tipografiyası */
.cms-html {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(249, 249, 249, 0.82);
  word-wrap: break-word;
}

.cms-html :where(p, li, span, div, td, th, blockquote, figcaption, em, strong, b, i, u) {
  font-family: inherit !important;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.cms-html :where(h1, h2, h3, h4, h5, h6) {
  font-family: "Host Grotesk", sans-serif !important;
  font-weight: 600 !important;
  color: #f9f9f9 !important;
  line-height: 1.25 !important;
  margin: 1.25em 0 0.5em;
}

.cms-html h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.cms-html h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
.cms-html h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}
.cms-html h4 {
  font-size: 1.25rem;
}

.cms-html :where(p) {
  margin: 0 0 0.75em;
}
.cms-html :where(p:last-child) {
  margin-bottom: 0;
}

.cms-html :where(ul, ol) {
  margin: 0.75em 0;
  padding-left: 1.25em;
}

.cms-html :where(a) {
  color: #f9f9f9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cms-html :where(img, video, iframe) {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.cms-html :where(blockquote) {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 3px solid rgba(249, 249, 249, 0.35);
}

.cms-html :where(table) {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.cms-html :where(th, td) {
  border: 1px solid rgba(249, 249, 249, 0.2);
  padding: 0.5em 0.75em;
}

/* Mövcud konteynerlər üçün uyğunlaşdırma */
.blog-detail-main .cms-html,
.blog-detail-main .short-description.cms-html {
  font-size: 18px;
  line-height: 27px;
}

.about-content.cms-html :where(p, li, span) {
  font-size: 16px;
  line-height: 24px;
}

.home-about-content .short-desc .cms-html :where(p, li, span) {
  font-size: 16px;
  line-height: 24px;
}

.nose-info-desc.cms-html {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.nose-info-desc.cms-html :where(p, li, span, div, strong, b, em, i, u, a) {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.nose-info-desc.cms-html :where(ul, ol) {
  margin: 0.5em 0;
  padding-left: 1.15em;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.nose-info-desc.cms-html :where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: 600 !important;
}

.blog-card-body .short-desc.cms-html :where(p, li, span),
.blog-card-body .cms-html.short-desc :where(p, li, span) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
