/* ================================================================================= 
                             Header CSS 
 ================================================================================= */

                .acc-top-info-bar .transition-opacity {
                    transition: all 0.15s ease-in-out;
                }
                .acc-top-info-bar .transition-opacity:hover {
                    opacity: 1;
                    color: #ffffff !important;
                }
                .acc-top-info-bar .hover-danger-text:hover {
                    color: #ff9999 !important; 
                }
                .acc-top-info-bar .item-cart-anchor {
                    transition: color 0.15s ease;
                }
                .acc-top-info-bar .item-cart-anchor:hover {
                    color: #00cbd6 !important;
                }
                .acc-top-info-bar .item-cart-anchor:hover .acc-cart-dynamic-badge-counter {
                    transform: scale(1.1);
                }
                .acc-cart-dynamic-badge-counter {
                    transition: transform 0.15s ease-in-out;
                }

                .animate-pop-in {
                    animation: popIn 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                }
                @keyframes popIn {
                    from { transform: scale(0.5); opacity: 0; }
                    to { transform: scale(1); opacity: 1; }
                }

/* ================================================================================= 
                                    Footer CSS 
 ================================================================================= */

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

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

/* ================================================================================= */
				    Single Page
/* ================================================================================= */
			.acc-main-story-body { border-color: rgba(0, 81, 81, 0.04) !important; }
.text-teal { color: #006666 !important; }
.border-bottom-split { border-bottom: 1px solid rgba(0, 81, 81, 0.06) !important; }
.border-top-split { border-top: 1px solid rgba(0, 81, 81, 0.06) !important; }

/* Content Headings Area style overrides */
.acc-story-rendered-content-area h2, 
.acc-story-rendered-content-area h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #0b1c1c !important;
    margin-top: 30px;
    margin-bottom: 15px;
}
.acc-story-rendered-content-area h2 { font-size: 22px !important; }
.acc-story-rendered-content-area h3 { font-size: 19px !important; }
.acc-story-rendered-content-area p { margin-bottom: 20px; }

/* Blockquotes Framework configuration */
.acc-story-rendered-content-area blockquote {
    background-color: #f0f5f5 !important;
    border-left: 4px solid #006666 !important;
    padding: 20px !important;
    margin: 30px 0 !important;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}
.acc-story-rendered-content-area blockquote p {
    margin-bottom: 0 !important;
    color: #334444 !important;
    font-weight: 600;
}

/* Icons box placeholder rules */
.acc-sidebar-widget-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-bottom-teal {
    border-bottom: 2px solid #006666;
    width: fit-content;
}
.acc-recent-micro-item {
    border-bottom: 1px dashed rgba(0, 81, 81, 0.08);
    padding-bottom: 10px;
}
.acc-recent-micro-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.acc-recent-micro-item a { transition: color 0.15s ease; }
.acc-recent-micro-item:hover a { color: #00cbd6 !important; }

@media (max-width: 768px) {
    .acc-story-hero-media-wrap { height: 240px !important; }
    .acc-main-story-body { padding: 20px 15px !important; }
}
/* ================================================================================= */
/* --- CORE INTERACTION BLUEPRINT FOR SEARCH POPUP --- */
.acc-global-search-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 28, 28, 0.9) !important;
    z-index: 9999999 !important;
    display: flex !important;
    align-items: flex-start !important;     
    justify-content: center !important;  
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    padding: 10vh 20px 20px 20px;
    box-sizing: border-box;
}

.acc-global-search-blocker.search-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.acc-search-window-card {
    background: #ffffff !important;
    width: 100%;
    max-width: 650px;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.5) !important;
    transform: translateY(-20px);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.acc-global-search-blocker.search-active .acc-search-window-card {
    transform: translateY(0);
}

