:root {
    --gvbh-primary: #b0257e;
    --gvbh-primary-hover: #901f66;
    --gvbh-text: #1f2937;
    --gvbh-text-muted: #6b7280;
    --gvbh-border: #e5e7eb;
    --gvbh-surface: #ffffff;
    --gvbh-bg: #fbf8fd;
    --gvbh-font-heading: 'Manrope', sans-serif;
    --gvbh-font-body: 'Inter', sans-serif;
}

.gvbh-get-visa {
    max-width: 896px;
    margin: 0 auto;
    padding: 32px 20px 48px;
    color: var(--gvbh-text);
    font-family: var(--gvbh-font-body);
}

.gvbh-get-visa__progress {
    margin-bottom: 48px;
}

.gvbh-get-visa__progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--gvbh-text-muted);
    text-transform: uppercase;
}

.gvbh-get-visa__progress-bar {
    height: 3px;
    background: var(--gvbh-border);
    border-radius: 999px;
    overflow: hidden;
}

.gvbh-get-visa__progress-fill {
    display: block;
    width: 33.3333%;
    height: 100%;
    background: var(--gvbh-primary);
    border-radius: inherit;
}

.gvbh-get-visa__heading {
    margin: 0 0 32px;
    font-family: var(--gvbh-font-heading);
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    line-height: 48px;
    letter-spacing: -0.96px;
    text-align: center;
    color: var(--gvbh-text);
}

.gvbh-get-visa__search-wrap {
    position: relative;
    margin-bottom: 20px;
}

.gvbh-get-visa__search-field {
    position: relative;
    display: flex;
    align-items: center;
}

.gvbh-get-visa__search-field[hidden] {
    display: none !important;
}

.gvbh-get-visa__selected-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 999px;
    background: var(--gvbh-primary);
    color: #fff;
}

.gvbh-get-visa__selected-chip[hidden] {
    display: none !important;
}

.gvbh-get-visa__selected-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 22px;
    flex-shrink: 0;
}

.gvbh-get-visa__selected-flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.gvbh-get-visa__selected-flag .gvbh-get-visa__country-flag-placeholder {
    width: 32px;
    height: 22px;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.2);
}

.gvbh-get-visa__selected-name {
    flex: 1;
    font-family: var(--gvbh-font-body);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
}

.gvbh-get-visa__selected-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border: 1.5px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    box-sizing: border-box;
}

.gvbh-get-visa__selected-clear svg {
    display: block;
    width: 12px;
    height: 12px;
}

.gvbh-get-visa__selected-clear:hover {
    background: rgba(255, 255, 255, 0.12);
}

.gvbh-get-visa__search-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
    display: flex;
}

#gvbh-country-search {
    width: 100%;
    color: var(--gvbh-text);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 26px 22px 26px 50px;
    background: #0871B408;
    box-shadow: 0px 0px 0px 1px #C5C6D026;
    border: 0px;
    border-radius: 16px;
}

.gvbh-get-visa__search:focus {
    outline: none;
    border-color: var(--gvbh-primary);
    box-shadow: 0 0 0 3px rgba(176, 37, 126, 0.15);
}

.gvbh-get-visa__countries {
    display: flex;
    flex-direction: column;
    max-height: 280px;
    overflow: auto;
    border-radius: 20px;
    background: var(--gvbh-surface);
    box-shadow: 0px 12px 40px 0px #1B1B1F0F;
}

.gvbh-get-visa__country {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    border-bottom: 1px solid var(--gvbh-border);
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.gvbh-get-visa__country:last-child {
    border-bottom: 0;
}

.gvbh-get-visa__country:hover,
.gvbh-get-visa__country.is-selected {
    background: #f9edf5;
    color: var(--gvbh-text);
}

.gvbh-get-visa__country-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 24px;
    flex-shrink: 0;
}

.gvbh-get-visa__country-flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 3px;
}

.gvbh-get-visa__country-flag-placeholder {
    display: block;
    width: 36px;
    height: 24px;
    border: 1px solid var(--gvbh-border);
    border-radius: 3px;
    background: var(--gvbh-bg);
}

.gvbh-get-visa__country-label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--gvbh-text);
}

.gvbh-get-visa__empty,
.gvbh-get-visa__no-results {
    margin: 0 0 20px;
    text-align: center;
    color: var(--gvbh-text-muted);
}

.gvbh-get-visa__progress-fill--step-1 {
    width: 33.3333%;
}

.gvbh-get-visa__progress-fill--step-2 {
    width: 66.6667%;
}

.gvbh-get-visa__progress-fill--step-3 {
    width: 100%;
}

/*
 * Calendar Ã¢â‚¬â€ structure only.
 * Style these classes in public.css as needed.
 *
 * State classes on .gvbh-get-visa__calendar-day:
 * - is-outside   : day from previous/next month
 * - is-disabled  : past dates and today (not selectable)
 * - is-today     : today's date (disabled)
 * - is-selected  : chosen departure date
 */
.gvbh-get-visa__calendar {
    margin-bottom: 28px;
}

.gvbh-get-visa__calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.gvbh-get-visa__calendar-month {
    margin: 0;
    text-align: center;
}

.gvbh-get-visa__calendar-nav {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

button.gvbh-get-visa__calendar-nav,
button.gvbh-get-visa__calendar-day,
button.gvbh-get-visa__calendar-today {
    appearance: none;
    -webkit-appearance: none;
}

.gvbh-get-visa__calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.gvbh-get-visa__calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.gvbh-get-visa__calendar-day {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.gvbh-get-visa__calendar-day:disabled {
    cursor: not-allowed;
}

.gvbh-get-visa__calendar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}

.gvbh-get-visa__calendar-selected {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gvbh-get-visa__calendar-selected-text {
    display: flex;
    flex-direction: column;
}

.gvbh-get-visa__calendar-today {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.gvbh-get-visa__step-panel[hidden] {
    display: none !important;
}

.gvbh-get-visa__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.gvbh-get-visa__product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--gvbh-border);
    border-radius: 20px;
    background: var(--gvbh-surface);
    box-shadow: 0 12px 40px rgba(27, 27, 31, 0.06);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

button.gvbh-get-visa__product {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    white-space: normal;
    font-family: inherit;
    background: white;
    color: inherit;
    border-radius: 24px;
    box-shadow: 0px 12px 40px 0px #1B1B1F0F;
    border: 2px solid transparent;
    padding: 25px;
    display: flex;
}

.gvbh-get-visa__product:hover,
.gvbh-get-visa__product.is-selected {
    border-color: var(--gvbh-primary) !important;
    box-shadow: 0 12px 40px rgba(176, 37, 126, 0.12) !important;
    background: white !important;
}

.gvbh-get-visa__product.is-popular:not(.is-selected) {
    border-color: var(--gvbh-border);
    box-shadow: 0 12px 40px rgba(27, 27, 31, 0.06);
}

.gvbh-get-visa__product-check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--gvbh-border);
    transition: all 0.15s ease;
}

.gvbh-get-visa__product-check::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.15s ease;
}

.gvbh-get-visa__product.is-selected .gvbh-get-visa__product-check {
    background: var(--gvbh-primary);
    border-color: var(--gvbh-primary);
}

.gvbh-get-visa__product.is-selected .gvbh-get-visa__product-check::after {
    opacity: 1;
}

.gvbh-get-visa__product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 47px;
    height: 49px;
    color: #575757;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}

.gvbh-get-visa__product-icon svg {
    display: block;
    width: 47px;
    height: 49px;
}

.gvbh-get-visa__product.is-selected .gvbh-get-visa__product-icon {
    color: var(--gvbh-primary);
}

.gvbh-get-visa__product-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
    flex-grow: 1;
}

.gvbh-get-visa__product-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    justify-content: start;
    gap: 10px;
}

.gvbh-get-visa__product-title {
    font-family: var(--gvbh-font-heading);
    color: var(--gvbh-text);
    min-width: 0;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    transition: color 0.15s ease;
}

.gvbh-get-visa__product.is-selected .gvbh-get-visa__product-title {
    color: var(--gvbh-primary);
}

.gvbh-get-visa__product-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2px 8px;
    width: 67px;
    height: 19px;
    background: rgba(176, 37, 126, 0.1);
    border-radius: 9999px;
    flex: none;
    order: 1;
    font-family: Inter;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    text-transform: uppercase;
    flex-grow: 0;
    color: #B0257E;
}

