.mlb-product-content-guide {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 14px 0 18px;
    padding: 16px 18px;
    border: 1px solid #ddd6cc;
    border-left: 4px solid #a0623a;
    border-radius: 8px;
    background: #faf8f5;
    color: #3a3631;
}

.mlb-product-content-guide > strong {
    grid-column: 1 / -1;
    font-size: 14px;
}

.mlb-product-content-guide > span {
    font-size: 12px;
    line-height: 1.45;
}

.mlb-product-content-guide b {
    display: block;
    margin-bottom: 2px;
    color: #272421;
}

.mlb-scope .pd-seo .mlb-product-seo-content {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 72px;
    color: #3a3631;
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.75;
    text-align: left;
}

.mlb-scope .pd-seo .mlb-product-seo-content > h2:first-child {
    margin-top: 0;
}

.mlb-scope .pd-seo .mlb-product-seo-content > :last-child {
    margin-bottom: 0;
}

.mlb-scope .pd-seo .mlb-product-seo-content h2,
.mlb-scope .pd-seo .mlb-product-seo-content h3 {
    color: #272421;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    line-height: 1.08;
}

.mlb-scope .pd-seo .mlb-product-seo-content > h2 {
    margin-top: 52px;
    margin-bottom: 24px;
    text-align: left;
}

.mlb-scope .pd-seo .mlb-product-seo-content p {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
}

.mlb-scope .pd-seo .mlb-product-seo-content h3 {
    margin: 34px 0 12px;
}

.mlb-scope .pd-seo .mlb-product-seo-content h2 {
    font-size: clamp(30px, 3vw, 40px);
}

.mlb-scope .pd-seo .mlb-product-seo-content h3 {
    font-size: clamp(23px, 2.4vw, 30px);
}

.mlb-scope .pd-seo .mlb-product-seo-content a {
    color: #a0623a;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.mlb-scope .pd-seo .mlb-product-seo-content ul,
.mlb-scope .pd-seo .mlb-product-seo-content ol {
    padding-left: 1.35em;
}

@media (max-width: 782px) {
    .mlb-product-content-guide {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .mlb-scope .pd-seo .mlb-product-seo-content {
        padding-top: 40px;
        font-size: 16px;
        line-height: 1.65;
    }

    .mlb-scope .pd-seo .mlb-product-seo-content > h2 {
        margin-top: 40px;
        margin-bottom: 18px;
    }

    .mlb-scope .pd-seo .mlb-product-seo-content p {
        margin-bottom: 18px;
    }

    .mlb-scope .pd-seo .mlb-product-seo-content h3 {
        margin-top: 32px;
    }
}

@media (max-width: 500px) {
    .mlb-product-content-guide {
        grid-template-columns: 1fr;
    }
}

/* Shared product-page refinements: FAQ scale, SEO disclosure and related alignment. */
.mlb-scope .faq__title,
.mlb-scope .faq__title .elementor-heading-title {
    font-size: 46px !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
}

.mlb-scope .faq__title {
    padding-bottom: 3px;
}

.mlb-scope .mlb-product-related .mlb-related-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
}

.mlb-scope .mlb-product-related .mlb-related-head > .elementor-widget,
.mlb-scope .mlb-product-related .mlb-related-head .elementor-heading-title {
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
}

.mlb-scope .pd-seo .mlb-product-seo-content__more[hidden] {
    display: none !important;
}

.mlb-scope .pd-seo .mlb-product-seo-content__more > h2 {
    margin-top: 52px;
    margin-bottom: 24px;
}

.mlb-scope .pd-seo .mlb-product-seo-content__more > :last-child {
    margin-bottom: 0;
}

.mlb-scope .pd-seo .mlb-product-seo-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
    padding: 5px 0 6px;
    border: 0;
    border-bottom: 1px solid #a0623a;
    border-radius: 0;
    background: transparent;
    color: #3a3631;
    font: 600 12px/1.2 var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    transition: color .2s var(--ease), border-color .2s var(--ease);
}

.mlb-scope .pd-seo .mlb-product-seo-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s var(--ease);
}

.mlb-scope .pd-seo .mlb-product-seo-toggle[aria-expanded="true"]::after {
    transform: translateY(2px) rotate(-135deg);
}

.mlb-scope .pd-seo .mlb-product-seo-toggle:hover,
.mlb-scope .pd-seo .mlb-product-seo-toggle:focus-visible {
    border-color: #a0623a;
    color: #a0623a;
}

.mlb-scope .pd-seo .mlb-product-seo-toggle:focus-visible {
    outline: 2px solid #a0623a;
    outline-offset: 4px;
}

@media (max-width: 720px) {
    .mlb-scope .faq__title,
    .mlb-scope .faq__title .elementor-heading-title {
        font-size: 38px !important;
    }

    .mlb-scope .pd-seo .mlb-product-seo-content__more > h2 {
        margin-top: 40px;
        margin-bottom: 18px;
    }
}

@media print {
    .mlb-scope .pd-seo .mlb-product-seo-content__more[hidden] {
        display: block !important;
    }

    .mlb-scope .pd-seo .mlb-product-seo-toggle {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mlb-scope .pd-seo .mlb-product-seo-toggle,
    .mlb-scope .pd-seo .mlb-product-seo-toggle::after {
        transition: none;
    }
}

