
body .aok-location-html-page .hero::before,
body .aok-location-html-page .hero::after,
body .aok-location-html-page .hero-overlay,
body .aok-location-html-page .hero [class*="overlay"],
body .aok-location-html-page .hero [class*="Overlay"],
body .aok-location-html-page .hero [class*="scrim"],
body .aok-location-html-page .hero [class*="shade"],
body.tax-listing_category .aok-location-page .hero::before,
body.tax-listing_category .aok-location-page .hero::after,
body.tax-listing_category .aok-location-page .hero-bg-radial,
body.tax-listing_category .aok-location-page .hero-shape,
body.tax-listing_category .aok-location-page .hero [class*="overlay"],
body.tax-listing_category .aok-location-page .hero [class*="Overlay"],
body.tax-listing_category .aok-location-page .hero [class*="scrim"],
body.tax-listing_category .aok-location-page .hero [class*="shade"] {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    opacity: 0 !important;
}

body .aok-location-html-page .hero-content h1,
body .aok-location-html-page .hero-tagline,
body.tax-listing_category .aok-location-page .hero-title,
body.tax-listing_category .aok-location-page .hero-subtitle {
    text-shadow: none !important;
}

body .aok-location-html-page .hero img,
body.tax-listing_category .aok-location-page .hero-bg {
    filter: none !important;
    opacity: 1 !important;
}

body.tax-listing_category .aok-location-page .hero {
    height: 460px !important;
    min-height: 460px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.tax-listing_category .aok-location-page .hero > .lp-container {
    min-height: 460px !important;
}

body.tax-listing_category .aok-location-page .hero-cta-group,
body.tax-listing_category .aok-location-page .hero-free-badge,
body.tax-listing_category .aok-location-page .float-call {
    display: none !important;
}

body.tax-listing_category .aok-location-page .hero-stats {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 max(24px, calc((100% - 1120px) / 2 + 24px)) !important;
    background: #004d45 !important;
    border: 0 !important;
}

body.tax-listing_category .aok-location-page .hero-stats-inner {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.tax-listing_category .aok-location-page .hero-stat-card {
    min-height: 92px !important;
    padding: 22px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
}

body.tax-listing_category .aok-location-page .hero-stat-card:first-child {
    border-left: 0 !important;
}

body.tax-listing_category .aok-location-page .hero-stat-card strong {
    color: #fff !important;
    font-family: var(--aok-template-font, Arial, sans-serif) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

body.tax-listing_category .aok-location-page .hero-stat-card span {
    margin-top: 7px !important;
    color: #f5c94a !important;
    font-family: var(--aok-template-font, Arial, sans-serif) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

body.tax-listing_category .aok-location-page .breadcrumb {
    margin: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

@media (max-width: 768px) {
    body.tax-listing_category .aok-location-page .hero-stats {
        padding: 0 !important;
    }

    body.tax-listing_category .aok-location-page .hero-stats-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