.acc-search-close-btn {
    background: transparent;
    border: none;
    color: #475569 !important;
    font-size: 32px;
    cursor: pointer;
    line-height: 0.5;
    transition: color 0.15s ease;
}
.acc-search-close-btn:hover { color: #dc3545 !important; }

.search-input-group-wrapper {
    border: 2px solid #cbd5e1;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.search-input-group-wrapper:focus-within {
    border-color: #00cbd6 !important;
}
.text-teal { color: #007a87 !important; }
/* ================================================================================= */

.wpcf7-form-control-wrap {
        display: block !important;
        width: 100% !important;
    }
    .wpcf7-spinner {
        position: absolute;
        margin: 0 0 0 5px !important;
    }

/* ================================================================================== 
    INDEX PAGE 
=================================================================================== */
/* ==========================================================================
   AGED CARE COMPASS - REMASTERED NEXT-GEN TRUSTBAR ENGAGEMENT
   ========================================================================== */
.acc-trust-label-modern {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #006666 !important; /* Premium Brand Teal tracking header */
    letter-spacing: 1.8px !important;
    opacity: 0.8;
    display: inline-block;
}

.acc-trust-logo-card {
    background-color: #ffffff !important; 
    border: 1px solid rgba(0, 81, 81, 0.05) !important;
    border-radius: 8px !important;
    padding: 20px 15px !important;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11, 28, 28, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.acc-grayscale-logo {
    max-height: 45px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: grayscale(100%) opacity(55%) !important;
    -webkit-filter: grayscale(100%) opacity(55%) !important;
    transition: all 0.25s ease-in-out !important;
}

.acc-trust-logo-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(0, 102, 102, 0.15) !important;
    box-shadow: 0 10px 22px rgba(11, 28, 28, 0.06) !important;
    background-color: #ffffff !important;
}

.acc-trust-logo-card:hover .acc-grayscale-logo {
    filter: grayscale(0%) opacity(100%) !important;
    -webkit-filter: grayscale(0%) opacity(100%) !important;
}

@media (max-width: 768px) {
    .acc-trust-logo-card {
        height: 75px;
        padding: 12px 10px !important;
    }
    .acc-grayscale-logo {
        max-height: 35px !important;
    }
}

.acc-final-cta-section {
    border-top: 3px solid #e77117 !important; 
    overflow: hidden;
}

.acc-cta-bg-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0, 102, 102, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.acc-cta-badge {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
}
.acc-cta-badge i {
    color: #e77117 !important; 
}

.btn-cta-primary {
    background-color: #e77117 !important; 
    border: 2px solid #e77117 !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 14px 32px !important;
    border-radius: 30px !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: 0 8px 25px rgba(231, 113, 23, 0.25) !important;
}
.btn-cta-primary:hover {
    background-color: #ffffff !important; 
    border-color: #ffffff !important;
    color: #0b1c1c !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.15) !important;
}

.btn-cta-secondary {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important; 
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 14px 32px !important;
    border-radius: 30px !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.btn-cta-secondary:hover {
    border-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    transform: translateY(-3px) !important;
}

@media (max-width: 991px) {
    .acc-cta-heading { font-size: 2.1rem !important; }
    .acc-cta-subtext { font-size: 15px !important; }
}

@media (max-width: 576px) {
    .w-sm-auto { width: 100% !important; } 
    .acc-logo-stream-wrapper { gap: 20px !important; text-align: center; }
}

 .acc-news-card:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        transform: translateY(-4px);
        border-color: rgba(255, 255, 255, 0.2) !important;
    }
    .acc-news-card .transition-link:hover {
        color: #00cbd6 !important;
    }

    /* ==========================================================================
   AGED CARE COMPASS - FIXED REAL COMMUNITY SUPPORT STREAM
   ========================================================================== */
.acc-support-badge {
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    letter-spacing: 0.8px;
}

.btn-support-hub-primary {
    background-color: #e77117 !important; 
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    border: none !important;
    box-shadow: 0 6px 20px rgba(231, 113, 23, 0.3) !important;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.btn-support-hub-primary:hover {
    background-color: #ffffff !important;
    color: #006666 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15) !important;
}

.acc-support-feature-item {
    transition: transform 0.25s ease !important;
}
.acc-support-feature-item:hover {
    transform: translateX(4px) !important; 
}

.acc-support-icon-circle {
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e77117; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.acc-support-feature-item:hover .acc-support-icon-circle {
    background-color: #e77117 !important; 
    color: #ffffff !important;
    border-color: #e77117 !important;
    transform: scale(1.08);
}

@media (max-width: 576px) {
    .acc-support-feature-item p {
        padding-left: 0 !important; 
        margin-top: 5px;
    }
}
/* =================================================================
   Page Banner 
   ================================================================ */
/* --- 1. BANNER WRAPPER & BACKDROP MATRIX --- */
.acc-internal-page-banner {
    background: linear-gradient(135deg, #0b1c1c 0%, #004d4d 100%) !important;
    border-bottom: 4px solid #e77117 !important; /* Brand Signature Orange Bottom Split Line */
    overflow: hidden;
    position: relative;
    z-index: 10;
    clear: both;
}

.acc-banner-matrix-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 0);
    background-size: 24px 24px;
    z-index: 1;
    pointer-events: none;
}

.acc-magnet-top-pill {
    background-color: rgba(231, 113, 23, 0.08) !important; 
    color: #e77117 !important; 
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.acc-banner-main-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.6rem !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.acc-breadcrumb-nav .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
}
.acc-breadcrumb-nav .breadcrumb-item, 
.acc-breadcrumb-nav .breadcrumb-item a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.65) !important; 
    text-decoration: none !important;
    transition: color 0.2s ease-in-out !important;
}

.acc-breadcrumb-nav .breadcrumb-item a:hover {
    color: #e77117 !important;
}

.acc-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3) !important;
    content: "\f105" !important; 
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 11px;
    padding-right: 8px;
}

