#bookero {
    width: 100%;
    max-width: 560px;
}

#bookero-plugin,
#bookero-plugin * {
    box-sizing: border-box;
    font-family: var(--font-body);
}

#bookero-plugin .bookero-plugin-form-wrapper,
#bookero-plugin .bookero-plugin-form,
#bookero-plugin .bookero-plugin-hideable-part,
#bookero-plugin .bookero-plugin-hideable-part-wrapper {
    width: 100%;
    background: transparent;
    color: var(--white);
}

#bookero-plugin .bookero-plugin-header-add,
#bookero-plugin .bookero-plugin-form-heading-summary-main-info,
#bookero-plugin .bookero-plugin-form-heading-term {
    display: none;
}

#bookero-plugin .field {
    margin-bottom: 22px;
    text-align: left;
}

#bookero-plugin label {
    display: block;
    font-family: var(--font-heading);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: 12px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

#bookero-plugin .bookero-plugin-form-heading-worker-term,
#bookero-plugin .bookero-plugin-form-heading-time {
    display: block;
    font-family: var(--font-heading);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-align: left;
    margin: 12px 0 12px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

#bookero-plugin .bookero-plugin-header-summary {
    display: block;
    font-family: var(--font-heading);
    color: #fff;
    font-size: clamp(1.7rem, 4vw, 2.3rem);
    font-weight: 800;
    letter-spacing: .03em;
    text-align: center;
    margin: 18px 0 10px;
    text-shadow: 0 0 12px rgba(0, 0, 0, .45);
}

#bookero-plugin .bookero-plugin-form-heading-your-data,
#bookero-plugin .bookero-plugin-form-heading-summary-payment {
    display: block;
    font-family: var(--font-heading);
    color: #fff;
    font-size: clamp(1.28rem, 2.8vw, 1.55rem);
    font-weight: 700;
    letter-spacing: .03em;
    text-align: center;
    margin: 16px 0 12px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

#bookero-plugin .services-section,
#bookero-plugin .people-section,
#bookero-plugin .dates-section,
#bookero-plugin .workers-section {
    margin-bottom: 14px;
}

#bookero-plugin input,
#bookero-plugin select,
#bookero-plugin button,
#bookero-plugin textarea {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .16);
    background-color: rgba(10, 10, 10, .78);
    color: #fff;
    min-height: 44px;
    padding: 8px 12px;
    font-size: 1.3rem;
    font-weight: 600;
    transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

#bookero-plugin input:hover,
#bookero-plugin select:hover {
    border-color: rgba(230, 0, 18, .45);
    background-color: rgba(12, 12, 12, .92);
}

#bookero-plugin input:focus-visible,
#bookero-plugin select:focus-visible,
#bookero-plugin button:focus-visible {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 2px rgba(230, 0, 18, .28);
}

#bookero-plugin select {
    width: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    background-color: rgba(10, 10, 10, .78);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23f0f0f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: right 14px center;
}

#bookero-plugin select option {
    background: #111;
    color: #fff;
}

#bookero-plugin select::-ms-expand {
    display: none;
}

#bookero-plugin #bookero-plugin-people-number {
    text-align: center;
    width: 100%;
    padding-right: 66px;
}

#bookero-plugin input[type="number"]::-webkit-outer-spin-button,
#bookero-plugin input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#bookero-plugin input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

#bookero-plugin .people-number-wrapper {
    position: relative;
}

#bookero-plugin .people-number-plus,
#bookero-plugin .people-number-minus {
    position: absolute;
    right: 8px;
    width: 32px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .03);
    color: var(--gray-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: border-color var(--transition), color var(--transition), background var(--transition);
}

#bookero-plugin .people-number-plus {
    top: 5px;
}

#bookero-plugin .people-number-minus {
    bottom: 5px;
}

#bookero-plugin .people-number-plus:hover,
#bookero-plugin .people-number-minus:hover {
    border-color: rgba(230, 0, 18, .5);
    color: #fff;
    background: rgba(230, 0, 18, .15);
}

#bookero-plugin .field-note,
#bookero-plugin .required-fields-notice {
    color: var(--gray);
    font-size: 1rem;
}

