/* Cart Page Dark Theme - Match Membership Page Exactly */
/* Override any white backgrounds */
.spektrix-cart-container, .cart-summary-section, .cart-item, .cart-actions, body.page-template-default, .site-content, .ast-container {
    background: #1a1a1a !important;
    color: #ffffff !important;
}
/* Cart Container */
.spektrix-cart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'futura-pt', sans-serif;
}
/* Cart Header */
.cart-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}
.cart-header h2 {
    font-size: 2.5em;
    color: #ffffff !important;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
}
.cart-header p {
    font-size: 1.2em;
    color: #cccccc !important;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
/* Cart Summary Section */
.cart-summary-section {
    background: #2a2a2a !important;
    padding: 15px;
    border-radius: 15px;
    margin: 20px 0;
    border: 1px solid #333333;
}
.cart-summary-section h3 {
    color: #007cba !important;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 600;
}
/* Cart Items */
.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #333333;
    background: transparent !important;
}
.cart-item:last-child {
    border-bottom: none;
}
.cart-item-name {
    color: #ffffff !important;
    font-size: 1.1em;
    font-weight: 500;
}
.cart-item-price {
    color: #007cba !important;
    font-size: 1.2em;
    font-weight: 600;
}
/* Cart Total */
.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px;
    border-top: 2px solid #007cba;
    margin-top: 20px;
}
.cart-total-label {
    color: #ffffff !important;
    font-size: 1.3em;
    font-weight: 600;
}
.cart-total-amount {
    color: #007cba !important;
    font-size: 1.5em;
    font-weight: 700;
}
/* Cart Actions */
.cart-actions-section, .empty-cart-message {
    margin: 0 !important;
    border: none !important;
}
.cart-actions {
    text-align: center;
    margin: 40px 0;
    padding: 30px 20px;
    background: transparent !important;
}
/* Buttons */
.cart-btn, #proceed-checkout, .spektrix-cart-container button[type="button"], .spektrix-cart-container input[type="submit"] {
    display: inline-block !important;
    font-family: 'futura-pt-condensed', sans-serif !important;
    font-size: 1em !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: #0072bc !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 0 !important;
    border: none !important;
    line-height: 1.1 !important;
    padding: 0.8em 1.2em !important;
    box-shadow: none !important;
}
.cart-btn:hover, #proceed-checkout:hover, .spektrix-cart-container button[type="button"]:hover, .spektrix-cart-container input[type="submit"]:hover {
    color: #000000 !important;
}
.btn-primary:hover, .btn-secondary:hover {
    transform: none !important;
}
.empty-cart-actions .btn-primary, .action-buttons .btn-primary, .empty-cart-actions .btn-secondary, .action-buttons .btn-secondary {
    display: inline-block !important;
    font-family: 'futura-pt-condensed', sans-serif !important;
    font-size: 1em !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: #0072bc !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 0 !important;
    border: none !important;
    line-height: 1.1 !important;
    padding: 0.8em 1.2em !important;
    box-shadow: none !important;
}
.empty-cart-actions .btn-primary:hover, .action-buttons .btn-primary:hover, .empty-cart-actions .btn-secondary:hover, .action-buttons .btn-secondary:hover {
    color: #000000 !important;
}
/* Hide borders around count, subtotal and total */
.stat-item, .total-row {
    border: none !important;
}
/* Remove margin in cart stats box */
.cart-stats {
    margin: 0 !important;
}
/* Empty Cart State */
.empty-cart {
    text-align: center;
    padding: 60px 20px;
    color: #cccccc !important;
    background: transparent !important;
}
.empty-cart h3 {
    font-size: 2em;
    color: #ffffff !important;
    margin-bottom: 20px;
}
.empty-cart p {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #cccccc !important;
}
/* Spektrix Component Overrides */
spektrix-basket-summary, spektrix-basket-summary * {
    color: #ffffff !important;
    background: transparent !important;
}
[data-basket-item-count] {
    color: #007cba !important;
    font-weight: 600 !important;
}
[data-basket-item-count], [data-basket-summary-total], [data-basket-summary-subtotal], [data-basket-summary-currency] {
    color: #ffffff !important;
    font-weight: 700 !important;
}
/* Override any gold/yellow colors */
* {
    color: inherit !important;
}
*[style*="gold"], *[style*="#d4af37"], *[style*="yellow"] {
    color: #007cba !important;
}
/* Force dark background on page elements */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-page-builder-template .site-content > .ast-container {
    background: #1a1a1a !important;
}
/* Responsive Design */
@media (max-width: 768px) {
    .spektrix-cart-container {
        padding: 15px;
    }
    .cart-header h2 {
        font-size: 2em;
    }
    .cart-summary-section {
        padding: 12px 8px;
    }
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .cart-total {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .cart-actions {
        padding: 20px 10px;
    }
    .cart-btn, #proceed-checkout {
        width: 100%;
        margin: 5px 0;
        min-width: auto;
    }
}
/* Additional Fixes */
/* Style Browse Events and Join as Member as buttons */
a[href*="/events/"], a[href*="/membership/"], .cart-navigation-links a {
    display: inline-block !important;
    font-family: 'futura-pt-condensed', sans-serif !important;
    font-size: 1em !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: #0072bc !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 0 !important;
    border: none !important;
    line-height: 1.1 !important;
    padding: 0.8em 1.2em !important;
    box-shadow: none !important;
}
a[href*="/events/"]:hover, a[href*="/membership/"]:hover, .cart-navigation-links a:hover {
    color: #000000 !important;
}
/* Reduce block sizes by 50% */
.cart-summary-section {
    padding: 8px !important;
    border-radius: 8px !important;
    margin: 10px 0 !important;
}
.cart-actions {
    margin: 20px 0 !important;
    padding: 15px 10px !important;
}
.cart-total {
    padding: 10px 0 5px !important;
    margin-top: 10px !important;
}
/* Remove gold borders - force blue */
.cart-total, *[style*="border-top"] {
    border-top: 2px solid #007cba !important;
}
*[style*="gold"], *[style*="#d4af37"], *[style*="#ffd700"] {
    border-color: #007cba !important;
}