.gvbh-get-visa__product-description {
    width: 100%;
    min-width: 0;
    font-family: var(--gvbh-font-body);
    color: var(--gvbh-text-muted);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    display: flex;
    align-items: center;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.gvbh-get-visa__product-price,
.gvbh-get-visa__variation-price {
    display: block;
    width: 100%;
    min-width: 0;
    font-family: var(--gvbh-font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--gvbh-text);
    white-space: normal;
    overflow-wrap: anywhere;
    margin-top: auto;
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid var(--gvbh-border);
}

.gvbh-get-visa__products-loading,
.gvbh-get-visa__products-empty {
    margin-bottom: 20px;
    text-align: center;
    color: var(--gvbh-text-muted);
}

.gvbh-get-visa__actions--step-2,
.gvbh-get-visa__actions--step-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.gvbh-get-visa__back,
.gvbh-get-visa__continue {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    /* padding: 16px 170px !important; */
    gap: 0 !important;
    isolation: isolate !important;
    height: 56px !important;
    background: #B0257E !important;
    border-radius: 16px !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
    color: #fff !important;
    border: 0 !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
}

.gvbh-get-visa__back:hover,
.gvbh-get-visa__continue:hover:not(:disabled) {
    background: var(--gvbh-primary-hover);
}

.gvbh-get-visa__continue:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Variations Section */
.gvbh-get-visa__separator {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.gvbh-get-visa__separator-line {
    width: 120px;
    height: 2px;
    background: rgba(176, 37, 126, 0.3);
}

.gvbh-get-visa__variations-heading {
    text-align: center;
    font-family: var(--gvbh-font-heading);
    color: var(--gvbh-text-muted);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.gvbh-get-visa__variations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.gvbh-get-visa__variation {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--gvbh-border);
    border-radius: 20px;
    background: var(--gvbh-surface);
    box-shadow: 0 12px 40px rgba(27, 27, 31, 0.06);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    white-space: normal;
    font-family: inherit;
    color: inherit;
}

button.gvbh-get-visa__variation {
    background: white;
}

.gvbh-get-visa__variation:hover,
.gvbh-get-visa__variation.is-selected {
    border-color: var(--gvbh-primary) !important;
    box-shadow: 0 12px 40px rgba(176, 37, 126, 0.12) !important;
    background: white !important;
}

.gvbh-get-visa__variation-check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--gvbh-border);
    transition: all 0.15s ease;
}

.gvbh-get-visa__variation-check::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.15s ease;
}

.gvbh-get-visa__variation.is-selected .gvbh-get-visa__variation-check {
    background: var(--gvbh-primary);
    border-color: var(--gvbh-primary);
}

.gvbh-get-visa__variation.is-selected .gvbh-get-visa__variation-check::after {
    opacity: 1;
}

.gvbh-get-visa__variation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 12px;
    background: rgba(87, 87, 87, 0.1);
    color: #575757;
    transition: all 0.2s ease;
}

.gvbh-get-visa__variation.is-selected .gvbh-get-visa__variation-icon {
    background: rgba(176, 37, 126, 0.1);
    color: var(--gvbh-primary);
}

.gvbh-get-visa__variation-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
    flex-grow: 1;
}

.gvbh-get-visa__variation-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    justify-content: start;
    gap: 10px;
}

.gvbh-get-visa__variation-title {
    font-family: var(--gvbh-font-heading);
    color: var(--gvbh-text-muted);
    min-width: 0;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    transition: color 0.15s ease;
}

.gvbh-get-visa__variation.is-selected .gvbh-get-visa__variation-title {
    color: var(--gvbh-primary);
}

.gvbh-get-visa__variation-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 9999px;
    font-family: Inter;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.gvbh-get-visa__variation-badge--pink {
    background: rgba(176, 37, 126, 0.1);
    color: #B0257E;
}

.gvbh-get-visa__variation-badge--gray {
    background: rgba(87, 87, 87, 0.1);
    color: #575757;
}

.gvbh-get-visa__variation-description {
    width: 100%;
    min-width: 0;
    font-family: var(--gvbh-font-body);
    color: var(--gvbh-text-muted);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 900px) {

    .gvbh-get-visa__products,
    .gvbh-get-visa__variations {
        grid-template-columns: 1fr;
    }
}

.gvbh-get-visa__actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.gvbh-get-visa__continue-session-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.gvbh-get-visa__continue-session-wrap[hidden] {
    display: none !important;
}


.gvbh-get-visa__datebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 32px 18px 32px;
    color: var(--gvbh-text);
    font-family: var(--gvbh-font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    max-width: 1238px;
    width: 100%;
}

.gvbh-get-visa__date-islamic,
.gvbh-get-visa__date-gregorian {
    white-space: nowrap;
}

body.gvbh-visa-page {
    background-color: #fbf8fd;
}

body.gvbh-visa-page #page,
body.gvbh-visa-page .site,
body.gvbh-visa-page .elementor,
body.gvbh-visa-page .page-content,
body.gvbh-visa-page main {
    background-color: #fbf8fd;
}

@media (max-width: 640px) {
    .gvbh-get-visa__datebar {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 20px;
        font-size: 0.85rem;
    }

    .gvbh-get-visa__date-islamic,
    .gvbh-get-visa__date-gregorian {
        white-space: normal;
    }

}

body.gvbh-visa-page .entry-header,
body.gvbh-visa-page .page-header,
body.gvbh-visa-page .wp-block-post-title,
body.gvbh-visa-page .elementor-page-title,
body.gvbh-visa-page h1.entry-title,
body.gvbh-visa-page .ast-archive-description,
body.gvbh-visa-page .page-title {
    display: none !important;
}


button.gvbh-get-visa__country {
    display: flex;
    border: 0px;
    padding: 16px;
    color: #575757;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}

button#gvbh-selected-clear {
    border: 1px solid white;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0;
}

button#gvbh-selected-clear:hover {
    background: white;
    color: #b0257e;
}


div#gvbh-travel-calendar {
    max-width: 520px;
    margin: 0 auto;
    background: #FFF;
    padding: 32px;
    box-shadow: 0px 12px 40px 0px #1B1B1F0F;
    border-radius: 24px;
}

button#gvbh-cal-prev,
button#gvbh-cal-next {
    padding: 0;
    border: 0px;
    color: #575757;
}

button#gvbh-cal-prev:hover,
button#gvbh-cal-next:hover {
    background: transparent;
    border: 0;
    color: #B0257E;
}

p#gvbh-cal-month-label {
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
}

button#gvbh-cal-today {
    color: #575757;
    border: 0;
    padding: 0;
}

button#gvbh-cal-today:hover {
    background: transparent;
    color: #B0257E;
}

span.gvbh-get-visa__calendar-selected-label {
    font-family: Manrope;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    text-transform: uppercase;
}

span#gvbh-selected-date-display {
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
}

span.gvbh-get-visa__calendar-weekday {
    padding: 8px 20px;
    text-align: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #757680;
}

button.gvbh-get-visa__calendar-day {
    padding: 12px 0px;
    text-align: center;
    border: 0px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #1B1B1F;
    border-radius: 16px;
}

button.gvbh-get-visa__calendar-day.is-disabled {
    color: #C5C6D0;
}

button.gvbh-get-visa__calendar-day:hover {
    border-radius: 16px;
    box-shadow: 0px 2px 4px -2px #0000001A;
    box-shadow: 0px 4px 6px -1px #0000001A;
    background: #B0257E;
}

button.gvbh-get-visa__calendar-day.is-disabled:hover {
    background: transparent;
    box-shadow: none;
}

button.gvbh-get-visa__calendar-day.is-selected {
    border-radius: 16px;
    box-shadow: 0px 2px 4px -2px #0000001A;
    box-shadow: 0px 4px 6px -1px #0000001A;
    background: #B0257E;
    color: white;
}

.gvbh-get-visa__continue {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 16px 170px !important; */
    gap: 5px !important;
    isolation: isolate;
    height: 56px;
    background: #B0257E !important;
    border-radius: 16px !important;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: white !important;
}

.gvbh-get-visa__back {
    border-radius: 16px;
    padding: 10px 60px;
}

