/* Cart Banner Styles */
.safiery-quote-banner-row {
    background: #f0f9ff !important;
}

.safiery-quote-banner-row td {
    padding: 20px 15px !important;
    border-left: 4px solid #0ea5e9 !important;
    border-top: 2px solid #0ea5e9 !important;
    border-bottom: 2px solid #0ea5e9 !important;
}

.safiery-quote-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.safiery-quote-details {
    flex: 1;
}

.safiery-quote-details strong {
    color: #0ea5e9;
    font-size: 15px;
}

.safiery-configurator-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #0081CC;
    border: 1px solid #0081CC;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.safiery-configurator-btn:hover {
    background: #006ba6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 129, 204, 0.3);
}

/* Banner Fix Styles */
.safiery-quote-banner-row {
    display: table-row !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce-cart-form__contents .safiery-quote-banner-row {
    transition: none !important;
}

table.shop_table .safiery-quote-banner-row td {
    padding: 20px 15px !important;
    border-left: 4px solid #0ea5e9 !important;
    border-top: 2px solid #0ea5e9 !important;
    border-bottom: 2px solid #0ea5e9 !important;
    background: #f0f9ff !important;
}

.safiery-quote-banner-row[data-cart-fragment="keep"] {
    display: table-row !important;
}

@media (max-width: 768px) {
    .safiery-quote-info-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .safiery-configurator-btn {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
}