.kct-terms-wrapper{
    display:block;
    width:100%;
    clear:both;
    margin:15px 0;
    padding:14px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    box-sizing:border-box;
}

.kct-terms-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0;
}

.kct-terms-checkbox-wrapper input[type="checkbox"] {
    margin-top: 3px;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #F2495B;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #F2495B;
    border-radius: 4px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
    flex-shrink: 0;
}

.kct-terms-checkbox-wrapper input[type="checkbox"]:checked {
    background: #F2495B;
    border-color: #F2495B;
}

.kct-terms-checkbox-wrapper input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -2px;
}

.kct-terms-checkbox-wrapper label {
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    cursor: pointer;
    font-weight: 500;
}

.submit_booking_front_wrapper,
#submit_booking_front_instant_wrap,
.third-form-wrapper,
.prop_social{
    clear:both;
}

#submit_booking_front_instant.kct-booking-disabled,
#submit_booking_front.kct-booking-disabled {
    opacity: 0.55;
    cursor: pointer;
}

.kct-signature-reminder{
    border:1px solid #F73D55;
    background:#fff4f4;
    color:#F73D55;
    border-radius:10px;
    padding:12px 14px;
    font-weight:700;
    line-height:1.45;
}

.kct-terms-needs-attention{
    border-color:#F73D55;
    box-shadow:0 0 0 4px rgba(247,61,85,0.12);
    animation:kctPulse 0.6s ease-in-out 2;
}

@keyframes kctPulse{
    0%, 100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-2px);
    }
}

.kct-terms-header {
    text-align: center !important;
}

.kct-terms-column {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.kct-terms-accepted-box {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.kct-terms-accepted {
    background: #e8f5e9;
    color: #2e7d32;
}

.kct-terms-pending {
    background: #fff3e0;
    color: #e65100;
}

.kmy-guests-original {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    pointer-events: none !important;
}

.kmy-guests-control {
    width: 100%;
    padding: 18px;
    border: 1px solid #eceef2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 39, 66, 0.06);
    box-sizing: border-box;
}

.kmy-guests-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#booking_form_request .kmy-guests-header label {
    margin: 0;
    color: #20263a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.kmy-guests-badge {
    flex: 0 0 auto;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(243, 75, 92, 0.12);
    color: #f34b5c;
    font-size: 12px;
    font-weight: 700;
}

.kmy-guests-help,
.kmy-guests-range,
.kmy-guests-single,
.kmy-guests-group,
.kmy-guests-support {
    margin: 0;
    color: #697083;
    font-size: 12px;
    line-height: 1.55;
}

.kmy-guests-help {
    margin-top: 6px;
}

.kmy-guests-stepper {
    display: grid;
    grid-template-columns: 48px minmax(70px, 1fr) 48px;
    align-items: center;
    gap: 10px;
    margin: 16px 0 12px;
}

.kmy-guests-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #f34b5c;
    border-radius: 12px;
    background: #f34b5c;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.kmy-guests-btn:hover,
.kmy-guests-btn:focus-visible {
    border-color: #df3548;
    background: #df3548;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(243, 75, 92, 0.14);
    outline: 0;
}

.kmy-guests-btn:active {
    transform: scale(0.96);
}

.kmy-guests-btn:disabled {
    border-color: #dfe2e8;
    background: #f1f2f5;
    color: #a5aab5;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

#booking_form_request .kmy-guests-input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #dfe2e8;
    border-radius: 12px;
    background: #fff;
    color: #20263a;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    box-shadow: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

#booking_form_request .kmy-guests-input::-webkit-inner-spin-button,
#booking_form_request .kmy-guests-input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

#booking_form_request .kmy-guests-input:focus {
    border-color: #f34b5c;
    box-shadow: 0 0 0 4px rgba(243, 75, 92, 0.14);
    outline: 0;
}

.kmy-guests-single {
    margin-top: 3px;
}

.kmy-guests-group {
    margin-top: 9px;
    padding: 9px 11px;
    border-left: 3px solid #f34b5c;
    border-radius: 6px;
    background: rgba(243, 75, 92, 0.08);
    color: #a62535;
    font-weight: 600;
}

.kmy-guests-group[hidden] {
    display: none !important;
}

.kmy-guests-support {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eceef2;
    color: #555d70;
}

@media (max-width: 480px) {
    .kmy-guests-control {
        padding: 16px;
    }

    .kmy-guests-stepper {
        grid-template-columns: 52px minmax(64px, 1fr) 52px;
    }

    .kmy-guests-btn {
        width: 52px;
        height: 52px;
    }

    #booking_form_request .kmy-guests-input {
        height: 52px;
        line-height: 52px;
    }
}
