/* Estimated Delivery — generated theme. Do not edit manually. */

/* Base — also sets CSS variables so ed-display-frontend.css picks them up */
.estimateddelivery {
    background: #ffffff;
    border-color: #cccccc;
    --ed-bg: #ffffff;
    --ed-border-color: #cccccc;
}

/* Accent variable for popup/tab overlays */
:root { --ed-accent: #cccccc; }

/* Product page */
.estimateddelivery.estimateddelivery-product {
    border-style:solid;
    border-width:1px;
    border-color: #cccccc;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    margin: 10px 0;
}

/* Product listing */
.estimateddelivery.estimateddelivery-list {
    border-style:solid;
    border-width:1px;
    border-color: #cccccc;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    margin: 10px 0;
}

/* Cart */
.estimateddelivery.estimateddelivery-cart {
    border-style:solid;
    border-width:1px;
    border-color: #cccccc;
    border-radius: 4px;
    padding: 8px 14px;
}

/* Order confirmation */
.estimateddelivery.estimateddelivery-order {
    border-style:solid;
    border-width:1px;
    border-color: #cccccc;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    margin: 10px 0;
}

/* Text formatting */
.estimateddelivery .ed-date {
    color: #44b449;
}
.estimateddelivery.estimateddelivery-cart .ed-date {
    color: #44b449;
}

.estimateddelivery .ed-carrier { color: #37474f; }
.estimateddelivery .ed-price { color: #333333; }
.estimateddelivery .ed-countdown { color: #e65100; }
