.hd-estimated-delivery-wrapper {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.hd-ed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.hd-ed-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

.hd-ed-country-selector select {
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    background-color: #f8fafc;
    color: #334155;
}

.hd-ed-country-selector select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.hd-ed-summary {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #64748b;
}

.hd-ed-summary strong {
    color: #334155;
    font-weight: 600;
}

.hd-ed-label {
    margin-right: 5px;
}

.hd-ed-timeline {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.hd-ed-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #64748b;
    position: relative;
}

.hd-ed-step strong {
    color: #475569;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 4px;
    font-weight: 600;
}

.hd-ed-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}

.hd-ed-icon-yellow { stroke: #f59e0b; }
.hd-ed-icon-green { stroke: #10b981; }

@media (max-width: 480px) {
    .hd-ed-header {
        align-items: center;
        gap: 10px;
    }
    .hd-ed-header h3 {
        font-size: 15px;
    }
    .hd-ed-country-selector select {
        font-size: 13px;
        padding: 5px 8px;
        max-width: 150px;
    }
}
