/* Shared rich text: editorial pages + product description */

.editorial-content-body {
    color: #777;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

.editorial-content-body p,
.editorial-content-body li,
.editorial-content-body td,
.editorial-content-body th {
    line-height: 2;
    margin-bottom: 1.15em;
}

.editorial-content-body p:last-child,
.editorial-content-body ul:last-child,
.editorial-content-body ol:last-child {
    margin-bottom: 0;
}

.editorial-content-body h1,
.editorial-content-body h2,
.editorial-content-body h3,
.editorial-content-body h4,
.editorial-content-body h5,
.editorial-content-body h6 {
    color: #222;
    line-height: 1.45;
    margin: 1.6em 0 0.75em;
    font-weight: 700;
}

.editorial-content-body h1:first-child,
.editorial-content-body h2:first-child,
.editorial-content-body h3:first-child,
.editorial-content-body h4:first-child,
.editorial-content-body h5:first-child,
.editorial-content-body h6:first-child,
.editorial-content-body p:first-child {
    margin-top: 0;
}

.editorial-content-body ul,
.editorial-content-body ol {
    padding-left: 1.35em;
    margin-bottom: 1.15em;
}

.editorial-content-body li {
    margin-bottom: 0.55em;
}

.editorial-content-body strong,
.editorial-content-body b {
    color: #333;
}

.blog-detail-page .editorial-media-block {
    margin-top: 0;
}

.blog-detail-page .editorial-media-block + .editorial-media-block {
    padding-top: 0;
}

.blog-detail-page .editorial-gallery-section {
    padding-top: 28px;
    padding-bottom: 18px;
}

.blog-detail-page .editorial-gallery-head {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.blog-detail-page .editorial-gallery-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--theme-color, #bfa094);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.blog-detail-page .editorial-gallery-grid .border-portfolio {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.blog-detail-page .editorial-gallery-grid .overlay-background i {
    font-size: 18px;
}

.blog-detail-page .editorial-pdf-download {
    padding: 18px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.blog-detail-page .editorial-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 999px;
    background: var(--theme-color, #bfa094);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.blog-detail-page .editorial-pdf-download .container {
    display: flex;
    justify-content: center;
}

.blog-detail-page .editorial-detail-footer {
    padding-top: 28px;
    padding-bottom: 10px;
}

.blog-detail-page .editorial-detail-footer-inner .app-social-share-editorial {
    margin-top: 0;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .editorial-content-body,
    .editorial-content-body p,
    .editorial-content-body li {
        line-height: 1.9;
    }

    .blog-detail-page .editorial-gallery-title {
        font-size: 14px;
        padding: 9px 16px;
    }
}