#bookero-plugin .required-fields-notice {
    text-align: center;
    margin: 18px 0 16px;
}

#bookero-plugin .customer-section label,
#bookero-plugin .label-customer-name,
#bookero-plugin .label-customer-email,
#bookero-plugin .label-customer-phone {
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--gray-light);
    margin-bottom: 8px;
    text-shadow: none;
}

#bookero-plugin .customer-section .field,
#bookero-plugin .customer-section input,
#bookero-plugin .customer-section .field-phone,
#bookero-plugin .customer-section .vue-tel-input {
    width: 100%;
    max-width: none;
}

#bookero-plugin .payment-section {
    margin-top: 8px;
}

#bookero-plugin .payment-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 12px 0 18px;
}

#bookero-plugin .payment-methods-item {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(10, 10, 10, .65);
    overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

#bookero-plugin .payment-methods-item-wrapper {
    padding: 8px 10px 10px;
}

#bookero-plugin .payment-methods-item.is-active {
    border-color: rgba(230, 0, 18, .6);
    box-shadow: 0 0 0 1px rgba(230, 0, 18, .26), 0 8px 22px rgba(0, 0, 0, .3);
    background-color: rgba(30, 9, 11, .5);
}

#bookero-plugin .payment-methods-item-name {
    display: block;
    margin-top: 6px;
    font-family: var(--font-heading);
    font-size: .98rem;
    font-weight: 600;
    color: #fff;
}

#bookero-plugin .bookero-plugin-discount-code-section {
    margin-top: 16px;
    margin-bottom: 16px;
}

#bookero-plugin .switcher-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .03);
    transition: border-color var(--transition), background-color var(--transition), box-shadow var(--transition);
}

#bookero-plugin .switcher-wrapper:hover {
    border-color: rgba(255, 255, 255, .28);
    background-color: rgba(255, 255, 255, .06);
}

#bookero-plugin .switcher {
    width: 38px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .08);
    position: relative;
    transition: background-color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

#bookero-plugin .switcher::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transition: transform var(--transition), background-color var(--transition), box-shadow var(--transition);
}

#bookero-plugin .switcher.is-active {
    border-color: rgba(230, 0, 18, .7);
    background: rgba(230, 0, 18, .38);
    box-shadow: inset 0 0 0 1px rgba(230, 0, 18, .22);
}

#bookero-plugin .switcher.is-active::before {
    transform: translateX(18px);
    background: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, .35);
}

#bookero-plugin .switcher-label {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: #d9dde3;
}

#bookero-plugin .bookero-plugin-discount-code-section .field {
    margin-top: 10px;
    margin-bottom: 0;
}

#bookero-plugin .bookero-plugin-discount-code-wrapper {
    margin-top: 12px;
}

#bookero-plugin .bookero-plugin-discount-code-section input {
    width: 100%;
    min-height: 46px;
    border-radius: 12px;
    font-size: clamp(1rem, 2.6vw, 1.18rem);
    font-weight: 600;
    padding: 10px 14px;
}

#bookero-plugin .bookero-plugin-discount-code-section input::placeholder {
    color: #aeb5bf;
}

#bookero-plugin .bookero-plugin-discount-code-section input.is-invalid {
    border-color: rgba(255, 90, 101, .72);
    box-shadow: 0 0 0 1px rgba(255, 90, 101, .24);
}

#bookero-plugin .bookero-plugin-discount-code-status {
    display: block;
    margin-top: 9px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: .95rem;
    line-height: 1.35;
}

#bookero-plugin .bookero-plugin-discount-code-status.is-invalid {
    border: 1px solid rgba(255, 90, 101, .32);
    background: rgba(78, 17, 24, .4);
    color: #ffd7db;
}

#bookero-plugin .bookero-plugin-discount-code-status.is-invalid span {
    display: block;
    padding-left: 14px;
    position: relative;
    font-weight: 600;
}

#bookero-plugin .bookero-plugin-discount-code-status.is-invalid span::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    color: #ff8f98;
}

#bookero-plugin .error-message {
    margin-top: 6px;
    font-size: .88rem;
    color: #ff707a;
}

