.h112-booking-shell,
.h112-booking-shell * {
    box-sizing: border-box;
}

.h112-booking-shell {
    --h112-bg: #07110d;
    color-scheme: dark;
    --h112-panel: #0d1914;
    --h112-panel-2: #111f19;
    --h112-border: #20352b;
    --h112-muted: #9eaea5;
    --h112-text: #f5f8f6;
    --h112-orange: #ff7a00;
    --h112-orange-deep: #df6500;
    --h112-green: #24d36b;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: clamp(20px, 4vw, 38px);
    color: var(--h112-text);
    background: var(--h112-bg);
    border-radius: 18px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.h112-booking-header {
    margin-bottom: 22px;
}

.h112-booking-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.h112-booking-header p {
    margin: 9px 0 0;
    color: var(--h112-muted);
    font-size: 14px;
}

.h112-booking-header .h112-eyebrow {
    margin: 0 0 7px;
    color: var(--h112-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.h112-booking-form {
    display: grid;
    gap: 16px;
}

.h112-section {
    min-width: 0;
    margin: 0;
    padding: 20px;
    border: 1px solid #16271f;
    border-radius: 12px;
    background: var(--h112-panel);
}

.h112-section legend {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 0 5px;
    color: var(--h112-orange);
    font-size: 14px;
    font-weight: 800;
}

.h112-section legend span {
    display: inline-grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
}

.h112-grid {
    display: grid;
    gap: 14px;
}

.h112-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.h112-field {
    display: grid;
    gap: 7px;
    margin: 0;
}

.h112-field > span,
.h112-field-label {
    color: #eaf0ec;
    font-size: 12px;
    font-weight: 700;
}

.h112-booking-shell input,
.h112-booking-shell select,
.h112-booking-shell textarea {
    width: 100%;
    min-height: 45px;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid #294238 !important;
    border-radius: 7px;
    outline: 0;
    color: #f8faf9 !important;
    background: #07110d !important;
    font: inherit;
    font-size: 14px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.h112-booking-shell select,
.h112-booking-shell select option,
.h112-booking-shell select optgroup {
    color: #f8faf9 !important;
    background: #0d1914 !important;
}

.h112-booking-shell input::placeholder,
.h112-booking-shell textarea::placeholder {
    color: #718078;
}

.h112-booking-shell input:focus,
.h112-booking-shell select:focus,
.h112-booking-shell textarea:focus {
    border-color: var(--h112-orange);
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15);
}

.h112-booking-shell select {
    appearance: auto;
}


/* Native property dropdown, retained for reliable browser and mobile behaviour. */
.h112-booking-shell select#h112-property.h112-dark-native-select {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    padding: 12px 40px 12px 13px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow: visible !important;
    border: 1px solid #294238 !important;
    border-radius: 9px !important;
    color: #f8faf9 !important;
    background-color: #07110d !important;
    color-scheme: dark !important;
    forced-color-adjust: none;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.h112-booking-shell select#h112-property.h112-dark-native-select option,
.h112-booking-shell select#h112-property.h112-dark-native-select optgroup {
    color: #f8faf9 !important;
    background-color: #0d1914 !important;
    color-scheme: dark !important;
    font-size: 14px !important;
}

.h112-booking-shell select#h112-property.h112-dark-native-select option:checked {
    color: #ffffff !important;
    background-color: #d96400 !important;
}

.h112-booking-shell select#h112-property.h112-dark-native-select:focus {
    border-color: var(--h112-orange) !important;
    background-color: #07110d !important;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15) !important;
}

.h112-booking-shell textarea {
    min-height: 100px;
    resize: vertical;
}

.h112-duration-block {
    margin-top: 15px;
}

.h112-duration-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.h112-duration-button {
    min-height: 39px;
    padding: 8px 10px;
    border: 1px solid var(--h112-orange);
    border-radius: 7px;
    color: var(--h112-orange);
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.h112-duration-button:hover {
    transform: translateY(-1px);
}

.h112-duration-button.is-active {
    color: #07110d;
    background: var(--h112-orange);
}

.h112-quantity-row {
    align-items: end;
    margin-top: 14px;
}

.h112-checkout-preview {
    min-height: 68px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 11px 13px;
    border: 1px solid #294238;
    border-radius: 7px;
    background: #0a1510;
}

.h112-checkout-preview span {
    color: var(--h112-muted);
    font-size: 11px;
}

.h112-checkout-preview strong {
    color: #ffffff;
    font-size: 13px;
}

.h112-quote-card {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--h112-orange);
    border-radius: 10px;
    background: #08130f;
}

