.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;
    color: #3a3631;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.mlb-scope .pd-seo .mlb-product-seo-content > :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 {
    margin: 34px 0 12px;
    color: #272421;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    line-height: 1.08;
}

.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: 720px) {
    .mlb-scope .pd-seo .mlb-product-seo-content {
        font-size: 16px;
        line-height: 1.65;
    }

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

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