.gvbh-get-visa__back:hover {
    background: #b0257e;
}

/* Visa search loading screen */
#gvbh-get-visa-app[data-current-step="searching"]+.gvbh-get-visa__datebar,
#gvbh-get-visa-app[data-current-step="result"]+.gvbh-get-visa__datebar {
    display: none;
}

#gvbh-get-visa-app[data-current-step="result"] {
    max-width: 1080px;
}

.gvbh-get-visa__searching {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 0 48px;
}

.gvbh-get-visa__searching-heading {
    margin: 0 0 40px;
    font-family: var(--gvbh-font-heading);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1b1b1f;
}

.gvbh-get-visa__searching-loader {
    position: relative;
    width: 112px;
    height: 112px;
    margin: 0 auto 48px;
}

.gvbh-get-visa__searching-loader-glow {
    position: absolute;
    inset: -24px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(176, 37, 126, 0.18) 0%, rgba(176, 37, 126, 0) 70%);
    pointer-events: none;
}

.gvbh-get-visa__searching-loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(176, 37, 126, 0.12);
    background: white;
    border-top-color: #b0257e;
    animation: gvbh-search-spin 1.1s linear infinite;
}

.gvbh-get-visa__searching-loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 40px rgba(27, 27, 31, 0.08);
    transform: translate(-50%, -50%);
}

.gvbh-get-visa__searching-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 720px;
}

.gvbh-get-visa__searching-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    transition: background-color 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.gvbh-get-visa__searching-step.is-pending {
    opacity: 0.45;
    background: transparent;
}

.gvbh-get-visa__searching-step.is-active {
    opacity: 1;
    background: #f3f4f6;
}

.gvbh-get-visa__searching-step.is-complete {
    opacity: 1;
    background: #fff;
    box-shadow: 0 12px 40px rgba(27, 27, 31, 0.06);
}

.gvbh-get-visa__searching-step-icon {
    display: none;
    flex-shrink: 0;
}

.gvbh-get-visa__searching-step-icon--active {
    display: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b0257e;
    animation: gvbh-search-pulse 1.2s ease-in-out infinite;
}

.gvbh-get-visa__searching-step.is-pending .gvbh-get-visa__searching-step-icon--pending {
    display: inline-flex;
    color: #c5c6d0;
}

.gvbh-get-visa__searching-step.is-active .gvbh-get-visa__searching-step-icon--active {
    display: inline-flex;
}

.gvbh-get-visa__searching-step.is-complete .gvbh-get-visa__searching-step-icon--complete {
    display: inline-flex;
}

.gvbh-get-visa__searching-step-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.gvbh-get-visa__searching-step-label {
    font-family: var(--gvbh-font-body);
    color: #b0257e;
    font-family: Manrope;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
}

.gvbh-get-visa__searching-step.is-pending .gvbh-get-visa__searching-step-label,
.gvbh-get-visa__searching-step.is-pending .gvbh-get-visa__searching-step-text {
    color: #c5c6d0;
}

.gvbh-get-visa__searching-step-text {
    font-family: var(--gvbh-font-body);
    color: #575757;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
}

@keyframes gvbh-search-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gvbh-search-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .gvbh-get-visa__searching-steps {
        grid-template-columns: 1fr;
        max-width: 360px;
    }

    .gvbh-get-visa__searching-step {
        align-items: center;
        text-align: center;
    }
}

/* Visa recommendation result */
.gvbh-get-visa__result-header {
    margin-bottom: 32px;
    text-align: center;
}

.gvbh-get-visa__result-heading {
    margin: 0 0 12px;
    font-family: var(--gvbh-font-heading);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1b1b1f;
}

.gvbh-get-visa__result-intro {
    margin: 0 auto;
    max-width: 640px;
    font-size: 1rem;
    line-height: 1.6;
    color: #575757;
}

.gvbh-get-visa__result-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: start;
}

.gvbh-get-visa__result-card {
    background: #fff;
    border-radius: 8px;
}

.gvbh-get-visa__result-card--details {
    padding: 32px;
    border: 1px solid rgba(229, 231, 235, 0.5);
}

.gvbh-get-visa__result-card--pricing {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
    border: 1px solid rgba(229, 231, 235, 0.5);
}

.gvbh-get-visa__result-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    padding: 6px 12px;
    background: #f9edf5;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #b0257e;
}

.gvbh-get-visa__result-title {
    margin: 0 0 8px;
    font-family: var(--gvbh-font-heading);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: #1b1b1f;
}

.gvbh-get-visa__result-title-accent {
    color: #b0257e;
}

.gvbh-get-visa__result-subtitle {
    margin: 0 0 32px;
    font-size: 0.875rem;
    color: #757680;
}

.gvbh-get-visa__result-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f3f4f6;
}

.gvbh-get-visa__result-info {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.gvbh-get-visa__result-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #fdf2f8;
    border-radius: 8px;
}

.gvbh-get-visa__result-info-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.gvbh-get-visa__result-info-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #b0257e;
}

.gvbh-get-visa__result-info-value {
    font-size: 1rem;
    font-weight: 700;
    color: #1b1b1f;
}

.gvbh-get-visa__result-info-subtext {
    font-size: 0.8125rem;
    color: #575757;
}

.gvbh-get-visa__result-social {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
}

.gvbh-get-visa__result-avatars {
    display: inline-flex;
    align-items: center;
}

.gvbh-get-visa__result-avatar {
    width: 28px;
    height: 28px;
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #1b1b1f;
}

.gvbh-get-visa__result-avatar:first-child {
    margin-left: 0;
}

.gvbh-get-visa__result-social-text {
    margin: 0;
    font-size: 0.75rem;
    color: #575757;
}

.gvbh-get-visa__result-social-text strong {
    color: #b0257e;
}

.gvbh-get-visa__pricing-heading {
    margin: 0;
    font-family: var(--gvbh-font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: #1b1b1f;
}

.gvbh-get-visa__packages {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gvbh-get-visa__package {
    position: relative;
    display: block;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gvbh-get-visa__package.is-selected {
    border: 2px solid #575757;
    padding: 19px;
}

.gvbh-get-visa__package--express.is-selected {
    border-color: #b0257e;
}

.gvbh-get-visa__package-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.gvbh-get-visa__package-badge-popular {
    position: absolute;
    top: -12px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: #fdf2f8;
    border-radius: 4px;
    font-size: 0.625rem;
    font-weight: 700;
    color: #b0257e;
}

.gvbh-get-visa__package-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}

.gvbh-get-visa__package-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1.5px solid #d1d5db;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.gvbh-get-visa__package.is-selected .gvbh-get-visa__package-indicator {
    border-color: #b0257e;
}

.gvbh-get-visa__package-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b0257e;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.gvbh-get-visa__package.is-selected .gvbh-get-visa__package-dot {
    opacity: 1;
}

.gvbh-get-visa__package-title-area {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.gvbh-get-visa__package-title {
    font-family: var(--gvbh-font-heading);
    font-size: 1.125rem;
    font-weight: 700;
    color: #1b1b1f;
}

.gvbh-get-visa__package--express .gvbh-get-visa__package-title {
    color: #b0257e;
}

.gvbh-get-visa__package-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f9fafb;
    border-radius: 8px;
}

.gvbh-get-visa__package--express .gvbh-get-visa__package-icon {
    background: #fdf2f8;
}

.gvbh-get-visa__package-price-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gvbh-get-visa__package-price {
    font-family: var(--gvbh-font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: #1b1b1f;
}

.gvbh-get-visa__package--express .gvbh-get-visa__package-price {
    color: #b0257e;
}

.gvbh-get-visa__package-subprice {
    font-size: 0.6875rem;
    color: #575757;
}

.gvbh-get-visa__package-content {
    padding-left: 36px;
}

.gvbh-get-visa__package-desc {
    margin: 0 0 12px;
    font-size: 0.875rem;
    color: #575757;
}

.gvbh-get-visa__package-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gvbh-get-visa__package-feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border: 1px solid #fdf2f8;
    background: #fff;
    border-radius: 4px;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #575757;
}

.gvbh-get-visa__package-feature-badge--gray {
    border-color: #f3f4f6;
}

.gvbh-get-visa__total-box {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: #fdfafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.gvbh-get-visa__total-amount-side,
.gvbh-get-visa__total-charges-side {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.gvbh-get-visa__total-divider {
    width: 1px;
    height: 40px;
    background: #e5e7eb;
    margin: 0 20px;
}

.gvbh-get-visa__total-icon,
.gvbh-get-visa__charges-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fdf2f8;
    border-radius: 8px;
    flex-shrink: 0;
}

.gvbh-get-visa__total-text,
.gvbh-get-visa__charges-text {
    display: flex;
    flex-direction: column;
}

.gvbh-get-visa__total-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #575757;
}

.gvbh-get-visa__total-price {
    font-family: var(--gvbh-font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: #b0257e;
    line-height: 1;
}

.gvbh-get-visa__charges-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #b0257e;
}

.gvbh-get-visa__charges-sub {
    font-size: 0.6875rem;
    color: #575757;
}

.gvbh-get-visa__continue-standard-wrap {
    text-align: center;
    margin-top: 4px;
}

.gvbh-get-visa__continue-standard {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 0.75rem;
    color: #575757;
    cursor: pointer;
}

.gvbh-get-visa__continue-standard:hover {
    text-decoration: underline;
}

.gvbh-get-visa__result-card--pricing .gvbh-get-visa__continue {
    width: 100%;
}

@media (max-width: 900px) {
    .gvbh-get-visa__result-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .gvbh-get-visa__result-info-grid {
        grid-template-columns: 1fr;
    }

    .gvbh-get-visa__total-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .gvbh-get-visa__total-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }
}

