.vtg-rci-booking-widget {
    max-width: 1100px;
    margin: 26px auto;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.vtg-rci-booking-header {
    background: linear-gradient(135deg, #002b5c, #0077c8);
    color: #ffffff;
    padding: 30px;
}

.vtg-rci-booking-header h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 32px;
}

.vtg-rci-booking-header p {
    margin: 0;
    color: #e0f2fe;
}

.vtg-rci-booking-form {
    padding: 24px;
}

.vtg-rci-booking-form h3 {
    margin-top: 18px;
    color: #0f172a;
}

.vtg-rci-booking-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
}

.vtg-rci-booking-grid label,
.vtg-rci-notes {
    display: block;
    font-weight: 900;
    color: #0f172a;
}

.vtg-rci-booking-grid input,
.vtg-rci-booking-grid select,
.vtg-rci-notes textarea {
    width: 100%;
    margin-top: 7px;
    padding: 11px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
}

.vtg-rci-notes {
    margin-top: 16px;
}

.vtg-rci-booking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.vtg-rci-booking-actions button,
.vtg-rci-booking-actions a {
    display: inline-block;
    background: #f5b700;
    color: #111827 !important;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.vtg-rci-booking-actions a,
.vtg-rci-booking-actions button[data-vtg-rci-open-official] {
    background: #e0f2fe;
}

.vtg-rci-booking-result {
    margin: 0 24px 18px;
    padding: 14px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
}

.vtg-rci-booking-result a {
    font-weight: 900;
}

.vtg-rci-booking-disclaimer {
    padding: 0 24px 24px;
    color: #475569;
    font-size: 13px;
}
