/**
 * WooCommerce Funnel Craft – Checkout Funnel Template Styles
 * Loaded on funnel checkout pages only via enqueue_checkout_assets().
 */

body {
    margin: 0;
    padding: 0;
    background: white !important;
    display: block;
}

.site-content {
    width: 80%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
}

.minicartbg {
    background-color: #f5f5f5ff;
}

.buybutton button {
    background-color: #24ae4e;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .site-content {
        width: 100%;
        padding: 10px;
        margin: 0 auto;
    }
    .hidemobile {
        display: none;
    }
}

/* Company Toggle */
.wfc-company-toggle {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}

.wfc-company-toggle label {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.wfc-company-fields {
    margin-top: 15px;
}

.wfc-eu-vat-field input {
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
