.pulse-shop-seo-content {
    clear: both;
    max-width: 1180px;
    margin: 48px auto 24px;
    padding: 0 20px;
}

.pulse-shop-seo-content__inner {
    padding: 32px 36px;
    color: #263238;
    background: #f2fbfb;
    border: 1px solid #d5eeee;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 90, 96, 0.06);
}

.pulse-shop-seo-content__inner h2 {
    margin: 28px 0 10px;
    color: #075f66;
    font-size: clamp(1.35rem, 2.3vw, 1.8rem);
    line-height: 1.25;
}

.pulse-shop-seo-content__inner h2:first-child {
    margin-top: 0;
}

.pulse-shop-seo-content__inner p {
    margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.7;
}

.pulse-shop-seo-content__inner p:last-child {
    margin-bottom: 0;
}

.pulse-shop-seo-content__inner a {
    color: #007b83;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pulse-shop-seo-content__inner a:hover,
.pulse-shop-seo-content__inner a:focus {
    color: #004f55;
}

/* Fallback for themes that retain an empty sidebar wrapper on product categories. */
body.tax-product_cat #secondary {
    display: none !important;
}

body.tax-product_cat #primary {
    width: 100% !important;
    border-left: 0 !important;
    padding-left: 0 !important;
}

/* Astra may print the term description in its title banner; retain only the
   breadcrumb and category H1 there because the description is rendered below. */
body.tax-product_cat .ast-archive-entry-banner > .ast-container > h2,
body.tax-product_cat .ast-archive-entry-banner > .ast-container > p,
body.tax-product_cat .ast-archive-entry-banner > .ast-container > ul,
body.tax-product_cat .ast-archive-entry-banner > .ast-container > ol {
    display: none !important;
}

@media (min-width: 922px) {
    body.tax-product_cat .site-content > .ast-container {
        max-width: 1240px;
    }
}

@media (max-width: 767px) {
    .pulse-shop-seo-content {
        margin-top: 34px;
        padding: 0 14px;
    }

    .pulse-shop-seo-content__inner {
        padding: 24px 20px;
        border-radius: 10px;
    }
}
