.wc-estimated-delivery {
    background: #f8f8f8;
    padding: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.wc-estimated-delivery .wc-delivery-icon {
    width: 28px;
    height: 28px;
    display: block;
}