.h112-quote-card dl {
    margin: 0;
    padding: 14px 16px 8px;
}

.h112-quote-card dl > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 6px 0;
}

.h112-quote-card dt {
    color: var(--h112-muted);
    font-size: 12px;
}

.h112-quote-card dd {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.h112-quote-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border-top: 1px solid var(--h112-orange);
    background: rgba(255, 122, 0, 0.04);
}

.h112-quote-total span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.h112-quote-total strong {
    color: var(--h112-orange);
    font-size: 19px;
}

.h112-submit {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 13px 18px;
    border: 0;
    border-radius: 8px;
    color: #07110d;
    background: var(--h112-orange);
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.h112-submit:hover {
    background: #ff8b22;
    transform: translateY(-1px);
}

.h112-submit:disabled {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

.h112-submit-icon {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
}

.h112-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(7, 17, 13, 0.35);
    border-top-color: #07110d;
    border-radius: 50%;
    animation: h112-spin 0.75s linear infinite;
}

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

.h112-form-message {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.h112-form-message.is-error {
    border: 1px solid #b93838;
    color: #ffd9d9;
    background: #421313;
}

.h112-form-message.is-success {
    border: 1px solid #237a49;
    color: #d9ffe8;
    background: #103321;
}

.h112-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.h112-modal,
.h112-modal * {
    box-sizing: border-box;
}

.h112-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.h112-modal.is-open {
    display: flex;
}

.h112-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(4px);
}

body.h112-modal-open {
    overflow: hidden;
}

.h112-receipt {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    padding: 20px;
    border: 1px solid #1d3429;
    border-radius: 18px;
    color: #ffffff;
    background: #0a1611;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.55);
}

.h112-receipt-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.h112-receipt-topbar h2 {
    max-width: 310px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.h112-close {
    display: inline-grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #c7d0cb;
    background: #2a2e2b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.h112-receipt-card {
    padding: 22px;
    border-radius: 12px;
    background: #111f19;
}

.h112-receipt-logo {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    object-fit: contain;
}

.h112-receipt-card > h3 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.h112-receipt-card > p {
    margin: 4px 0 15px;
    color: #9dada4;
    font-size: 10px;
    text-align: center;
}

.h112-code-panel {
    display: grid;
    gap: 4px;
    margin: 0 0 15px;
    padding: 13px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(110deg, #ff7a00, #ff351b);
    text-align: center;
}

.h112-code-panel span {
    font-size: 10px;
}

.h112-code-panel strong {
    font-size: 16px;
    overflow-wrap: anywhere;
}

.h112-receipt-details {
    margin: 0;
}

.h112-receipt-details > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
    border-bottom: 1px dashed #3a4d43;
}

.h112-receipt-details dt {
    color: #a8b5ae;
    font-size: 11px;
}

.h112-receipt-details dd {
    max-width: 62%;
    margin: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    overflow-wrap: anywhere;
}

.h112-receipt-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 13px;
    padding: 13px;
    border-radius: 8px;
    background: #0b1712;
}

.h112-receipt-price span {
    font-size: 15px;
    font-weight: 900;
}

.h112-receipt-price strong {
    color: var(--h112-orange, #ff7a00);
    font-size: 17px;
}

.h112-receipt-status {
    margin-top: 15px;
    color: #b4c0b9;
    text-align: center;
}

.h112-receipt-status strong {
    color: #ffffff;
    font-size: 11px;
}

.h112-receipt-status p {
    margin: 5px auto 0;
    max-width: 330px;
    font-size: 10px;
    line-height: 1.5;
}

.h112-receipt-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

.h112-action {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.h112-action:hover {
    color: #ffffff;
    text-decoration: none;
}

.h112-action-dark {
    background: #07110d;
}

.h112-action-green {
    background: #20cf68;
}

@media (max-width: 640px) {
    .h112-booking-shell {
        padding: 20px 14px;
        border-radius: 12px;
    }

    .h112-section {
        padding: 17px 13px;
    }

    .h112-grid-2 {
        grid-template-columns: 1fr;
    }

    .h112-duration-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h112-receipt {
        padding: 15px;
    }

    .h112-receipt-card {
        padding: 18px 14px;
    }

    .h112-receipt-topbar h2 {
        font-size: 27px;
    }
}

@media print {
    body * {
        visibility: hidden !important;
    }

    #h112-print-area,
    #h112-print-area * {
        visibility: visible !important;
    }

    #h112-print-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #000000 !important;
        background: #ffffff !important;
    }

    #h112-print-area * {
        color: #000000 !important;
        border-color: #999999 !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }
}

.h112-is-hidden { display: none !important; }

/* Version 1.2.4 responsive property picker */
.h112-booking-shell .h112-property-field,
.h112-booking-shell .h112-property-field * {
    box-sizing: border-box;
}

.h112-booking-shell .h112-property-field {
    position: relative;
    z-index: 30;
    min-width: 0;
}

.h112-booking-shell .h112-section-select-open {
    position: relative;
    z-index: 40;
    overflow: visible !important;
}

.h112-booking-shell .h112-compact-select {
    position: relative;
    width: 100%;
    min-width: 0;
}

.h112-booking-shell .h112-compact-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.h112-booking-shell .h112-compact-select-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 1px solid #294238 !important;
    border-radius: 9px !important;
    outline: 0 !important;
    color: #f8faf9 !important;
    background: #07110d !important;
    box-shadow: none !important;
    font: inherit !important;
    text-align: left !important;
    cursor: pointer !important;
}