#bookero-plugin .error-block {
    margin-top: 16px;
    margin-bottom: 6px;
    padding: 12px 14px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 90, 101, .28);
    background: rgba(64, 16, 21, .35);
    color: #ffd7db;
    font-family: var(--font-body);
    font-size: .98rem;
    line-height: 1.45;
}

#bookero-plugin .error-block > :first-child,
#bookero-plugin .error-block {
    letter-spacing: .01em;
}

#bookero-plugin .error-block::first-line {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffe7ea;
}

#bookero-plugin .errors-list {
    margin-top: 10px;
    display: grid;
    gap: 7px;
}

#bookero-plugin .errors-list > div {
    position: relative;
    padding-left: 14px;
    color: #ffd7db;
    font-size: .97rem;
}

#bookero-plugin .errors-list > div::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff8f98;
}

#bookero-plugin .payment-summary-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

#bookero-plugin .payment-summary-quote {
    font-family: var(--font-heading);
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.35;
    color: #f3f5f8;
}

#bookero-plugin .payment-summary-price {
    font-size: 1.42em;
    font-weight: 800;
    color: #fff;
}

#bookero-plugin .submit-section-cart-step-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

#bookero-plugin .back-button {
    width: auto;
    align-self: center;
    min-height: 38px;
    padding: 6px 14px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .04);
    color: var(--gray-light);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color var(--transition), color var(--transition), background-color var(--transition);
}

#bookero-plugin .back-button:hover {
    color: #fff;
    border-color: rgba(230, 0, 18, .45);
    background-color: rgba(230, 0, 18, .12);
}

#bookero-plugin .inquiries-list-section {
    margin-bottom: 18px;
}

#bookero-plugin .inquiry {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02) 0%, rgba(255, 255, 255, .01) 100%), rgba(10, 10, 10, .74);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius-lg);
    padding: 20px 18px 16px;
    margin-bottom: 14px;
    text-align: left;
}

#bookero-plugin .inquiry-heading {
    margin-bottom: 10px;
}

#bookero-plugin .inquiry-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

#bookero-plugin .inquiry-price {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--red);
    text-shadow: 0 0 10px rgba(230, 0, 18, .25);
}

#bookero-plugin .inquiry-datetime,
#bookero-plugin .inquiry-service,
#bookero-plugin .inquiry-people-number {
    color: var(--gray-light);
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 6px;
}

#bookero-plugin .inquiry-label {
    font-family: var(--font-heading);
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
}

#bookero-plugin .inquiry-actions {
    margin-top: 12px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

#bookero-plugin .inquiry-actions a {
    font-family: var(--font-heading);
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--gray-light);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color var(--transition), border-color var(--transition);
}

#bookero-plugin .inquiry-actions a:hover {
    color: #fff;
    border-bottom-color: rgba(230, 0, 18, .55);
}

#bookero-plugin .inquiry-actions-details {
    display: none;
}

#bookero-plugin .inquiry-actions-delete {
    color: #ff5a65;
}

#bookero-plugin .inquiry-actions-delete:hover {
    color: #ff8d95;
    border-bottom-color: rgba(255, 90, 101, .65);
}

#bookero-plugin .inquiries-list-add {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    font-family: var(--font-heading);
    font-size: .94rem;
    font-weight: 700;
    color: var(--gray-light);
    text-decoration: none;
    transition: color var(--transition);
}

#bookero-plugin .inquiries-list-add:hover {
    color: #fff;
}

#bookero-plugin .inquiries-list-add-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .32);
    position: relative;
    flex-shrink: 0;
}

#bookero-plugin .inquiries-list-add-icon::before,
#bookero-plugin .inquiries-list-add-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}

#bookero-plugin .inquiries-list-add-icon::before {
    width: 9px;
    height: 1.6px;
}

#bookero-plugin .inquiries-list-add-icon::after {
    width: 1.6px;
    height: 9px;
}

#bookero-plugin .submit-section {
    margin-top: 14px;
}

#bookero-plugin .submit-button {
    width: 100%;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(10, 10, 10, .78);
    color: #fff;
    min-height: 50px;
    padding: 10px 14px;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

