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

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

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

/* Product page */
.estimateddelivery.estimateddelivery-product {
    border:none;
    border-left:3px solid;
    border-color: #E4ACAC;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 8px 14px;
    font-size: 14px;
    margin: 10px 0;
}

/* Product listing */
.estimateddelivery.estimateddelivery-list {
    border:none;
    border-left:3px solid;
    border-color: #E4ACAC;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 8px 14px;
    font-size: 14px;
    margin: 10px 0;
}

/* Cart */
.estimateddelivery.estimateddelivery-cart {
    border:none;
    border-left:3px solid;
    border-color: #E4ACAC;
    border-radius: 4px;
    padding: 8px 14px;
}

/* Order confirmation */
.estimateddelivery.estimateddelivery-order {
    border:none;
    border-left:3px solid;
    border-color: #E4ACAC;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 8px 14px;
    font-size: 14px;
    margin: 10px 0;
}

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

.estimateddelivery .ed-carrier { color: #333333; }
.estimateddelivery .ed-countdown { color: #E65100; }
