/* ============================================================
   Interjar_StripeExpressDeliveryDate — popup styles
   ============================================================ */

/* Method list */
.interjar-stripe-dd-popup .interjar-stripe-dd-methods {
    margin-bottom: 16px;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-label {
    font-weight: 600;
    margin-bottom: 10px;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-method-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-method-item {
    margin-bottom: 8px;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-method-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-method-item input[type="radio"] {
    flex-shrink: 0;
}

/* "Delivery date available" badge */
.interjar-stripe-dd-popup .interjar-stripe-dd-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 7px;
    border-radius: 3px;
    background-color: #e6f4ea;
    color: #1e7e34;
    border: 1px solid #b7dfbe;
    white-space: nowrap;
}

/* Initial rates loading state */
.interjar-stripe-dd-popup .interjar-stripe-dd-rates-loading {
    color: #888;
    font-style: italic;
    padding: 12px 0;
}

/* Date picker section */
.interjar-stripe-dd-popup .interjar-stripe-dd-date-section {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    margin-top: 8px;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-loading {
    color: #888;
    font-style: italic;
    margin-bottom: 8px;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-no-dates {
    color: #888;
    font-style: italic;
}

.interjar-stripe-dd-popup .interjar-stripe-dd-error {
    color: #c9302c;
}

/* Form fields inside the picker */
.interjar-stripe-dd-popup .dd-day-field,
.interjar-stripe-dd-popup .dd-time-field {
    margin-bottom: 12px;
}

.interjar-stripe-dd-popup .dd-day-field .label,
.interjar-stripe-dd-popup .dd-time-field .label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.interjar-stripe-dd-popup .dd-day-select,
.interjar-stripe-dd-popup .dd-time-select {
    width: 100%;
    max-width: 320px;
}

/* ============================================================
   Continue prompt (shown after modal confirms, before second click)
   ============================================================ */
.interjar-stripe-dd-continue-prompt {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #2d7a2d;
    color: #fff;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 90vw;
}

.interjar-stripe-dd-continue-check {
    font-size: 18px;
    flex-shrink: 0;
}

.interjar-stripe-dd-continue-content {
    flex: 1;
    min-width: 0;
}

.interjar-stripe-dd-continue-method {
    font-weight: 600;
    margin-bottom: 2px;
}

.interjar-stripe-dd-continue-date {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 4px;
}

.interjar-stripe-dd-continue-message {
    font-size: 13px;
    opacity: 0.85;
}

.interjar-stripe-dd-continue-change {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.interjar-stripe-dd-continue-change:hover {
    background: rgba(255, 255, 255, 0.35);
}
