/**
 * Delivery Date Module — Frontend Styles
 *
 * Checkout delivery note + shipping times table.
 * Extracted from inline styles for easier theming and future centralized CSS.
 */

/* ==========================================================================
   CHECKOUT — Delivery note under each shipping method
   ========================================================================== */

.shipping-note {
    font-weight: 400;
    color: #333333;
    font-size: 13px;
    margin-top: 4px;
    margin-left: 6px;
}

.shipping-note strong {
    color: #333333;
    font-size: 13px;
}

/* ==========================================================================
   SHORTCODE — Estimated shipping times table [fgp_est_ship_time_tbl]
   ========================================================================== */

.fgp-shipping-table {
    width: 100%;
    border-collapse: collapse;
}

.fgp-shipping-table th,
.fgp-shipping-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
