/* Fix: Saved address card text invisible on dark checkout background */
.wc-block-components-address-card,
.wc-block-components-address-card address,
.wc-block-components-address-card p,
.wc-block-components-address-card span,
.wc-block-checkout__shipping-option .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__step .wc-block-components-address-card__address {
    color: #e2e8f0 !important;
}

.wc-block-components-address-card {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.nh-shipday-delivery-fields {
    background: #fdfdfd;
    border: 1px solid #e2e8f0 !important;
    padding: 24px !important;
    border-radius: 8px !important;
    margin-top: 24px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border-left: 4px solid #1a202c !important;
    /* Luxury accent */
}

.nh-shipday-delivery-fields h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 20px !important;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    font-family: inherit;
}

.nh-shipday-delivery-fields .components-base-control {
    margin-bottom: 16px !important;
}

.nh-shipday-delivery-fields .components-base-control__label {
    font-weight: 500 !important;
    color: #4a5568 !important;
    margin-bottom: 8px !important;
    display: block;
}

.nh-shipday-delivery-fields input[type="date"],
.nh-shipday-delivery-fields input[type="time"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 14px;
    color: #2d3748;
    background-color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.nh-shipday-delivery-fields input:focus {
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
    outline: none;
}