/* Frontend Styles for Shipping Estimator */
.responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
}

.backorder_products_table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.backorder_products_table th, 
.backorder_products_table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.backorder_products_table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .backorder_products_table th, 
    .backorder_products_table td {
        padding: 6px 4px;
        font-size: 0.875em;
    }
}

.holiday-status-notice {
    background: #fff8e5;
    border-left: 4px solid #ffb700;
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
}

.shipping-estimate-notice {
    margin: 15px 0;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #0073aa;
    background: #e8f4fd;
}