/**
 * lsmshiprates_front.css
 * Front office styles for the LSM Shipping Rates module.
 * Applied when the "Show Estimated Delivery Date" toggle is enabled.
 */

.lsm-delivery-date {
    margin: 4px 0 0 0;
    font-size: 0.875em;
    color: #555;
}

.lsm-delivery-date strong {
    color: #333;
}
