/* ATW Sync Frontend Styles */
.atw-availability-info {
    margin-top: 10px;
    margin-bottom: 15px;
    clear: both;
}

.atw-fitment-notes-box {
    background-color: #fff9f9;
    border: 2px solid #d63638;
    padding: 15px !important;
    margin: 20px 0;
    border-radius: 8px;
}

.atw-fitment-notes-box h4 {
    color: #d63638;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

#atw-shop-address {
    padding: 12px;
    background: #fffaf5;
    border: 1px solid #f28d21;
    border-left-width: 4px;
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    border-radius: 4px;
    clear: both;
}

/* Hide "Change Address" in Cart Totals */
.shipping-calculator-button, 
.shipping-calculator-form {
    display: none !important;
}
