.wp-delivery-date {
    margin: 12px 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* === WIDGET PRODUCT PAGE === */
.wpdd-widget {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 8px;
    line-height: 1.5;
}

/* Modern */
.wpdd-modern {
    background: linear-gradient(135deg, #f0faf8, #e8f7f0);
    border: 1px solid #d4edda;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Minimal */
.wpdd-minimal {
    background: transparent;
    border: none;
    padding: 8px 0;
    gap: 8px;
}

/* Badge */
.wpdd-badge {
    background: #fff;
    border: 2px solid #4caf50;
    border-radius: 28px;
    padding: 10px 18px;
    display: inline-flex;
    box-shadow: 0 2px 12px rgba(76, 175, 80, 0.12);
}

/* Timeline */
.wpdd-timeline {
    flex-wrap: nowrap;
}
.wpdd-widget.wpdd-timeline {
    flex-direction: column;
    align-items: stretch;
    background: linear-gradient(135deg, #f0faf8, #e8f7f0);
    border: 1px solid #d4edda;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.wpdd-widget.wpdd-timeline .wpdd-timeline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px 14px;
}
.wpdd-widget.wpdd-timeline .wpdd-bottom-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* Icon */
.wpdd-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-top: 1px;
}
.wpdd-icon svg {
    display: block;
}
.wpdd-icon-oos {
    color: #e74c3c !important;
}

/* Content */
.wpdd-content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
}
.wpdd-text {
    font-size: 14px;
}
.wpdd-date {
    font-size: 15px;
    font-weight: 700;
}
.wpdd-carrier {
    font-size: 12px;
    opacity: 0.7;
    width: 100%;
}
.wpdd-text-oos {
    color: #e74c3c !important;
    font-weight: 600;
}

/* Countdown */
.wpdd-countdown {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
}
.wpdd-countdown svg {
    flex-shrink: 0;
}

/* Timeline steps row */
.wpdd-timeline-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 4px 8px 10px;
}
.wpdd-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 1;
    min-width: 70px;
}
.wpdd-step-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    display: block;
    flex-shrink: 0;
}
.wpdd-step-done .wpdd-step-dot {
    border: none;
}
.wpdd-step-label {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
}
.wpdd-timeline-bar {
    flex: 1;
    height: 3px;
    background: #ddd;
    margin-top: 7px;
    min-width: 30px;
    border-radius: 2px;
}
.wpdd-timeline-bar.wpdd-bar-filled {
    background: currentColor;
}
.wpdd-bottom-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 4px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

/* === OUT OF STOCK === */
.wpdd-oos {
    background: #fff5f5;
    border-color: #f5c6cb;
}

/* === LIST ITEM === */
.wpdd-list-item {
    margin: 4px 0;
}
.wpdd-list-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}
.wpdd-list-label svg {
    flex-shrink: 0;
}
.wpdd-list-oos {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #e74c3c;
    font-weight: 600;
}

/* === CART WIDGET === */
.wpdd-cart {
    margin: 15px 0;
}
.wpdd-cart-widget {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #f6fffe, #edf9f6);
    border: 1px solid #d4edda;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.wpdd-cart-icon svg {
    display: block;
}
.wpdd-cart-text {
    font-size: 14px;
    line-height: 1.5;
}
.wpdd-cart-date {
    font-weight: 700;
    font-size: 15px;
}
.wpdd-cart-carrier {
    display: block;
    font-size: 12px;
    opacity: 0.7;
    margin-top: 2px;
}

/* === CONFIRMATION WIDGET === */
.wpdd-confirmation {
    margin: 20px 0;
}
.wpdd-confirm-widget {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.wpdd-confirm-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
}
.wpdd-confirm-content {
    font-size: 14px;
    line-height: 1.6;
}
.wpdd-confirm-dates {
    font-size: 18px;
    font-weight: 700;
    margin-top: 2px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .wpdd-widget {
        padding: 10px 12px;
    }
    .wpdd-date {
        font-size: 14px;
    }
    .wpdd-confirm-widget {
        padding: 14px 16px;
    }
    .wpdd-confirm-dates {
        font-size: 16px;
    }
}