.h112-booking-shell .h112-compact-select-button:hover,
.h112-booking-shell .h112-compact-select-button:focus-visible,
.h112-booking-shell .h112-compact-select.is-open .h112-compact-select-button {
    border-color: var(--h112-orange) !important;
    background: #0a1510 !important;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.14) !important;
}

.h112-booking-shell .h112-compact-select-value {
    min-width: 0;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: baseline;
    gap: 3px 9px;
}

.h112-booking-shell .h112-compact-select-value strong {
    min-width: 0;
    color: var(--h112-orange) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    white-space: nowrap;
}

.h112-booking-shell .h112-compact-select-value > span {
    min-width: 0;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
}

.h112-booking-shell .h112-compact-select-value small {
    grid-column: 1 / -1;
    min-width: 0;
    color: #9eaea5 !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
}

.h112-booking-shell .h112-compact-select-arrow {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    margin: -4px 2px 0 6px;
    border-right: 2px solid #b9c6bf;
    border-bottom: 2px solid #b9c6bf;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.h112-booking-shell .h112-compact-select.is-open .h112-compact-select-arrow {
    margin-top: 4px;
    transform: rotate(225deg);
}

.h112-booking-shell .h112-compact-select-list {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    max-height: min(340px, 55vh);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 6px;
    border: 1px solid #2b4238 !important;
    border-radius: 11px !important;
    color: #f8faf9 !important;
    background: #0a1510 !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55) !important;
}

.h112-booking-shell .h112-compact-select-list[hidden] {
    display: none !important;
}

.h112-booking-shell .h112-compact-select-option {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content 22px !important;
    align-items: center !important;
    gap: 5px 10px !important;
    margin: 0 !important;
    padding: 11px 10px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    color: #f8faf9 !important;
    background: transparent !important;
    box-shadow: none !important;
    font: inherit !important;
    text-align: left !important;
    cursor: pointer !important;
}

.h112-booking-shell .h112-compact-select-option + .h112-compact-select-option {
    margin-top: 4px !important;
}

.h112-booking-shell .h112-compact-select-option:hover,
.h112-booking-shell .h112-compact-select-option:focus-visible {
    border-color: #365448 !important;
    background: #10231a !important;
    outline: 0 !important;
}

.h112-booking-shell .h112-compact-select-option.is-selected {
    border-color: var(--h112-orange) !important;
    background: rgba(255, 122, 0, 0.12) !important;
}

.h112-booking-shell .h112-compact-option-main {
    min-width: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 8px;
}