.acc-breadcrumb-nav .breadcrumb-item.active {
    color: #ffffff !important; 
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .acc-banner-main-title {
        font-size: 1.85rem !important;
    }
    .acc-breadcrumb-nav .breadcrumb-item, 
    .acc-breadcrumb-nav .breadcrumb-item a {
        font-size: 12px !important;
    }
}

.acc-directory-row-card { transition: all 0.2s ease-in-out; }
.acc-directory-row-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06) !important;
    border-color: #cbd5e1 !important;
}
.directory-title-hover-sync:hover {
    color: #007a87 !important;
    text-decoration: underline !important;
}
#accDirectoryFilterForm select:focus {
    border-color: #00cbd6 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 203, 214, 0.15) !important;
    outline: 0;
}
/* ==========================================================
 NEWS 
 ========================================================= */
    .acc-filter-pill {
        transition: all 0.2s ease-in-out;
    }
    .acc-filter-pill:hover {
        background-color: #f8fafc !important;
        border-color: #94a3b8 !important;
    }
    .layout-card-body:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(12, 60, 60, 0.04) !important;
    }
    .hover-accent-color {
        transition: color 0.2s;
    }
    .hover-accent-color:hover {
        color: #007a87 !important;
    }
/* =============================================================
Well being 
================================================================= */
/* --- MACBOOK BLUEPRINT CHROME LAYOUT OVERLAY --- */
.acc-survey-modal-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 28, 28, 0.45) !important;
    backdrop-filter: blur(6px) cubic-bezier(0.16, 1, 0.3, 1) !important; 
    -webkit-backdrop-filter: blur(6px) !important;
    激z-index: 9999999 !important;
    display: flex !important;
    align-items: center !important;     
    justify-content: center !important;  
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
    padding: 20px;
}

.acc-survey-modal-blocker.overlay-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.acc-browser-window-shell {
    background: #ffffff !important;
    width: 100%;
    max-width: 740px;
    height: 85vh;
    max-height: 620px;
    border-radius: 14px;
    box-shadow: 0 35px 90px rgba(0,0,0,0.45) !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.96) translateY(10px);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.acc-survey-modal-blocker.overlay-active .acc-browser-window-shell {
    transform: scale(1) translateY(0);
}