/* Passport Step Layout */
.gvbh-passport-header {
    margin-bottom: 24px;
}

.gvbh-passport-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--gvbh-text);
}

.gvbh-passport-subheading {
    font-size: 14px;
    color: var(--gvbh-text-muted);
}

.gvbh-passport-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.gvbh-passport-main {
    flex: 1;
    min-width: 0;
}

.gvbh-passport-sidebar {
    width: 300px;
    flex-shrink: 0;
}

.gvbh-passport-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.gvbh-passport-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.gvbh-passport-card__icon {
    width: 32px;
    height: 32px;
    background: rgba(176, 37, 126, 0.1);
    color: var(--gvbh-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gvbh-passport-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.gvbh-info-notice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(176, 37, 126, 0.04);
    border: 1px solid rgba(176, 37, 126, 0.15);
    border-left: 4px solid var(--gvbh-primary, #B0257E);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 24px;
    display: none;
}

.gvbh-info-notice__icon {
    flex-shrink: 0;
    color: var(--gvbh-primary, #B0257E);
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gvbh-info-notice__content {
    font-size: 13px;
    line-height: 1.5;
    color: #4b5563;
}

.gvbh-info-notice__title {
    font-weight: 600;
    font-size: 14px;
    color: #1f2937;
    margin-bottom: 4px;
}

.gvbh-form-group {
    margin-bottom: 24px;
}

.gvbh-form-row .gvbh-form-group {
    margin: 0px;
    width: 100%;
}

.gvbh-form-group__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.gvbh-form-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gvbh-text);
    margin-bottom: 8px;
    display: block;
}

.gvbh-badge-required {
    font-size: 10px;
    background: #b81d1d;
    color: #fff;
    padding: 2px 9px;
    border-radius: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.gvbh-file-upload {
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s;
}

.gvbh-file-upload:hover {
    background: #f3f4f6;
}

.gvbh-file-upload__icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: var(--gvbh-primary);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.gvbh-file-upload__text {
    font-size: 14px;
    font-weight: 600;
    color: var(--gvbh-text);
}

.gvbh-file-upload__subtext {
    font-size: 12px;
    color: var(--gvbh-text-muted);
}

.gvbh-file-upload__hint {
    font-size: 11px;
    color: var(--gvbh-text-muted);
    margin-top: 8px;
}

.gvbh-form-control {
    width: 100% !important;
    border: 1px solid var(--gvbh-border) !important;
    border-radius: 8px !important;
    padding: 16px 16px;
    font-size: 14px !important;
    font-family: inherit !important;
    box-sizing: border-box;
    transition: border-color 0.2s !important;
    text-transform: uppercase;
}

input.gvbh-form-control,
select.gvbh-form-control {
    height: 54px !important;
}

input[type="email"].gvbh-form-control {
    text-transform: none;
}

.gvbh-form-control:focus {
    outline: none;
    border-color: var(--gvbh-primary);
}

.iti {
    width: 100%;
}

.iti__flag-container {
    padding: 2px;
}

.gvbh-form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.gvbh-form-col {
    flex: 1;
    min-width: 0;
}

.gvbh-input-with-icon {
    position: relative;
}

.gvbh-input-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gvbh-border);
}

.gvbh-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--gvbh-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.gvbh-btn-primary:hover {
    background: var(--gvbh-primary-hover);
}

.gvbh-summary-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.gvbh-summary-card__title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 16px;
    border-bottom: 1px solid var(--gvbh-border);
    padding-bottom: 12px;
}

.gvbh-summary-item {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--gvbh-border);
    padding-bottom: 16px;
}

.gvbh-summary-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.gvbh-summary-item__label {
    font-size: 11px;
    font-weight: 700;
    color: var(--gvbh-text);
    margin-bottom: 4px;
}

.gvbh-summary-item__value {
    font-size: 13px;
    font-weight: 600;
    color: var(--gvbh-primary);
}

.gvbh-summary-applicant {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: var(--gvbh-primary);
}

.gvbh-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.gvbh-stepper__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.gvbh-stepper__circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    border: 2px solid transparent;
}

.gvbh-stepper__step.is-completed .gvbh-stepper__circle {
    background: var(--gvbh-primary);
    color: #fff;
}

.gvbh-stepper__step.is-active .gvbh-stepper__circle {
    background: #fff;
    border-color: var(--gvbh-primary);
    color: var(--gvbh-primary);
}

.gvbh-stepper__label {
    text-align: center;
}

.gvbh-stepper__label span {
    display: block;
    font-size: 10px;
    color: var(--gvbh-text-muted);
    text-transform: uppercase;
}

.gvbh-stepper__label strong {
    display: block;
    font-size: 12px;
    color: var(--gvbh-text);
}

.gvbh-stepper__line {
    flex: 1;
    height: 2px;
    background: var(--gvbh-border);
    margin: -24px 16px 0;
    position: relative;
    z-index: 1;
}

.gvbh-stepper__line.is-completed {
    background: var(--gvbh-primary);
}

@media (max-width: 768px) {
    .gvbh-passport-layout {
        flex-direction: column;
    }

    .gvbh-passport-sidebar {
        width: 100%;
    }

    .gvbh-form-row {
        flex-direction: column;
    }

    .gvbh-stepper {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 32px;
    }

    .gvbh-stepper__line {
        display: none;
    }
}

/* File Upload Options Dropdown */
.gvbh-file-upload {
    position: relative;
}

.gvbh-file-upload__options {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 12px;
    width: 220px;
    z-index: 10;
    display: none;
    flex-direction: column;
    gap: 8px;
    border: 1px solid var(--gvbh-border);
}

.gvbh-file-upload.is-open .gvbh-file-upload__options {
    display: flex;
}

.gvbh-file-upload__option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--gvbh-primary);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--gvbh-primary);
    cursor: pointer;
    transition: background 0.2s;
}

.gvbh-file-upload__option:hover {
    background: rgb(176 37 126);
    color: white;
}

.gvbh-file-upload__option:hover svg {
    color: white;
}

.gvbh-file-upload__option svg {
    width: 18px;
    height: 18px;
    color: var(--gvbh-primary);
}

/* Webcam Modal */
.gvbh-webcam-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gvbh-webcam-modal[hidden] {
    display: none !important;
}

