.footer-heading {
    margin: 0 0 1rem;
    color: var(--text);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
}

body.exzo-page .site-footer .footer-heading,
body.hisense-page .site-footer .footer-heading,
html[data-site-theme="dark"] .site-footer .footer-heading {
    color: inherit;
}

body.premium-home-page .modern-testimonial-indicators [data-bs-target],
body.premium-home-page .modern-testimonial-indicators.is-static button {
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    opacity: 1 !important;
    position: relative !important;
}

body.premium-home-page .modern-testimonial-indicators [data-bs-target]::after,
body.premium-home-page .modern-testimonial-indicators.is-static button::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background: #cdd6e2;
}

body.premium-home-page .modern-testimonial-indicators .active::after,
body.premium-home-page .modern-testimonial-indicators.is-static .active::after {
    background: #06224b;
}