/* Chrome Top Navigation Element Bar */
.acc-chrome-header-bar {
    background-color: #f0efed !important;
    border-bottom: 1px solid #dddbd7 !important;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.acc-mac-dots { display: flex; gap: 7px; }
.acc-mac-dot { width: 12px; height: 12px; border-radius: 50%; cursor: pointer; }
.dot-red { background: #FF5F57; }
.dot-yellow { background: #FEBC2E; }
.dot-green { background: #28C840; }

.acc-browser-navigation-arrows { display: flex; gap: 6px; }
.acc-nav-arrow-btn { background: none; border: none; color: #b5b3af; font-size: 15px; cursor: not-allowed; }

.acc-secure-url-bar {
    flex: 1;
    background: #ffffff;
    border: 1px solid #d0ceca;
    border-radius: 6px;
    padding: 4px 14px;
    font-size: 11px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.acc-secure-lock-icon { color: #28C840; }

.acc-window-close-x-btn {
    background: none; border: none; color: #888; font-size: 22px;
    cursor: pointer; line-height: 0.5; padding: 4px;
}
.acc-window-close-x-btn:hover { color: #1e293b; }

/* Inline Tracker Strip Elements */
.acc-window-progress-bar-wrap { background: #eae8e4; height: 3px; width: 100%; flex-shrink: 0; }
.acc-window-progress-bar-fill { height: 100%; background: #1a5c4a; width: 0%; transition: width 0.3s ease; }
.acc-browser-content-body-pane { flex: 1; overflow: hidden; }

.acc-wellbeing-row { border-color: rgba(0, 81, 81, 0.05) !important; }
.text-teal { color: #007a87 !important; }
.text-muted-light { color: #94a3b8 !important; }
.transition-item { transition: background 0.2s ease, border-color 0.2s ease; }
.transition-item:hover { background-color: #f8fafb; border-color: #94a3b8 !important; }

/* --- DEAD CENTER SURVEY OVERLAY INTERACTION RULES --- */
.acc-survey-modal-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 28, 28, 0.8) !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;     
    justify-content: center !important;  
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
}

.acc-survey-modal-blocker.overlay-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.acc-survey-card {
    background: #ffffff !important;
    width: 100%;
    max-width: 580px;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.4) !important;
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    overflow: hidden;
    transform: scale(0.92);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.25);
}

.acc-survey-modal-blocker.overlay-active .acc-survey-card {
    transform: scale(1);
}

.acc-survey-card-header {
    background-color: #0c3c3c !important;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-cyan { color: #00cbd6 !important; }

.acc-survey-close-x {
    background: transparent;
    border: none;
    color: #ffffff !important;
    font-size: 28px;
    cursor: pointer;
    opacity: 0.8;
    line-height: 1;
}
.acc-survey-close-x:hover { opacity: 1; }

.acc-survey-card-body {
    padding: 28px;
    overflow-y: auto;
    background: #ffffff;
    color: #1e293b;
}

.kbc-radio-option-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1e293b;
    font-weight: 600;
    font-size: 13.5px;
    transition: all 0.2s ease;
}
.kbc-radio-option-card:hover {
    background: #eef7f8;
    border-color: #00cbd6;
    color: #0c3c3c;
}
.kbc-radio-option-card input[type="radio"] {
    accent-color: #0c3c3c;
}

@media (max-width: 576px) {
    .acc-survey-card-body { padding: 20px; }
    .acc-survey-card { max-height: 90vh; }
}

/* =======================================================
Search Page 
=========================================================== */
/* --- STYLING HOVER HELPERS FOR SEARCH ARCHIVE --- */
.style-hover-teal:hover {
    color: #007a87 !important;
}
.acc-search-result-card {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.acc-search-result-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(12,60,60,0.04) !important;
}
@media (max-width: 768px) {
    .border-top-sm { border-top: 1px dashed #e2e8f0; padding-top: 12px; }
}

/* Pagination engine reset mapping overrides */
.acc-search-pagination ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 8px;
    margin: 0;
}
.acc-search-pagination ul li a,
.acc-search-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    text-decoration: none;
    color: #475569;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    transition: all 0.15s ease;
}
.acc-search-pagination ul li span.current,
.acc-search-pagination ul li a:hover {
    background-color: #0c3c3c !important;
    color: #ffffff !important;
    border-color: #0c3c3c !important;
}

/* =====================================================
Product Archive .PHP 
======================================================== */

.acc-shop-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(12,60,60,0.05) !important;
}
.hover-teal-color:hover {
    color: #007a87 !important;
}
.acc-shop-product-card .add_to_cart_button, 
.acc-shop-product-card .product_type_variable {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    background-color: #0a5c36 !important; 
    color: #ffffff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: background 0.15s ease;
    border: none !important;
}
.acc-shop-product-card .add_to_cart_button:hover,
.acc-shop-product-card .product_type_variable:hover {
    background-color: #0c3c3c !important;
}
.acc-shop-product-card .added_to_cart {
    display: block !important;
    margin-top: 8px !important;
    font-size: 11px !important;
    color: #007a87 !important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

/* --- WooCommerce Native Filters Styling Matrix --- */
.woocommerce-default-filters-fallback .widget {
    margin-bottom: 25px !important;
}
.woocommerce-default-filters-fallback .widget h2.widgettitle, 
.woocommerce-default-filters-fallback .widget h2,
.woocommerce-default-filters-fallback .widget h6 {
    font-size: 0.85rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #0c3c3c !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.5px;
    border-bottom: 1px dashed #ced4da;
    padding-bottom: 5px;
}
.woocommerce-default-filters-fallback ul.product-categories {
    list-style: none !important;
    padding-left: 0 !important;
}
.woocommerce-default-filters-fallback ul.product-categories li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 !important;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
}
.woocommerce-default-filters-fallback ul.product-categories li a {
    color: #334155;
    text-decoration: none;
}
.woocommerce-default-filters-fallback ul.product-categories li a:hover {
    color: #007a87;
}
.woocommerce-default-filters-fallback .count {
    font-size: 11px;
    background: #e2e8f0;
    padding: 2px 6px;
    border-radius: 10px;
    color: #475569;
}
/* ==========================================================
Single Product .php  
========================================================*/
/* --- CORE SINGLE WOOCOMMERCE FORM BUTTON OVERRIDES --- */
.acc-cart-action-execution-block form.cart {
    display: flex !important;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.acc-cart-action-execution-block .quantity input.qty {
    width: 60px !important;
    height: 42px !important;
    border-radius: 4px !important;
    border: 1px solid #cbd5e1 !important;
    text-align: center;
    font-weight: bold;
}
.acc-cart-action-execution-block button.single_add_to_cart_button {
    background-color: #0a5c36 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    padding: 10px 30px !important;
    height: 42px !important;
    border-radius: 4px !important;
    border: none !important;
    font-size: 12px !important;
    transition: all 0.2s ease-in-out;
}
.acc-cart-action-execution-block button.single_add_to_cart_button:hover {
    background-color: #0c3c3c !important;
}

/* Dynamic State Classes Style Rules */
.acc-cart-action-execution-block button.single_add_to_cart_button.loading {
    background-color: #475569 !important;
    cursor: not-allowed;
    opacity: 0.8;
}
.acc-cart-action-execution-block button.single_add_to_cart_button.added {
    background-color: #0c3c3c !important;
}

.acc-cart-action-execution-block table.variations {
    width: 100% !important;
    margin-bottom: 20px !important;
}
.acc-cart-action-execution-block table.variations select {
    border-radius: 4px !important;
    border-color: #cbd5e1 !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
    background: #ffffff;
}
.acc-cart-action-execution-block table.variations label {
    font-weight: bold;
    color: #475569;
    font-size: 13px;
}

/* Fade animation helper mapping */
.animate-fade-in {
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}