#bookero-plugin .submit-button:hover {
    border-color: rgba(230, 0, 18, .45);
    background-color: rgba(12, 12, 12, .92);
}

#bookero-plugin .submit-button:focus-visible {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 2px rgba(230, 0, 18, .28);
}

#bookero-plugin .submit-section-cart-step-2 .submit-button {
    margin: 12px 0 14px;
    border-color: #ff2a3a;
    background: linear-gradient(180deg, #ff3041 0%, #d90014 100%);
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(217, 0, 20, .42), 0 0 0 1px rgba(255, 255, 255, .08) inset;
}

#bookero-plugin .submit-section-cart-step-1 .submit-button {
    border-color: #ff2a3a;
    background: linear-gradient(180deg, #ff3041 0%, #d90014 100%);
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(217, 0, 20, .42), 0 0 0 1px rgba(255, 255, 255, .08) inset;
}

#bookero-plugin .submit-section-cart-step-1 .submit-button:hover {
    border-color: #ff6572;
    background: linear-gradient(180deg, #ff3e50 0%, #e10016 100%);
    box-shadow: 0 13px 30px rgba(217, 0, 20, .5), 0 0 0 1px rgba(255, 255, 255, .12) inset;
}

#bookero-plugin .submit-section-cart-step-1 .submit-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 48, 65, .35), 0 12px 28px rgba(217, 0, 20, .45);
}

#bookero-plugin .submit-section-cart-step-2 .submit-button:hover {
    border-color: #ff6572;
    background: linear-gradient(180deg, #ff3e50 0%, #e10016 100%);
    box-shadow: 0 13px 30px rgba(217, 0, 20, .5), 0 0 0 1px rgba(255, 255, 255, .12) inset;
}

#bookero-plugin .submit-section-cart-step-2 .submit-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 48, 65, .35), 0 12px 28px rgba(217, 0, 20, .45);
}

#bookero-plugin .add-to-cart-section {
    margin-top: 12px;
}

#bookero-plugin .add-button {
    width: 100%;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-color: var(--red);
    background: var(--red);
    color: #fff;
    box-shadow: 0 8px 28px rgba(230, 0, 18, .24);
    cursor: pointer;
}

#bookero-plugin .add-button:hover {
    background: var(--red-dark);
    border-color: var(--red-glow);
    box-shadow: 0 10px 34px rgba(230, 0, 18, .34);
    transform: translateY(-1px);
}

#bookero-plugin .vdp-datepicker {
    position: relative;
    width: 100%;
    display: block;
}

#bookero-plugin .vdp-datepicker > div {
    width: 100%;
    display: block;
}

#bookero-plugin .vdp-datepicker > div > input,
#bookero-plugin .vdp-datepicker input[type="text"] {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    display: block;
    cursor: pointer;
}

#bookero-plugin .vdp-datepicker__calendar {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    margin: 0;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .14);
    background: #121212;
    color: var(--white);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .55);
    padding: 8px 10px 10px;
    z-index: 40;
}

#bookero-plugin .vdp-datepicker__calendar header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1rem;
}

#bookero-plugin .vdp-datepicker__calendar header .prev,
#bookero-plugin .vdp-datepicker__calendar header .next,
#bookero-plugin .vdp-datepicker__calendar header .day__month_btn,
#bookero-plugin .vdp-datepicker__calendar header .month__year_btn {
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: inherit;
    transition: background var(--transition), color var(--transition);
}

#bookero-plugin .vdp-datepicker__calendar header .prev:hover,
#bookero-plugin .vdp-datepicker__calendar header .next:hover,
#bookero-plugin .vdp-datepicker__calendar header .day__month_btn:hover,
#bookero-plugin .vdp-datepicker__calendar header .month__year_btn:hover {
    background: rgba(230, 0, 18, .18);
}

#bookero-plugin .vdp-datepicker__calendar header .disabled {
    opacity: .35;
    cursor: not-allowed;
}

#bookero-plugin .vdp-datepicker__calendar .cell {
    border-radius: 6px;
    color: var(--gray-light);
    transition: background var(--transition), color var(--transition);
}

#bookero-plugin .vdp-datepicker__calendar .cell.day-header {
    color: var(--gray);
    font-family: var(--font-heading);
    font-size: .78rem;
    letter-spacing: .06em;
}

