.mvh-itinerary-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 10, 30, 0.6);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.mvh-itinerary-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 440px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 28px 24px 24px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    font-family: inherit;
}

.mvh-itinerary-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #888;
}

.mvh-itinerary-close:hover {
    color: #222;
}

#mvh-itinerary-title {
    margin: 0 0 8px;
    font-size: 1.3em;
    color: #e6007a;
}

.mvh-itinerary-subtitle {
    margin: 0 0 18px;
    color: #555;
    font-size: 0.95em;
    line-height: 1.4;
}

#mvh-itinerary-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 0.9em;
    color: #333;
}

#mvh-itinerary-form input,
#mvh-itinerary-form select {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 9px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95em;
    box-sizing: border-box;
}

.mvh-itinerary-submit {
    width: 100%;
    background: #e6007a;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
}

.mvh-itinerary-submit:hover {
    background: #c40068;
}

.mvh-itinerary-error {
    color: #c0392b;
    font-size: 0.85em;
    margin-top: 10px;
}

#mvh-itinerary-loading-view,
#mvh-itinerary-success-view {
    text-align: center;
    padding: 30px 10px;
    font-size: 1.05em;
    color: #333;
}
