body.yc-booking-open {
    overflow: hidden;
}

.yc-booking-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(20, 18, 16, 0.55);
}

.yc-booking-overlay[hidden] {
    display: none;
}

.yc-booking-dialog {
    font-family: Comfortaa, sans-serif;
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: calc(100vh - 32px);
    overflow: auto;
    padding: 28px 24px 24px;
    background: #fff;
    color: #1b1b1b;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.yc-booking-close {
    font-family: Comfortaa, sans-serif;
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: inherit;
}

.yc-booking-dialog h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

.yc-booking-service {
    margin: 0 0 16px;
    font-weight: 600;
}

.yc-booking-form {
    display: grid;
    gap: 12px;
}

.yc-booking-form label {
    display: grid;
    gap: 6px;
    font-size: 14px;
}

.yc-booking-form input,
.yc-booking-form select {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #d4d0cb;
    border-radius: 8px;
    background: #fff;
    font: inherit;
}

.yc-booking-consent {
    grid-template-columns: auto 1fr;
    align-items: start;
    font-size: 12px;
    line-height: 1.45;
    color: #444;
}

.yc-booking-consent input[type="checkbox"] {
    width: auto;
    min-height: 0;
    margin-top: 3px;
    padding: 0;
    accent-color: #1b1b1b;
}

.yc-booking-consent a {
    color: inherit;
    text-decoration: underline;
}

.yc-booking-form [hidden] {
    display: none !important;
}

.yc-booking-resend {
    justify-self: start;
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    color: inherit;
}

.yc-booking-resend:disabled {
    text-decoration: none;
    opacity: 0.6;
    cursor: default;
}

.yc-booking-error {
    margin: 0;
    color: #b42318;
    font-size: 14px;
}

.yc-booking-success {
    text-align: center;
}

.yc-booking-success p {
    margin: 16px 0 20px;
    font-size: 20px;
    font-weight: 600;
}

.yc-booking-submit {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 50px !important;
    border-color:  #CC9966 !important;
    background: #1b1b1b;
    color:  #CC9966 !important;
    font: inherit;
    cursor: pointer;
}

.yc-booking-submit:hover {
    background: #CC9966 !important;
    color: #fff !important;
}

.yc-booking-submit:disabled {
    opacity: 0.6;
    cursor: wait;
}