.gvbh-webcam-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.gvbh-webcam-modal__content {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.gvbh-webcam-modal__header {
    padding: 16px 24px;
    border-bottom: 1px solid var(--gvbh-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gvbh-webcam-modal__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.gvbh-webcam-modal__close {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gvbh-text-muted);
}

.gvbh-webcam-modal__body {
    padding: 24px;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gvbh-webcam-modal__video-wrapper {
    width: 100%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
}

#gvbh-webcam-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gvbh-webcam-modal__error {
    margin-top: 16px;
    color: #ef4444;
    font-weight: 600;
    text-align: center;
}

.gvbh-webcam-modal__footer {
    padding: 16px 24px;
    border-top: 1px solid var(--gvbh-border);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.gvbh-btn-secondary {
    background: #fff;
    border: 1px solid var(--gvbh-border);
    color: var(--gvbh-text);
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.gvbh-btn-secondary:hover {
    background: #f3f4f6;
}

/* Image Preview */
.gvbh-file-upload.has-preview .gvbh-file-upload__content {
    display: none;
}

.gvbh-file-upload.has-preview {
    padding: 8px;
}

.gvbh-file-upload__preview-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.gvbh-file-upload__preview {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 4px;
}

.gvbh-file-upload__remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: red;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 5;
    padding: 0;
}

.gvbh-file-upload__remove:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Validating Modal */
.gvbh-validating-modal-content {
    text-align: center;
    padding: 32px 24px;
    max-width: 320px;
}

.gvbh-validating-modal-content .gvbh-spinner {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px auto;
    border-width: 4px;
}

.gvbh-validating-modal-content h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
}

.gvbh-validating-modal-content p {
    margin: 0;
    color: var(--gvbh-text-light);
    font-size: 14px;
}

.gvbh-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: var(--gvbh-primary);
    border-radius: 50%;
    animation: gvbh-spin 1s linear infinite;
    margin-bottom: 8px;
}

@keyframes gvbh-spin {
    to {
        transform: rotate(360deg);
    }
}

.gvbh-file-upload__error-msg {
    margin-top: 8px;
    padding: 8px 12px;
    background: #fef2f2;
    border-left: 3px solid #ef4444;
    color: #991b1b;
    font-size: 13px;
    border-radius: 4px;
}

/* Accommodation Options */
.gvbh-accommodation-options {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.gvbh-acc-card {
    flex: 1;
    background: #f8fafc;
    border: 1px solid var(--gvbh-border);
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.gvbh-acc-card:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}

.gvbh-acc-card--active {
    background: #fff;
    border-color: var(--gvbh-primary);
    box-shadow: 0 4px 12px rgba(176, 37, 126, 0.08);
}

.gvbh-acc-card__icon {
    width: 48px;
    height: 48px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #64748b;
}

.gvbh-acc-card--active .gvbh-acc-card__icon {
    background: #fdf2f8;
    color: var(--gvbh-primary);
}

.gvbh-acc-card__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--gvbh-text);
    margin: 0 0 8px 0;
}

.gvbh-acc-card__desc {
    font-size: 13px;
    color: var(--gvbh-text-muted);
    margin: 0;
    line-height: 1.4;
}

.gvbh-acc-card__check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gvbh-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: all 0.2s;
}

.gvbh-acc-card--active .gvbh-acc-card__check {
    background: #fff;
    border-color: var(--gvbh-primary);
    color: var(--gvbh-primary);
}

/* Review Step Cards */
.gvbh-review-card {
    background: #fff;
    border: 1px solid var(--gvbh-border);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.gvbh-review-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gvbh-border);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.gvbh-review-card__title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gvbh-review-card__icon {
    color: var(--gvbh-primary);
    display: flex;
    align-items: center;
}

.gvbh-review-card__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--gvbh-text);
    margin: 0;
}

.gvbh-review-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gvbh-review-card__edit {
    background: none;
    border: none;
    color: var(--gvbh-text);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.gvbh-review-card__edit:hover {
    background: #f1f5f9;
}

.gvbh-delete-applicant-btn {
    color: #e11d48;
}

.gvbh-delete-applicant-btn:hover {
    background: #ffe4e6;
    color: #be123c;
}

.gvbh-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.gvbh-review-item__label {
    font-size: 11px;
    font-weight: 700;
    color: var(--gvbh-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.gvbh-review-item__value {
    font-size: 14px;
    color: var(--gvbh-text);
    font-weight: 500;
    word-break: break-word;
}

.gvbh-btn-add-traveller {
    width: 100%;
    padding: 16px;
    background: #f8fafc;
    border: 1px dashed var(--gvbh-border);
    border-radius: 12px;
    color: var(--gvbh-primary);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.gvbh-btn-add-traveller:hover {
    background: #fdf2f8;
    border-color: var(--gvbh-primary);
}

/* WooCommerce Checkout Integration */
#gvbh-wc-checkout-wrapper {
    background: var(--gvbh-surface);
    border: 1px solid var(--gvbh-border);
    border-radius: 20px;
    padding: 28px 28px 24px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(31, 41, 55, 0.04);
}

#gvbh-wc-checkout-wrapper::before {
    content: 'Payment details';
    display: block;
    font-family: var(--gvbh-font-heading);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--gvbh-text);
    margin-bottom: 6px;
}

#gvbh-wc-checkout-wrapper::after {
    content: 'Pay securely with your card. All transactions are encrypted.';
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: var(--gvbh-text-muted);
    margin-bottom: 22px;
}

#gvbh-wc-checkout-wrapper .woocommerce-billing-fields,
#gvbh-wc-checkout-wrapper .woocommerce-shipping-fields,
#gvbh-wc-checkout-wrapper .woocommerce-additional-fields,
#gvbh-wc-checkout-wrapper h3#order_review_heading,
#gvbh-wc-checkout-wrapper table.shop_table {
    display: none !important;
}

#gvbh-wc-checkout-wrapper #payment {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

/* Gateway list only â€” do not style nested saved-token rows with these rules */
#gvbh-wc-checkout-wrapper #payment>ul.payment_methods {
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 8px;
    list-style: none;
}

#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li {
    list-style: none;
    background: #faf7fb;
    border: 1px solid var(--gvbh-border);
    border-radius: 14px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li:has(input[name="payment_method"]:checked),
#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li.woocommerce-payment-method--selected {
    border-color: var(--gvbh-primary);
    box-shadow: 0 0 0 3px rgba(176, 37, 126, 0.12);
    background: #fff;
}

#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li>label {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--gvbh-text);
}

#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li>input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li img {
    display: inline-block;
    margin: 0;
    max-height: 28px;
    vertical-align: middle;
}

/* Hide gateway chrome when Stripe Optimized Checkout is the only method */
#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li.wc-stripe-optimized-checkout>input[name="payment_method"],
#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li.wc-stripe-optimized-checkout>label {
    display: none !important;
}

#gvbh-wc-checkout-wrapper #payment>ul.payment_methods>li.wc-stripe-optimized-checkout {
    border: none;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

#gvbh-wc-checkout-wrapper #payment .payment_box {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    padding: 4px 4px 8px !important;
    margin: 0 !important;
}

#gvbh-wc-checkout-wrapper #payment .payment_box::before {
    display: none !important;
}

/* Saved card / new card toggle */
#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid var(--gvbh-border);
    border-radius: 12px;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    position: relative;
}

#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li:hover {
    border-color: #d8b4cb;
}

#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li.is-selected,
#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li:has(input:checked) {
    border-color: var(--gvbh-primary);
    background: #fdf2f8;
    box-shadow: 0 0 0 3px rgba(176, 37, 126, 0.1);
}

#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li label {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--gvbh-text);
    line-height: 1.35;
    box-sizing: border-box;
}

#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li label::before {
    content: '';
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li.is-selected label::before,
#gvbh-wc-checkout-wrapper ul.woocommerce-SavedPaymentMethods li:has(input:checked) label::before {
    border-color: var(--gvbh-primary);
    box-shadow: inset 0 0 0 4px var(--gvbh-primary);
}

/* Stripe card fields */
#gvbh-wc-checkout-wrapper #wc-stripe-upe-form,
#gvbh-wc-checkout-wrapper .wc-payment-form {
    border: 1px solid var(--gvbh-border);
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    margin: 0;
}

#gvbh-wc-checkout-wrapper .wc-stripe-upe-element,
#gvbh-wc-checkout-wrapper .StripeElement {
    margin: 0;
}

#gvbh-wc-checkout-wrapper .wc-stripe-testmode-text,
#gvbh-wc-checkout-wrapper .woocommerce-info {
    background: #f8fafc;
    border: 1px solid var(--gvbh-border);
    border-radius: 12px;
    padding: 12px 14px;
    margin: 0 0 14px;
    font-size: 13px;
    color: var(--gvbh-text-muted);
    line-height: 1.45;
}

#gvbh-wc-checkout-wrapper .woocommerce-SavedPaymentMethods-saveNew {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--gvbh-text-muted);
}

