/* =========================================
   STORE PAGE – SEO CUSTOM CONTENT BOX
   After coupons / before footer
   ========================================= */

.single-str-main .store-seo-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
    line-height: 1.6;
}

/* H2 – Primary heading color */
.single-str-main .store-seo-box h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #1a73e8; /* Blue – strong & eye-catching */
}

/* H3 – Secondary heading color */
.single-str-main .store-seo-box h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #188038; /* Green – subtle & supportive */
}

/* H4 – Secondary heading color */
.single-str-main .store-seo-box h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000000; /* Black – subtle & supportive */
}

.single-str-main .store-seo-box p {
    font-size: 15px;
    margin-bottom: 15px;
}

.single-str-main .store-seo-box ul,
.single-str-main .store-seo-box ol {
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 15px;
}

.single-str-main .store-seo-box li {
    margin-bottom: 8px;
}

