.ewh-monopay-box {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    max-width: 360px;
    width: 100%;
}

.ewh-monopay-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.ewh-monopay-price strong {
    font-size: 1.25rem;
}

.ewh-monopay-price span {
    font-size: .92rem;
    opacity: .75;
}

.ewh-monopay-button,
.ewh-booking-submit {
    appearance: none;
    border: 0;
    border-radius: 12px;
    padding: 13px 18px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    background: #111;
    color: #fff;
    transition: transform .15s ease, opacity .15s ease;
}

.ewh-monopay-button:hover,
.ewh-booking-submit:hover {
    transform: translateY(-1px);
}

.ewh-monopay-button:disabled,
.ewh-booking-submit:disabled {
    cursor: wait;
    opacity: .65;
    transform: none;
}

.ewh-monopay-message {
    min-height: 20px;
    font-size: .9rem;
}

.ewh-monopay-error,
.ewh-monopay-result {
    padding: 16px 18px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 12px;
    background: rgba(0, 0, 0, .025);
}

.ewh-monopay-result h3 {
    margin-top: 0;
}

.ewh-monopay-result p:last-child {
    margin-bottom: 0;
}

.ewh-booking-card {
    width: 100%;
    max-width: 860px;
    margin: 24px auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.ewh-booking-summary {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    background: rgba(0, 0, 0, .025);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.ewh-booking-kicker {
    display: block;
    margin-bottom: 6px;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .62;
}

.ewh-booking-summary h3 {
    margin: 0 0 10px;
    font-size: 1.45rem;
}

.ewh-booking-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: .92rem;
}

.ewh-booking-meta span {
    display: inline-block;
}

.ewh-booking-total {
    min-width: 170px;
    text-align: right;
}

.ewh-booking-total > span,
.ewh-booking-total > small {
    display: block;
    opacity: .68;
}

.ewh-booking-total strong {
    display: block;
    margin: 3px 0;
    font-size: 1.75rem;
}

.ewh-booking-form {
    padding: 24px;
}

.ewh-booking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ewh-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ewh-field-full {
    grid-column: 1 / -1;
}

.ewh-field > span {
    font-weight: 600;
}

.ewh-field em {
    color: #b42318;
    font-style: normal;
}

.ewh-field input,
.ewh-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 10px;
    padding: 11px 12px;
    font: inherit;
    background: #fff;
    color: inherit;
}

.ewh-field input:focus,
.ewh-field textarea:focus {
    outline: 2px solid rgba(0, 0, 0, .16);
    outline-offset: 1px;
}

.ewh-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 18px 0 14px;
    font-size: .9rem;
}

.ewh-consent input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    position: static !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border: initial !important;
    border-radius: 2px !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    pointer-events: auto !important;
}

.ewh-consent {
    cursor: pointer;
}

.ewh-booking-submit {
    width: 100%;
    min-height: 48px;
}

.ewh-booking-secure {
    margin: 10px 0 0;
    text-align: center;
    font-size: .85rem;
    opacity: .68;
}

.ewh-honeypot {
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.ewh-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.ewh-result-grid > div {
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .035);
}

.ewh-result-grid span,
.ewh-result-grid strong {
    display: block;
}

.ewh-result-grid span {
    margin-bottom: 4px;
    font-size: .82rem;
    opacity: .65;
}

.ewh-result-note {
    margin-top: 14px;
    font-weight: 600;
}

@media (max-width: 700px) {
    .ewh-booking-summary {
        flex-direction: column;
    }

    .ewh-booking-total {
        min-width: 0;
        text-align: left;
    }

    .ewh-booking-grid,
    .ewh-result-grid {
        grid-template-columns: 1fr;
    }
}

.ewh-payment-choice {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.ewh-payment-choice legend {
    margin-bottom: 10px;
    font-weight: 700;
}

.ewh-payment-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ewh-payment-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
}

.ewh-payment-option:has(input:checked) {
    border-color: rgba(0, 0, 0, .45);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
}

.ewh-payment-option input[type="radio"] {
    -webkit-appearance: radio !important;
    appearance: auto !important;
    position: static !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin: 2px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.ewh-payment-option span,
.ewh-payment-option strong,
.ewh-payment-option small {
    display: block;
}

.ewh-payment-option small {
    margin-top: 3px;
    opacity: .7;
}

.ewh-booking-rate {
    margin-top: 5px;
}

@media (max-width: 700px) {
    .ewh-payment-choice-grid {
        grid-template-columns: 1fr;
    }
}

.ewh-travelers-card {
    width: 100%;
    max-width: 900px;
    margin: 24px auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.ewh-travelers-head {
    padding: 24px;
    background: rgba(0, 0, 0, .025);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.ewh-travelers-head h2 {
    margin: 4px 0 8px;
}

.ewh-travelers-form {
    padding: 24px;
}

.ewh-traveler-person {
    margin: 0 0 22px;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 14px;
}

.ewh-traveler-person legend {
    padding: 0 8px;
    font-weight: 800;
}

.ewh-field select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 10px;
    padding: 11px 12px;
    font: inherit;
    background: #fff;
    color: inherit;
}

.ewh-next-step {
    margin-top: 18px;
    padding: 18px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .035);
}

.ewh-next-step h4 {
    margin: 0 0 8px;
}

.ewh-primary-link {
    display: inline-block;
    margin-top: 6px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}


.ewh-test-mode-banner {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #dba617;
    border-radius: 10px;
    background: #fff6cf;
    color: #5f4600;
    font-size: 14px;
    line-height: 1.45;
}


.ewh-field-locked .ewh-locked-value {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(13, 78, 91, .16);
    border-radius: 8px;
    background: #f7fbfc;
    font-weight: 700;
    color: #0d4e5b;
}