#bookero-plugin .vdp-datepicker__calendar .cell.day:not(.disabled):hover,
#bookero-plugin .vdp-datepicker__calendar .cell.month:not(.disabled):hover,
#bookero-plugin .vdp-datepicker__calendar .cell.year:not(.disabled):hover {
    background: rgba(230, 0, 18, .16);
    color: #fff;
}

#bookero-plugin .vdp-datepicker__calendar .cell.day.selected,
#bookero-plugin .vdp-datepicker__calendar .cell.month.selected,
#bookero-plugin .vdp-datepicker__calendar .cell.year.selected {
    background: var(--red);
    color: #fff;
    font-weight: 700;
}

#bookero-plugin .vdp-datepicker__calendar .cell.disabled {
    color: rgba(255, 255, 255, .25);
}

#bookero-plugin .result-popup-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .66);
    backdrop-filter: blur(2px);
    z-index: 1000000000000;
}

#bookero-plugin .result-popup {
    width: min(100%, 640px);
    position: relative;
    z-index: 1000000000001;
}

#bookero-plugin .result-popup-wrapper {
    position: relative;
    text-align: center;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(63, 215, 114, .45);
    background: linear-gradient(180deg, rgba(34, 84, 52, .3) 0%, rgba(20, 28, 22, .92) 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .38), 0 0 0 1px rgba(46, 214, 113, .16);
    padding: 22px 20px 18px;
}

#bookero-plugin .result-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .05);
    transition: border-color var(--transition), background-color var(--transition);
}

#bookero-plugin .result-popup-close::before,
#bookero-plugin .result-popup-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1.8px;
    background: #fff;
    transform-origin: center;
}

#bookero-plugin .result-popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#bookero-plugin .result-popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#bookero-plugin .result-popup-close:hover {
    border-color: rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .12);
}

#bookero-plugin .result-popup-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 2px solid rgba(48, 228, 118, .8);
    background: rgba(48, 228, 118, .14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(48, 228, 118, .12);
}

#bookero-plugin .result-popup-icon svg {
    width: 38px;
    height: 38px;
}

#bookero-plugin .result-popup-icon.is-success svg path {
    fill: #35e66f !important;
}

#bookero-plugin .result-popup-header {
    margin: 6px 0 10px;
    font-family: var(--font-heading);
    font-size: clamp(1.55rem, 3.5vw, 2rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: .02em;
    text-shadow: 0 0 10px rgba(53, 230, 111, .16);
}

#bookero-plugin .result-popup-content {
    margin: 0;
    font-size: clamp(1.02rem, 2.6vw, 1.24rem);
    color: #dcefe2;
    line-height: 1.55;
}

#bookero-plugin .result-popup-content-payment-link {
    margin: 14px 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#bookero-plugin .result-popup-content-payment-quote {
    font-size: 1.12rem;
    color: #e7f6ec;
}

#bookero-plugin .result-popup-content-payment-quote strong {
    margin-left: 6px;
    font-family: var(--font-heading);
    font-size: 1.25em;
    color: #ffffff;
}

#bookero-plugin .result-popup-content-paylink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 10px 0 12px;
    padding: 10px 28px;
    border-radius: var(--radius);
    border: 1px solid #ff2a3a;
    background: linear-gradient(180deg, #ff3041 0%, #d90014 100%);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 2.6vw, 1.45rem);
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(217, 0, 20, .42), 0 0 0 1px rgba(255, 255, 255, .08) inset;
    transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition);
}

#bookero-plugin .result-popup-content-paylink:hover {
    transform: translateY(-1px);
    border-color: #ff6572;
    background: linear-gradient(180deg, #ff3e50 0%, #e10016 100%);
    box-shadow: 0 13px 30px rgba(217, 0, 20, .5), 0 0 0 1px rgba(255, 255, 255, .12) inset;
}

#bookero-plugin .result-popup-content-paylink:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 48, 65, .35), 0 12px 28px rgba(217, 0, 20, .45);
}

