/* ============================= */


/* Centered container for nav links */

/* suppress sitewide sticky-nav and promodrawer for campaign */
.brand-bar>div {
    position: static;
}
#faqpage {
    font-family: Arial, sans-serif;
    line-height: 1.5;   /* spacing between lines */
}
body, div, p, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5; /* Adjust for spacing between lines */
    font-family: Arial, sans-serif; /* Or your preferred font */
    color: #000;
}

#promoBannerMain {
    display: none;
}

.disable-scroll {
    overflow: hidden;
}

.mktSticker,
.promoDrawer__bottomContainer {
    display: none;
}

.universal-modal--backdrop {
    overflow: visible !important;
}

.mt_neg5 {
    margin-top: -5px;
}


#faqpage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 60px;
}

#faqpage .header {
    background: transparent;
    padding: 60px 0 30px;
}

#faqpage .body h2 {
    font-size: 2rem;
    padding: 20px 0;
}

#faqpage .body .subheading {
    display: block;    /* so padding works */
    padding: 20px 0;
    font-weight: bold; /* optional, keeps bold */
    font-size: 1.2rem; /* optional, make it stand out */
}

#faqpage .body .faq  {
    padding: 20px 0;
}

#faqpage .header h1 {
    color: #000;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

#faqpage .subheader {
    background: #e9e9e9;
    display: flex;
    padding: 40px 0;
    margin-bottom: 40px;
}

#faqpage .subheader ul {
    width: 626px;
    min-height: 170px;
    /* background: #dcdcdc; */
    padding: 30px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
}

#faqpage .subheader li {
    background: none !important;
    text-align: left;
    padding: 6px 0;
}

#faqpage .subheader li>a {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.3px;
    color: #007fc4;
    padding: 0;
    text-decoration: underline;
}


#faqpage .question {
  font-weight: 600;
  margin-bottom: 4px; /* Small gap only */
}


#faqpage .answer {
  margin: 0;
  line-height: 1.6;
}

#faqpage .answer p {
  margin: 12px 0 0 0;
}

#faqpage .answer strong {
  font-weight: 700;
}

/* For Free Shipping list only */
#faqpage .faq ul.free-shipping {
    list-style-type: disc;   /* show bullets */
    padding-left: 20px;      /* indent for bullets */
    text-transform: none;    /* override any global transform */
    margin: 0.5rem 0;        /* optional spacing */
}

#faqpage .faq ul.birthday-bonus {
    list-style-type: disc;   /* show bullets */
    padding-left: 20px;      /* indent for bullets */
    text-transform: none;    /* override any global transform */
    margin: 0.5rem 0;        /* optional spacing */
}

/* Remove alternating backgrounds */
#faqpage .subheader li:nth-child(odd),
#faqpage .subheader li:nth-child(even) {
    background: none;
}


/* Responsive */
@media (max-width: 767px) {
    #faqpage .subheader ul {
        width: 90%;
        padding: 1rem;
    }

    #faqpage .subheader li>a {
        font-size: 0.8rem;
    }
}

#faqpage .subfooter {
    background: #f5f1e3;
    padding: 2rem 0;
}

@media (max-width: 767px) {
    #faqpage .subfooter {
        padding: 1.5rem 0;
    }
}

#faqpage .subfooter h2 {
    color: #003764;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

#faqpage .subfooter p {
    text-align: center;
    width: 60%;
    line-height: 1.4;
    margin: 0 auto 1rem;
}

@media (max-width: 767px) {
    #faqpage .subfooter p {
        width: 90%;
    }
}

#faqpage .subfooter a.phone_no {
    color: #007fc4;
    font-weight: bold;
}

#faqpage .trademark {
    font-size: 15px;
}