#shipping-modal-overlay {
    position: fixed;
    z-index: 99999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.shipping-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.shipping-modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.fext-precise-promise {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background: #fff;
}

.fext-precise-promise__indexed {
    margin-bottom: 0.5rem;
}

.fext-precise-promise__status {
    margin: 0;
    font-size: 0.875rem;
}

.fext-precise-promise__prompt {
    margin-top: 0.75rem;
}

.fext-precise-promise__prompt-form {
    display: grid;
    gap: 0.5rem;
}

.fext-precise-promise__prompt-label,
.fext-precise-promise__prompt-reason {
    margin: 0;
}

.fext-precise-promise__prompt-input {
    width: 100%;
    max-width: 24rem;
}