#gvbh-wc-checkout-wrapper .place-order {
    padding: 0 !important;
    background: transparent !important;
    margin-top: 20px;
    border: none !important;
}

#gvbh-wc-checkout-wrapper button#place_order {
    width: 100%;
    background: var(--gvbh-primary);
    color: #fff;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-family: var(--gvbh-font-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(176, 37, 126, 0.22);
}

#gvbh-wc-checkout-wrapper button#place_order:hover {
    background: var(--gvbh-primary-hover);
    transform: translateY(-1px);
}

#gvbh-wc-checkout-wrapper button#place_order:active {
    transform: translateY(0);
}

#gvbh-wc-checkout-wrapper .woocommerce-terms-and-conditions-wrapper,
#gvbh-wc-checkout-wrapper .woocommerce-privacy-policy-text {
    font-size: 12px;
    color: var(--gvbh-text-muted);
    margin-bottom: 12px;
}

/* Visa Success Page Styles */
.gvbh-success-page {
    max-width: 800px;
    margin: 60px auto;
    font-family: var(--gvbh-font-body, 'Inter', sans-serif);
    color: #202124;
    padding: 0 20px;
}

.gvbh-success-header {
    text-align: center;
    margin-bottom: 40px;
}

.gvbh-success-icon-wrapper {
    width: 64px;
    height: 64px;
    background: #fdf2f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.gvbh-success-title {
    font-family: var(--gvbh-font-heading, 'Manrope', sans-serif);
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.gvbh-success-details-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #f1f3f4;
}

.gvbh-success-details-left {
    flex: 1;
    padding: 40px;
}

.gvbh-success-detail-item {
    margin-bottom: 24px;
}

.gvbh-success-detail-item:last-child {
    margin-bottom: 0;
}

.gvbh-success-detail-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f6368;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.gvbh-success-detail-value {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #b32073;
}

.gvbh-success-details-right {
    width: 320px;
    background: #f8f9fa;
    padding: 40px;
    border-left: 1px solid #f1f3f4;
}

.gvbh-success-status-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.gvbh-success-badge {
    background: #b32073;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.gvbh-success-time-box {
    margin-bottom: 24px;
}

.gvbh-success-time-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #b32073;
}

.gvbh-success-notification-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.gvbh-success-notification-text strong {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.gvbh-success-notification-text p {
    font-size: 13px;
    color: #5f6368;
    margin: 0;
    line-height: 1.4;
}

.gvbh-success-banner {
    background: linear-gradient(135deg, #aa2b75 0%, #901f66 100%);
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    margin-bottom: 40px;
}

.gvbh-success-banner-icon {
    flex-shrink: 0;
}

.gvbh-success-banner-text {
    flex: 1;
}

.gvbh-success-banner-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.gvbh-success-banner-text p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

.gvbh-success-banner-secure {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
}

.gvbh-success-total-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    margin-bottom: 24px;
    border: 1px solid #f1f3f4;
}

.gvbh-success-total-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f6368;
    letter-spacing: 0.5px;
}

.gvbh-success-total-value {
    font-size: 22px;
    font-weight: 700;
    color: #b32073;
}

@media (max-width: 640px) {
    .gvbh-success-total-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 24px;
    }
}

.gvbh-success-steps-section {
    margin-bottom: 48px;
}

.gvbh-success-steps-section h2 {
    font-family: var(--gvbh-font-heading, 'Manrope', sans-serif);
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.gvbh-success-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.gvbh-success-steps::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #f1f3f4;
    z-index: 0;
}

.gvbh-success-step {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0 10px;
    text-align: left;
    width: 25%;
}

.gvbh-success-step-icon {
    width: 48px;
    height: 48px;
    background: #fdf2f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.gvbh-success-step-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f6368;
    margin-bottom: 4px;
}

.gvbh-success-step-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.gvbh-success-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.gvbh-success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gvbh-success-btn-primary {
    background: #b32073;
    color: white !important;
}

.gvbh-success-btn-primary:hover {
    background: #901f66;
}

.gvbh-success-btn-outline {
    background: white;
    border: 1px solid #e8eaed;
    color: #5f6368 !important;
}

.gvbh-success-btn-outline:hover {
    border-color: #dadce0;
    color: #1a1a1a !important;
}

.gvbh-success-btn-text {
    background: transparent;
    color: #5f6368 !important;
}

.gvbh-success-btn-text:hover {
    color: #1a1a1a !important;
}

.gvbh-success-footer {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gvbh-success-footer-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #b32073;
    margin-bottom: 4px;
}

.gvbh-success-footer-text p {
    margin: 0;
    font-size: 13px;
    color: #5f6368;
}

.gvbh-success-footer-links {
    display: flex;
    gap: 24px;
}

.gvbh-success-footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a !important;
    text-decoration: none;
}

.gvbh-success-footer-icon {
    width: 32px;
    height: 32px;
    background: #fdf2f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .gvbh-success-details-card {
        flex-direction: column;
    }

    .gvbh-success-details-right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #f1f3f4;
    }

    .gvbh-success-banner {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .gvbh-success-steps {
        flex-direction: column;
        gap: 32px;
    }

    .gvbh-success-steps::before {
        display: none;
    }

    .gvbh-success-step {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 0;
    }

    .gvbh-success-step-icon {
        margin: 0;
    }

    .gvbh-success-actions {
        flex-direction: column;
    }

    .gvbh-success-btn {
        width: 100%;
    }

    .gvbh-success-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .gvbh-success-footer-links {
        flex-direction: column;
        gap: 16px;
    }
}