#bookero-plugin .result-popup-content-payment-ssl {
    margin: 0;
    font-size: .95rem;
    color: #d4dfd8;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#bookero-plugin .result-popup-content-payment-ssl svg path {
    fill: #d4dfd8 !important;
}

@media (max-width: 768px) {
    #bookero-plugin label {
        font-size: 1.12rem;
    }

    #bookero-plugin .bookero-plugin-form-heading-worker-term,
    #bookero-plugin .bookero-plugin-form-heading-time {
        font-size: 1.12rem;
        margin-top: 10px;
    }

    #bookero-plugin .bookero-plugin-header-summary {
        font-size: 1.5rem;
        margin-top: 14px;
    }

    #bookero-plugin .bookero-plugin-form-heading-your-data,
    #bookero-plugin .bookero-plugin-form-heading-summary-payment {
        font-size: 1.14rem;
        margin-top: 14px;
    }

    #bookero-plugin input,
    #bookero-plugin select,
    #bookero-plugin button,
    #bookero-plugin textarea {
        min-height: 42px;
        font-size: 1.1rem;
    }

    #bookero-plugin .vdp-datepicker__calendar {
        left: -2px;
        right: -2px;
        max-width: calc(100vw - 64px);
    }

    #bookero-plugin .customer-section label,
    #bookero-plugin .label-customer-name,
    #bookero-plugin .label-customer-email,
    #bookero-plugin .label-customer-phone {
        font-size: .98rem;
    }

    #bookero-plugin .switcher-wrapper {
        width: 100%;
        justify-content: flex-start;
        padding: 8px 12px;
    }

    #bookero-plugin .switcher-label {
        font-size: .92rem;
    }

    #bookero-plugin .bookero-plugin-discount-code-section input {
        min-height: 42px;
        font-size: 1rem;
    }

    #bookero-plugin .bookero-plugin-discount-code-status {
        margin-top: 8px;
        padding: 7px 9px;
        font-size: .88rem;
    }

    #bookero-plugin .error-block {
        margin-top: 10px;
        padding: 9px 10px;
        font-size: .9rem;
        line-height: 1.35;
    }

    #bookero-plugin .error-block::first-line {
        font-size: 1rem;
    }

    #bookero-plugin .errors-list {
        margin-top: 6px;
        gap: 3px;
    }

    #bookero-plugin .errors-list > div {
        font-size: .88rem;
    }

    #bookero-plugin .payment-summary-quote {
        font-size: 1.05rem;
    }

    #bookero-plugin .result-popup-overlay {
        align-items: center;
        padding: 14px;
    }

    #bookero-plugin .result-popup-wrapper {
        max-height: calc(100vh - 28px);
        padding: 18px 14px 14px;
    }

    #bookero-plugin .result-popup-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }

    #bookero-plugin .result-popup-icon svg {
        width: 33px;
        height: 33px;
    }

    #bookero-plugin .result-popup-header {
        font-size: 1.35rem;
        margin-bottom: 8px;
    }

    #bookero-plugin .result-popup-content {
        font-size: 1rem;
        line-height: 1.45;
    }

    #bookero-plugin .result-popup-content-payment-link {
        gap: 10px;
    }

    #bookero-plugin .result-popup-content-payment-quote {
        font-size: 1rem;
    }

    #bookero-plugin .result-popup-content-paylink {
        width: 100%;
        min-height: 46px;
        margin: 12px 0 14px;
        font-size: 1.22rem;
        padding: 10px 16px;
    }

    #bookero-plugin .result-popup-content-payment-ssl {
        font-size: .88rem;
    }

    #bookero-plugin .submit-section-cart-step-2 {
        gap: 14px;
    }

    #bookero-plugin .back-button {
        width: 100%;
    }

    #bookero-plugin .inquiry {
        padding: 16px 14px 14px;
    }

    #bookero-plugin .inquiry-title,
    #bookero-plugin .inquiry-price {
        font-size: 1.05rem;
    }

    #bookero-plugin .inquiry-datetime,
    #bookero-plugin .inquiry-service,
    #bookero-plugin .inquiry-people-number {
        font-size: 1rem;
    }

    #bookero-plugin .submit-button {
        min-height: 46px;
        font-size: 1.5rem;
    }
}