.h112-booking-shell .h112-compact-option-main strong {
    flex: 0 0 auto;
    color: var(--h112-orange) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    white-space: nowrap;
}

.h112-booking-shell .h112-compact-option-main > span {
    min-width: 0;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
}

.h112-booking-shell .h112-compact-select-option > small {
    color: #9eaea5 !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: right !important;
}

.h112-booking-shell .h112-compact-option-check {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: #07110d !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    opacity: 0;
}

.h112-booking-shell .h112-compact-select-option.is-selected .h112-compact-option-check {
    background: var(--h112-orange) !important;
    opacity: 1;
}

/* Neutralize stale custom-picker markup if an old cached page is served. */
.h112-booking-shell .h112-property-picker > .h112-select-trigger,
.h112-booking-shell .h112-property-picker > .h112-select-menu,
.h112-booking-shell .h112-property-picker > .h112-select-backdrop {
    display: none !important;
}

@media (max-width: 640px) {
    .h112-booking-shell .h112-section-select-open {
        z-index: 40;
    }

    .h112-booking-shell .h112-compact-select-list {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-height: 310px;
        margin-top: 8px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42) !important;
    }

    .h112-booking-shell .h112-compact-select-option {
        grid-template-columns: minmax(0, 1fr) 22px !important;
        gap: 3px 8px !important;
        padding: 11px 9px !important;
    }

    .h112-booking-shell .h112-compact-option-main {
        grid-column: 1;
        grid-row: 1;
    }

    .h112-booking-shell .h112-compact-select-option > small {
        grid-column: 1;
        grid-row: 2;
        text-align: left !important;
    }

    .h112-booking-shell .h112-compact-option-check {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 390px) {
    .h112-booking-shell .h112-compact-select-value {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .h112-booking-shell .h112-compact-select-value small {
        grid-column: 1;
    }

    .h112-booking-shell .h112-compact-select-value strong,
    .h112-booking-shell .h112-compact-select-value > span {
        white-space: normal;
    }
}


/* Proof-of-identity upload */
.h112-identity-block {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.h112-identity-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
}

.h112-identity-picker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: 14px;
    border: 1px dashed #39584a;
    border-radius: 10px;
    color: #f7faf8;
    background: #07110d;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.h112-identity-picker:hover,
.h112-identity-input:focus + .h112-identity-picker,
.h112-identity-input:focus-visible + .h112-identity-picker {
    border-color: var(--h112-orange);
    background: #0a1711;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, .14);
}

.h112-identity-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 10px;
    color: var(--h112-orange);
    background: rgba(255, 122, 0, .1);
}

.h112-identity-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.h112-identity-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.h112-identity-copy strong {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
}

.h112-identity-copy small,
.h112-identity-privacy {
    color: var(--h112-muted);
    font-size: 11px;
    line-height: 1.5;
}

.h112-identity-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 11px;
    border-radius: 7px;
    color: #07110d;
    background: var(--h112-orange);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.h112-identity-preview {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border: 1px solid #294238;
    border-radius: 9px;
    background: #0a1510;
}

.h112-identity-preview[hidden] {
    display: none !important;
}

.h112-identity-preview img {
    width: 56px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    background: #07110d;
}

.h112-identity-preview > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.h112-identity-preview strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h112-identity-preview small {
    color: var(--h112-muted);
    font-size: 10px;
}

.h112-identity-preview button {
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--h112-orange);
    border-radius: 7px;
    color: var(--h112-orange);
    background: transparent;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.h112-identity-privacy {
    margin: 0;
}

@media (max-width: 640px) {
    .h112-identity-picker {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 96px;
    }

    .h112-identity-action {
        grid-column: 1 / -1;
        width: 100%;
    }

    .h112-identity-preview {
        grid-template-columns: 48px minmax(0, 1fr) auto;
    }

    .h112-identity-preview img {
        width: 48px;
        height: 44px;
    }
}


/* v1.2.7: the property value is stored in a hidden input, so only the custom dark picker is visible. */
.h112-booking-shell .h112-property-storage {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.h112-booking-shell .h112-identity-block {
    margin-top: 18px;
}

.h112-booking-shell .h112-identity-section .h112-identity-block {
    margin-top: 0;
}