/* Copy Tracking ID Button & Tooltip */
.gvbh-tracking-id-container {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gvbh-copy-tracking-id-btn {
    background: #fdf2f8;
    border: 1px solid #fbcfe8;
    padding: 4px 6px;
    border-radius: 6px;
    color: #b32073;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.gvbh-copy-tracking-id-btn:hover {
    background: #fbcfe8;
    color: #901f66;
    transform: scale(1.05);
}

.gvbh-copy-tracking-id-btn:active {
    transform: scale(0.95);
}

.gvbh-copy-tracking-id-btn svg {
    display: block;
    pointer-events: none;
}

.gvbh-copy-tracking-id-btn .gvbh-tooltip-text {
    visibility: hidden;
    width: 60px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px 0;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    pointer-events: none;
}

.gvbh-copy-tracking-id-btn .gvbh-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.gvbh-copy-tracking-id-btn:hover .gvbh-tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Order Tracking Card Styles */
.gvbh-tracking-wrapper {
    box-sizing: border-box !important;
    font-family: var(--gvbh-font-body, 'Inter', sans-serif) !important;
}

.gvbh-tracking-form {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.gvbh-tracking-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #eaeaea !important;
    padding: 28px 36px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.015) !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.gvbh-tracking-info-section {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    flex: 1 !important;
    min-width: 280px !important;
}

.gvbh-tracking-icon-box {
    width: 42px !important;
    height: 42px !important;
    background: #fdf2f8 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #b32073 !important;
    flex-shrink: 0 !important;
}

.gvbh-tracking-icon-box svg {
    color: #b32073 !important;
    stroke: #b32073 !important;
    fill: none !important;
    display: block !important;
}

.gvbh-tracking-text-box {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.gvbh-tracking-heading {
    font-family: var(--gvbh-font-heading, 'Manrope', sans-serif) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.gvbh-tracking-description {
    font-size: 13px !important;
    color: #5f6368 !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

.gvbh-tracking-input-section {
    flex: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-search-wrapper {
    position: relative !important;
    width: 100% !important;
}

.gvbh-tracking-search-icon {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #70757a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

.gvbh-tracking-search-icon svg {
    color: #70757a !important;
    stroke: #70757a !important;
    fill: none !important;
    display: block !important;
}

.gvbh-tracking-input {
    width: 100% !important;
    height: 48px !important;
    border-radius: 10px !important;
    border: 1px solid #dadce0 !important;
    padding: 0 16px 0 42px !important;
    font-size: 13px !important;
    font-family: inherit !important;
    color: #202124 !important;
    outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.gvbh-tracking-input:focus {
    border-color: #b32073 !important;
    box-shadow: 0 0 0 3px rgba(179, 32, 115, 0.08) !important;
}

.gvbh-tracking-input::placeholder {
    color: #9aa0a6 !important;
}

.gvbh-tracking-security-note {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #70757a !important;
    font-size: 11px !important;
    margin-top: 4px !important;
    margin-left: 2px !important;
}

.gvbh-tracking-lock-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #70757a !important;
}

.gvbh-tracking-lock-icon svg {
    color: #70757a !important;
    stroke: #70757a !important;
    fill: none !important;
    display: block !important;
}

.gvbh-tracking-action-section {
    flex-shrink: 0 !important;
}

.gvbh-tracking-btn {
    background: #b32073 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 24px !important;
    height: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.2s ease-in-out !important;
    text-decoration: none !important;
    outline: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.gvbh-tracking-btn:hover {
    background: #901f66 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(179, 32, 115, 0.15) !important;
}

.gvbh-tracking-btn:active {
    transform: translateY(0) !important;
    box-shadow: none !important;
}

.gvbh-tracking-btn-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s !important;
}

.gvbh-tracking-btn-arrow svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
    display: block !important;
}

.gvbh-tracking-btn:hover .gvbh-tracking-btn-arrow {
    transform: translateX(3px) !important;
}

@media (max-width: 768px) {
    .gvbh-tracking-card {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 24px !important;
        gap: 20px !important;
    }

    .gvbh-tracking-info-section {
        min-width: unset !important;
    }

    .gvbh-tracking-btn {
        width: 100% !important;
    }
}

/* Order Tracking Results Layout */
.gvbh-tracking-loader {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    padding: 48px 0 !important;
    color: #5f6368 !important;
    font-size: 14px !important;
    font-family: var(--gvbh-font-body, 'Inter', sans-serif) !important;
}

.gvbh-tracking-spinner {
    width: 32px !important;
    height: 32px !important;
    border: 3px solid #fdf2f8 !important;
    border-top-color: #b32073 !important;
    border-radius: 50% !important;
    animation: gvbh-spin 0.8s linear infinite !important;
    display: block !important;
}

@keyframes gvbh-spin {
    to {
        transform: rotate(360deg);
    }
}

.gvbh-tracking-results-wrap {
    opacity: 0;
    transition: opacity 0.35s ease-in-out !important;
}

.gvbh-tracking-error-notice {
    background: #fdf2f2 !important;
    border: 1px solid #fde8e8 !important;
    color: #c81e1e !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin-top: 24px !important;
    font-family: var(--gvbh-font-body, 'Inter', sans-serif) !important;
}

.gvbh-tracking-meta-board {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    background: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 16px !important;
    padding: 20px 24px !important;
    margin-top: 24px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.01) !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-meta-col {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-meta-col:not(:last-child) {
    border-right: 1px solid #f1f1f1 !important;
    padding-right: 20px !important;
}

.gvbh-tracking-meta-icon {
    width: 36px !important;
    height: 36px !important;
    background: #fdf2f8 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #b32073 !important;
    flex-shrink: 0 !important;
}

.gvbh-tracking-meta-icon svg {
    color: #b32073 !important;
    stroke: #b32073 !important;
    fill: none !important;
    display: block !important;
}

.gvbh-tracking-meta-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.gvbh-tracking-meta-label {
    font-size: 11px !important;
    color: #70757a !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.gvbh-tracking-meta-val {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
}

.gvbh-tracking-status-card {
    display: flex !important;
    background: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 20px !important;
    margin-top: 24px !important;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.015) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-status-left {
    flex: 1 !important;
    padding: 40px !important;
    border-right: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 40px !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-status-left-top {
    display: flex !important;
    gap: 24px !important;
    align-items: flex-start !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-status-left-bottom {
    box-sizing: border-box !important;
}

.gvbh-tracking-status-icon-wrap {
    width: 56px !important;
    height: 56px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.gvbh-status-icon-submitted {
    background: #fdf2f8 !important;
    color: #b32073 !important;
}

.gvbh-status-icon-verification {
    background: #eff6ff !important;
    color: #2563eb !important;
}

.gvbh-status-icon-process {
    background: #faf5ff !important;
    color: #7c3aed !important;
}

.gvbh-status-icon-approved {
    background: #f0fdf4 !important;
    color: #16a34a !important;
}

.gvbh-status-icon-reject {
    background: #fef2f2 !important;
    color: #dc2626 !important;
}

.gvbh-tracking-status-icon-wrap svg {
    display: block !important;
}

.gvbh-tracking-status-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.gvbh-tracking-status-title {
    font-family: var(--gvbh-font-heading, 'Manrope', sans-serif) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #b32073 !important;
    margin: 0 !important;
}

.gvbh-tracking-status-desc {
    font-size: 14px !important;
    color: #5f6368 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.gvbh-tracking-status-date {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    color: #9aa0a6 !important;
    margin-top: 8px !important;
}

.gvbh-tracking-status-date svg {
    color: #9aa0a6 !important;
    stroke: #9aa0a6 !important;
    fill: none !important;
    display: block !important;
}

.gvbh-tracking-status-right {
    width: 60% !important;
    background: #ffffff !important;
    padding: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 32px !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-timeline {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    width: 100% !important;
    height: 32px !important;
    margin-bottom: 30px !important;
    box-sizing: border-box !important;

    padding: 0 40px !important;
}

.gvbh-tracking-timeline-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    width: 32px !important;
    height: 32px !important;
    flex: none !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-timeline-node {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease-in-out !important;
}

.gvbh-tracking-timeline-label {
    position: absolute !important;
    top: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 140px !important;
    text-align: center !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #9aa0a6 !important;
    transition: color 0.2s ease-in-out !important;
    line-height: 1.2 !important;
}

.gvbh-tracking-timeline-line {
    height: 2px !important;
    flex-grow: 1 !important;
    background: #eaeaea !important;
    margin: 0 !important;
    position: relative !important;
    top: 0 !important;
    z-index: 1 !important;
    box-sizing: border-box !important;
}

/* Timeline step states */
.gvbh-tracking-timeline-step.is-inactive .gvbh-tracking-timeline-node {
    border: 1px solid #dadce0 !important;
    background: #fff !important;
}

.gvbh-tracking-timeline-step.is-inactive .gvbh-tracking-timeline-label {
    color: #9aa0a6 !important;
}

.gvbh-tracking-timeline-step.is-active .gvbh-tracking-timeline-node {
    border: 1px solid #dadce0 !important;
    background: #fff !important;
}

.gvbh-tracking-timeline-step.is-active .gvbh-tracking-timeline-label {
    color: #b32073 !important;
}

.gvbh-tracking-timeline-step.is-completed .gvbh-tracking-timeline-node {
    background: #b32073 !important;
    border: none !important;
}

.gvbh-tracking-timeline-step.is-completed .gvbh-tracking-timeline-label {
    color: #1a1a1a !important;
}

.gvbh-tracking-timeline-step.is-rejected .gvbh-tracking-timeline-node {
    background: #dc2626 !important;
    border: none !important;
}

.gvbh-tracking-timeline-step.is-rejected .gvbh-tracking-timeline-label {
    color: #dc2626 !important;
}

.gvbh-tracking-timeline-line.is-solid {
    background: #dadce0 !important;
}

.gvbh-tracking-timeline-line.is-dashed {
    background: transparent !important;
    border-top: 2px dashed #dadce0 !important;
    height: 0 !important;
}

.gvbh-tracking-actions {
    display: flex !important;
    gap: 12px !important;
    justify-content: flex-end !important;
    box-sizing: border-box !important;
}

.gvbh-tracking-btn-sec {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 18px !important;
    height: 38px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.gvbh-btn-solid {
    background: #b32073 !important;
    color: #fff !important;
    border: none !important;
}

.gvbh-btn-solid:hover {
    background: #901f66 !important;
    transform: translateY(-1px) !important;
}

.gvbh-btn-solid svg {
    color: #fff !important;
    stroke: #fff !important;
    fill: none !important;
    display: block !important;
}

.gvbh-btn-outline {
    background: #fff !important;
    color: #5f6368 !important;
    border: 1px solid #dadce0 !important;
}

.gvbh-btn-outline:hover {
    border-color: #b32073 !important;
    color: #b32073 !important;
}

.gvbh-btn-outline svg {
    color: #5f6368 !important;
    stroke: #5f6368 !important;
    fill: none !important;
    display: block !important;
}

.gvbh-btn-outline:hover svg {
    color: #b32073 !important;
    stroke: #b32073 !important;
}

@media (max-width: 992px) {
    .gvbh-tracking-meta-board {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .gvbh-tracking-meta-col:nth-child(2n) {
        border-right: none !important;
        padding-right: 0 !important;
    }

    .gvbh-tracking-status-card {
        flex-direction: column !important;
    }

    .gvbh-tracking-status-left {
        border-right: none !important;
        border-bottom: 1px solid #eaeaea !important;
        padding: 28px !important;
    }

    .gvbh-tracking-status-right {
        width: 100% !important;
        padding: 28px !important;
    }
}

@media (max-width: 576px) {
    .gvbh-tracking-meta-board {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .gvbh-tracking-meta-col {
        border-right: none !important;
        padding-right: 0 !important;
    }

    .gvbh-tracking-timeline {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
        padding-left: 12px !important;
        height: auto !important;
        margin-bottom: 0 !important;
    }

    .gvbh-tracking-timeline-step {
        flex-direction: row !important;
        text-align: left !important;
        gap: 16px !important;
        width: auto !important;
        height: auto !important;
    }

    .gvbh-tracking-timeline-label {
        position: static !important;
        transform: none !important;
        width: auto !important;
        text-align: left !important;
    }

    .gvbh-tracking-timeline-line {
        width: 2px !important;
        height: 20px !important;
        margin: -16px 0 -16px 15px !important;
        top: 0 !important;
        left: 0 !important;
    }

    .gvbh-tracking-timeline-line.is-dashed {
        border-top: none !important;
        border-left: 2px dashed #dadce0 !important;
    }

    .gvbh-tracking-actions {
        flex-direction: column !important;
    }

    .gvbh-tracking-btn-sec {
        width: 100% !important;
    }
}

/* Frontend Visa Status Editor Form Styles */
.gvbh-status-editor-card {
    max-width: 600px !important;
    margin: 40px auto !important;
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.015) !important;
    font-family: var(--gvbh-font-body, 'Inter', sans-serif) !important;
    box-sizing: border-box !important;
}

.gvbh-status-editor-header {
    margin-bottom: 30px !important;
}

.gvbh-status-editor-header h3 {
    font-family: var(--gvbh-font-heading, 'Manrope', sans-serif) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #b32073 !important;
    margin: 0 0 8px 0 !important;
}

.gvbh-status-editor-header p {
    font-size: 14px !important;
    color: #5f6368 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.gvbh-editor-field-group {
    margin-bottom: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    box-sizing: border-box !important;
}

.gvbh-editor-field-group label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}

.gvbh-editor-input,
.gvbh-editor-select {
    width: 100% !important;
    height: 44px !important;
    border-radius: 10px !important;
    border: 1px solid #dadce0 !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    font-family: inherit !important;
    color: #202124 !important;
    outline: none !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.gvbh-editor-select {
    padding-right: 32px !important;
    cursor: pointer !important;
}

.gvbh-editor-input:focus,
.gvbh-editor-select:focus {
    border-color: #b32073 !important;
    box-shadow: 0 0 0 3px rgba(179, 32, 115, 0.08) !important;
}

.gvbh-editor-help-text {
    font-size: 11px !important;
    color: #70757a !important;
    margin-top: 2px !important;
    line-height: 1.4 !important;
}

.gvbh-editor-submit-btn {
    width: 100% !important;
    height: 46px !important;
    background: #b32073 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.gvbh-editor-submit-btn:hover {
    background: #901f66 !important;
    transform: translateY(-1px) !important;
}

.gvbh-editor-submit-btn:disabled {
    background: #dadce0 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.gvbh-editor-notice {
    margin-top: 20px !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.gvbh-editor-notice.is-success {
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    color: #166534 !important;
}

.gvbh-editor-notice.is-error {
    background: #fdf2f2 !important;
    border: 1px solid #fde8e8 !important;
    color: #9b1c1c !important;
}

.gvbh-editor-unauthorized {
    max-width: 600px !important;
    margin: 40px auto !important;
    background: #fff5f5 !important;
    border: 1px solid #feb2b2 !important;
    color: #c53030 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01) !important;
    font-family: var(--gvbh-font-body, 'Inter', sans-serif) !important;
    box-sizing: border-box !important;
}

/* ============================================================
   EXTRAS STEP — Travel Insurance & Airport Pickup
   ============================================================ */

/* Header */
.gvbh-extras-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.gvbh-extras-header__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f3e8f9 0%, #fce4f3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--gvbh-primary);
}

.gvbh-extras-header__title {
    font-family: var(--gvbh-font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--gvbh-text);
    margin: 0 0 4px;
}

.gvbh-extras-header__subtitle {
    font-size: 0.875rem;
    color: var(--gvbh-text-muted);
    margin: 0;
}

/* Addon Card */
.gvbh-addon-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 2px solid var(--gvbh-border);
    border-radius: 18px;
    padding: 20px 22px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    user-select: none;
}

.gvbh-addon-card:hover {
    border-color: #d4a8e8;
    box-shadow: 0 4px 18px rgba(176, 37, 126, 0.08);
}

.gvbh-addon-card.is-selected {
    border-color: var(--gvbh-primary);
    background: linear-gradient(135deg, #fdf6fb 0%, #fef0f8 100%);
    box-shadow: 0 4px 20px rgba(176, 37, 126, 0.12);
}

.gvbh-addon-card__left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.gvbh-addon-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gvbh-addon-card__icon--insurance {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #2e7d32;
}

.gvbh-addon-card__icon--pickup {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
}

.gvbh-addon-card__info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.gvbh-addon-card__name {
    font-family: var(--gvbh-font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--gvbh-text);
}

.gvbh-addon-card__desc {
    font-size: 0.8rem;
    color: var(--gvbh-text-muted);
    line-height: 1.4;
}

.gvbh-addon-card__price-detail {
    font-size: 0.72rem;
    color: var(--gvbh-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gvbh-addon-card__right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.gvbh-addon-card__price {
    font-family: var(--gvbh-font-heading);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--gvbh-primary);
    white-space: nowrap;
}

/* Toggle Switch */
.gvbh-addon-card__toggle {
    position: relative;
    display: flex;
    align-items: center;
}

.gvbh-addon-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.gvbh-addon-toggle-track {
    display: inline-flex;
    width: 46px;
    height: 26px;
    background: #d1d5db;
    border-radius: 999px;
    transition: background 0.22s ease;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.gvbh-addon-checkbox:checked + .gvbh-addon-toggle-track {
    background: var(--gvbh-primary);
}

.gvbh-addon-toggle-thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    transition: transform 0.22s ease;
}

.gvbh-addon-checkbox:checked + .gvbh-addon-toggle-track .gvbh-addon-toggle-thumb {
    transform: translateX(20px);
}

/* Running Total Breakdown */
.gvbh-extras-subtotal {
    background: #f9f5fd;
    border: 1px solid #e8d8f5;
    border-radius: 14px;
    padding: 18px 20px;
    margin: 16px 0 24px;
}

.gvbh-extras-subtotal__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: var(--gvbh-text-muted);
    padding: 4px 0;
}

.gvbh-extras-subtotal__row--addon {
    color: var(--gvbh-primary);
    font-weight: 600;
}

.gvbh-extras-subtotal__divider {
    height: 1px;
    background: #e0cff0;
    margin: 10px 0;
}

.gvbh-extras-subtotal__row--total {
    font-family: var(--gvbh-font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--gvbh-text);
}

/* Action Buttons */
.gvbh-extras-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.gvbh-btn-secondary {
    padding: 12px 22px;
    border: 2px solid var(--gvbh-border);
    background: transparent;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gvbh-text-muted);
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    font-family: var(--gvbh-font-body);
}

.gvbh-btn-secondary:hover {
    border-color: var(--gvbh-primary);
    color: var(--gvbh-primary);
}

/* Responsive */
@media (max-width: 540px) {
    .gvbh-addon-card {
        flex-wrap: wrap;
        gap: 12px;
    }
    .gvbh-addon-card__right {
        width: 100%;
        justify-content: space-between;
    }
    .gvbh-extras-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .gvbh-btn-secondary {
        text-align: center;
    }
}

div#order_review {
    width: 100% !important;
}