.wcpdd-date-box {
    margin-top: 20px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border: 1px solid #eee;
}

.wcpdd-title {
    font-weight: 800;
    margin-bottom: 8px;
}

#wcpdd_delivery_date {
    width: 100%;
    max-width: 260px;
    padding: 8px;
    font-size: 14px;
}

.wcpdd-help {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}