#edt-estimated-delivery {
    background-color: #ffffe0; /* Pastelno žuta */
    border: 2px solid #e0e0a0; /* Malo tamniji border */
    color: #333; /* Boja teksta */
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 8px; /* Blago zaobljeni uglovi */
    display: block;
    box-sizing: border-box;
    max-width: 600px; /* Maksimalna širina */
    width: 100%;
}

#edt-estimated-delivery .edt-delivery-day,
#edt-estimated-delivery .edt-delivery-date {
    font-weight: bold;
    color: #32CD32; /* Moderna zelena boja */
}
