/* 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;
    color: #333333;
    --ed-bg: #FFFFFF;
    --ed-border-color: #CCCCCC;
    --ed-text: #333333;
}

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

/* Product page */
.estimateddelivery.estimateddelivery-product {
    border-style:solid;
    border-width:1px;
    border-color: #CCCCCC;
    border-radius: 8px;
    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: 8px;
    padding: 8px 14px;
    font-size: 14px;
    margin: 10px 0;
}

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

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

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

.estimateddelivery .ed-carrier { color: #333333; }
.estimateddelivery .ed-price { color: #333333; }
.estimateddelivery .ed-countdown { color: #4caf50; }
