:root {
    --bookly-main-color: #a01c36;
    --bookly-color: #a01c36;
}

.fl-post.page .fl-post-header {
    padding: 2rem 0 1rem;
}

.fl-post.page .fl-post-title {
    margin: 0;
    font-family: "Cinzel", serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
}

.elementor-1165 .e-con-inner {
    max-width: var(--bf-max-width, 1360px);
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
}

#bookly-booking-widget.bookly-form {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1.65;
    color: var(--bf-text, #1f1f1f);
}

.bookly-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.bookly-layout__main {
    min-width: 0;
}

.bookly-sidebar__stack {
    position: sticky;
    top: calc(var(--lg-header-height, 76px) + 1.25rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bookly-sidebar__selected .bookly-added-services {
    margin-bottom: 0;
    padding: 1rem 1.1rem;
}

.bookly-sidebar__selected .bookly-step-heading {
    margin-bottom: 0.65rem;
    font-size: 1.25rem;
}

.bookly-sidebar__selected .bookly-added-services__list {
    gap: 0.65rem;
}

.bookly-sidebar__selected .bookly-added-service {
    padding: 0.65rem 0.75rem;
}

.bookly-sidebar__selected .bookly-added-service__info {
    gap: 0.15rem;
}

.bookly-sidebar__selected .bookly-added-service__name {
    font-size: 1.25rem;
    line-height: 1.3;
}

.bookly-sidebar__selected .bookly-added-service__meta {
    font-size: 1.15rem;
    line-height: 1.35;
}

.bookly-sidebar__selected .bookly-added-service__footer {
    margin-top: 0.1rem;
    gap: 0.5rem;
}

.bookly-sidebar__selected .bookly-added-service__price {
    font-size: 1.25rem;
}

.bookly-sidebar__selected .bookly-remove-row--icon {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 36px;
    min-height: 36px;
    font-size: 1.25rem;
}

.bookly-sidebar__inner {
    position: static;
    padding: clamp(1.5rem, 2.5vw, 2rem);
    font-size: 1.25rem;
}

.bookly-sidebar__empty {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    line-height: 1.65;
    color: var(--bf-text);
    font-weight: 500;
}

.bookly-step-panel {
    display: none;
    padding: 0.5rem 0 0;
}

.bookly-step-panel.active {
    display: block;
}

.bookly-step-header {
    margin-bottom: 1.75rem;
}

.bookly-step-title {
    margin: 0 0 0.65rem;
    font-family: "Cinzel", serif;
    font-size: var(--bf-heading-size, clamp(1.75rem, 2.5vw, 2.125rem));
    font-weight: 700;
    line-height: 1.25;
    color: var(--bf-text);
}

.bookly-step-desc {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.75;
    color: var(--bf-text);
    font-weight: 500;
}

.bookly-step-helper {
    margin: 0 0 1.25rem;
    padding: 1rem 1.25rem;
    border-radius: var(--bf-radius-sm);
    background: var(--bf-burgundy-soft);
    border: 1px solid rgba(169, 20, 53, 0.15);
    font-size: 1.25rem;
    line-height: 1.65;
    color: var(--bf-text);
    font-weight: 500;
}

.bookly-step-heading {
    margin: 0 0 1rem;
    font-family: "Cinzel", serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--bf-burgundy);
}

.bookly-step-heading + .bookly-step-heading,
.bookly-field-group + .bookly-step-heading {
    margin-top: 1.75rem;
}

.bookly-service-block,
.bookly-form-card,
.bookly-selection-strip,
.bookly-details-summary {
    padding: clamp(1rem, 2vw, 1.35rem);
    margin-bottom: 1rem;
}

.bookly-service-block__head,
.bookly-form-card__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 0.85rem;
    font-family: "Cinzel", serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bf-burgundy); 
}

.bookly-field-label,
.bookly-field-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--bf-burgundy);
}

.bookly-category-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

@media (min-width: 640px) {
    .bookly-category-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.bookly-category-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 56px;
    padding: 0.85rem 1.25rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
    color: var(--bf-text);
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.bookly-category-tab.is-active {
    border-color: var(--bf-burgundy);
    border-width: 3px;
    background: var(--bf-burgundy-soft);
    color: var(--bf-burgundy);
    box-shadow: var(--bf-shadow);
}

.bookly-category-tab:hover,
.bookly-category-tab:focus-visible {
    border-color: var(--bf-burgundy);
    background: var(--bf-burgundy-soft);
    color: var(--bf-burgundy);
    outline: 3px solid rgba(169, 20, 53, 0.35);
    outline-offset: 2px;
}

.bookly-service-cards {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.bookly-service-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.5rem 1.25rem;
    width: 100%;
    min-height: 0;
    padding: 1.5rem 1.5rem 1.35rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius);
    background: #fff;
    color: var(--bf-text);
    font: inherit;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#bookly-booking-widget button.bookly-service-card,
.bookly-service-modal button.bookly-service-card {
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
}

#bookly-booking-widget button.bookly-service-card:hover,
#bookly-booking-widget button.bookly-service-card:focus,
#bookly-booking-widget button.bookly-service-card:focus-visible,
.bookly-service-modal button.bookly-service-card:hover,
.bookly-service-modal button.bookly-service-card:focus,
.bookly-service-modal button.bookly-service-card:focus-visible {
    background: var(--bf-burgundy-soft);
    border-color: rgba(169, 20, 53, 0.45);
    box-shadow: var(--bf-shadow);
    outline: 3px solid rgba(169, 20, 53, 0.25);
    outline-offset: 2px;
    color: var(--bf-text);
}

.bookly-service-card.is-selected,
#bookly-booking-widget button.bookly-service-card.is-selected:hover,
#bookly-booking-widget button.bookly-service-card.is-selected:focus,
#bookly-booking-widget button.bookly-service-card.is-selected:focus-visible,
.bookly-service-modal button.bookly-service-card.is-selected:hover,
.bookly-service-modal button.bookly-service-card.is-selected:focus,
.bookly-service-modal button.bookly-service-card.is-selected:focus-visible {
    border: 3px solid var(--bf-burgundy);
    background: var(--bf-burgundy-soft);
    box-shadow: var(--bf-shadow-hover);
}

.bookly-service-card__status {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    align-self: start;
}

.bookly-service-card__status[hidden] {
    display: none;
}

.bookly-service-card__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--bf-burgundy);
    color: #fff;
    font-size: 1.25rem;
}

.bookly-service-card__selected-label {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--bf-burgundy);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bookly-service-card__name {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-family: "Cinzel", serif;
    font-size: clamp(1.25rem, 2vw, 1.375rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--bf-text);
    padding-right: 0.5rem;
}

.bookly-service-card__meta {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bf-burgundy);
}

.bookly-service-card__duration,
.bookly-service-card__price {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.bookly-service-card__desc {
    grid-column: 1;
    grid-row: 3;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--bf-text);
    font-weight: 500;
}

.bookly-service-card__hint {
    margin: 0;
    padding: 1.25rem;
    border-radius: var(--bf-radius-sm);
    background: var(--bf-bg);
    font-size: 1.25rem;
    line-height: 1.65;
    color: var(--bf-text);
    font-weight: 500;
    text-align: center;
}

.bookly-guest-stepper {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
}

.bookly-guest-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    min-width: 48px;
    min-height: 48px;
    border: 0;
    border-radius: 50%;
    background: var(--bf-burgundy);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.bookly-guest-btn:hover:not(:disabled),
.bookly-guest-btn:focus-visible {
    background: var(--bf-burgundy-dark);
    outline: 3px solid rgba(169, 20, 53, 0.35);
    outline-offset: 2px;
}

.bookly-guest-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.bookly-guest-value {
    min-width: 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--bf-text);
}

.bookly-guest-field {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid var(--bf-border);
}

.bookly-guest-field .bookly-field-label {
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
}

.bookly-remove-row {
    border: 0;
    background: none;
    color: var(--bf-burgundy);
    font-size: 1.0625rem;
    font-weight: 700;
    cursor: pointer;
    min-height: 48px;
    padding: 0.5rem 0.75rem;
}

.bookly-selection-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.bookly-selection-strip__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bf-muted);
}

.bookly-selection-strip__value {
    font-size: 1.0625rem;
    line-height: 1.45;
    color: var(--bf-text);
}

.bookly-time-picker {
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.bookly-calendar-wrap,
.bookly-time-column {
    overflow: hidden;
}

.bookly-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--bf-border);
    background: var(--bf-burgundy-soft);
}

.bookly-calendar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bf-text);
}

.bookly-calendar-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--bf-burgundy);
    font-size: 1.5rem;
    cursor: pointer;
}

.bookly-calendar-weekdays span {
    font-size: 1.15rem;
}

.bookly-calendar-day {
    width: 44px;
    height: 44px;
    font-size: 1.0625rem;
    font-weight: 600;
}

.bookly-time-column-head {
    padding: 1rem 1.25rem;
    background: var(--bf-burgundy);
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    text-align: center;
}

.bookly-time-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.75rem;
    padding: 1.25rem;
}

.bookly-slot-card {
    min-height: 56px;
    padding: 0.85rem 1rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
    color: var(--bf-text);
    font-size: 1.0625rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bookly-slot-card:hover,
.bookly-slot-card:focus-visible,
.bookly-slot-card.is-selected {
    border-color: var(--bf-burgundy);
    background: var(--bf-burgundy);
    color: #fff;
    outline: none;
}

.bookly-location-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.bookly-location-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.bookly-location-toggle__option {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    min-height: 56px;
    padding: 0.75rem 0.85rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bookly-location-toggle__option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.bookly-location-toggle__label {
    font-family: "Cinzel", serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--bf-text);
}

.bookly-location-toggle__hint {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--bf-burgundy);
}

.bookly-location-toggle__option:has(input:checked),
.bookly-location-toggle__option.is-active {
    border-color: var(--bf-burgundy);
    border-width: 3px;
    background: var(--bf-burgundy-soft);
    box-shadow: var(--bf-shadow);
}

.bookly-location-toggle__option:has(input:focus-visible) {
    outline: 3px solid rgba(169, 20, 53, 0.3);
    outline-offset: 2px;
}

.bookly-on-location-address {
    margin-top: 1rem;
}

.bookly-form-card--compact {
    padding: clamp(1.1rem, 2vw, 1.35rem);
}

.bookly-form-card--compact .bookly-form-card__title {
    margin-bottom: 0.85rem;
    font-size: 1.25rem;
}

.bookly-fee-notices {
    margin-top: 0.85rem;
}

.bookly-fee-notice {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.55;
    color: var(--bf-text);
}

.bookly-field-group input,
.bookly-field-group textarea,
.bookly-field-group select {
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0.6rem 0.85rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    line-height: 1.45;
    color: var(--bf-text);
}

.bookly-field-group input:focus,
.bookly-field-group textarea:focus,
.bookly-field-group select:focus {
    border-color: var(--bf-burgundy);
    outline: 3px solid rgba(169, 20, 53, 0.2);
    outline-offset: 1px;
}

.bookly-field-group textarea {
    min-height: 96px;
    resize: vertical;
}

.bookly-customer-form .bookly-field-group {
    margin-bottom: 0.75rem;
}

.bookly-customer-form .bookly-field-group:last-child {
    margin-bottom: 0;
}

.bookly-customer-row--2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.bookly-customer-form .bookly-field-group--phone .iti {
    display: block;
    width: 100%;
}

.bookly-customer-form .bookly-field-group--phone .iti__tel-input {
    width: 100%;
    min-height: 44px;
    padding: 0.6rem 0.85rem 0.6rem 52px;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    line-height: 1.45;
    color: var(--bf-text);
}

.bookly-customer-form .bookly-field-group--phone .iti__tel-input:focus {
    border-color: var(--bf-burgundy);
    outline: 3px solid rgba(169, 20, 53, 0.2);
    outline-offset: 1px;
}

.bookly-terms-check {
    gap: 0.65rem;
    margin: 1rem 0 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.bookly-terms-check input {
    width: 22px;
    height: 22px;
}

.bookly-step-footer {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--bf-border);
}

.bookly-step-footer--split {
    justify-content: space-between;
}

.bookly-message {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: var(--bf-radius-sm);
    font-size: 1.0625rem;
    font-weight: 600;
}

.bookly-done {
    text-align: center;
    padding: clamp(2rem, 5vw, 3rem);
}

.bookly-done__icon {
    font-size: 4rem;
    color: var(--bf-gold);
    margin-bottom: 1rem;
}

.bookly-done__title {
    margin: 0 0 0.75rem;
    font-family: "Cinzel", serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: var(--bf-text);
}

.bookly-done__message {
    margin: 0 0 1.75rem;
    font-size: var(--bf-body-size);
    line-height: 1.7;
    color: var(--bf-muted);
}

.bookly-done__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1100px) {
    .bookly-layout {
        grid-template-columns: 1fr;
    }

    .bookly-layout__main {
        order: 1;
    }

    .bookly-sidebar {
        order: 2;
    }

    .bookly-layout:not(.has-selection) .bookly-sidebar {
        display: none;
    }

    .bookly-sidebar__stack {
        position: static;
    }

    .bookly-sidebar__inner {
        position: static;
    }

    .bookly-selection-strip {
        grid-template-columns: 1fr;
    }

    .bookly-time-picker,
    .bookly-location-options,
    .bookly-customer-row--2 {
        grid-template-columns: 1fr;
    }

    .bookly-step-footer,
    .bookly-step-footer--split,
    .bookly-step-footer--service {
        flex-direction: column;
    }

    .bookly-step-footer--service .bf-btn {
        width: 100%;
    }

    .bf-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bookly-category-tabs {
        grid-template-columns: 1fr;
    }
}

.bookly-step-footer--service {
    margin-top: 2rem;
}

#bookly-next-service {
    min-height: 56px;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

.bookly-service-card__hint--empty {
    margin-bottom: 1.25rem;
}

.bookly-added-services__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bookly-added-service {
    padding: 1.15rem 1.25rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: var(--bf-burgundy-soft);
}

.bookly-added-service__info {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.bookly-added-service__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bf-text);
    line-height: 1.35;
}

.bookly-added-service__meta {
    font-size: 1.15rem;
    line-height: 1.5;
    color: var(--bf-text);
    font-weight: 500;
}

.bookly-added-service__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.15rem;
}

.bookly-added-service__pricing {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.bookly-added-service__price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bf-burgundy);
    line-height: 1.2;
}

.bookly-added-service__price-note {
    font-size: 1.1rem;;
    font-weight: 500;
    line-height: 1.35;
    color: var(--bf-muted, #3d3d3d);
}

.bookly-remove-row--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--bf-burgundy);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.bookly-remove-row--icon:hover,
.bookly-remove-row--icon:focus-visible {
    background: rgba(169, 20, 53, 0.12);
    color: var(--bf-burgundy-dark);
    outline: 3px solid rgba(169, 20, 53, 0.25);
    outline-offset: 2px;
}

.bookly-service-card__hint--empty {
    margin-bottom: 1.25rem;
}

.bookly-category-tab__hint {
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--bf-burgundy);
    opacity: 0.85;
}

.bookly-service-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.bookly-service-modal[hidden] {
    display: none !important;
}

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

.bookly-service-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(31, 31, 31, 0.62);
}

.bookly-service-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 720px);
    max-height: min(92vh, 900px);
    overflow: auto;
    padding: clamp(1.15rem, 2.5vw, 1.5rem);
    margin: 0;
    border: 2px solid var(--bf-border);
}

.bookly-service-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.bookly-service-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    min-width: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--bf-burgundy-soft);
    color: var(--bf-burgundy);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

#bookly-service-modal .bookly-service-modal__close,
#bookly-service-modal button.bookly-service-modal__close {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    float: none;
    background: var(--bf-burgundy-soft);
    color: var(--bf-burgundy);
}

#bookly-service-modal .bookly-service-modal__close:hover,
#bookly-service-modal .bookly-service-modal__close:focus,
#bookly-service-modal .bookly-service-modal__close:focus-visible,
#bookly-service-modal button.bookly-service-modal__close:hover,
#bookly-service-modal button.bookly-service-modal__close:focus,
#bookly-service-modal button.bookly-service-modal__close:focus-visible {
    background: var(--bf-burgundy);
    color: #fff;
    outline: 3px solid rgba(169, 20, 53, 0.35);
    outline-offset: 2px;
}

.bookly-service-modal__title {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: "Cinzel", serif;
    font-size: clamp(1.375rem, 2.5vw, 1.625rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--bf-burgundy);
}

.bookly-service-modal__desc {
    margin: 0 0 1rem;
    font-size: 1.0625rem;
    line-height: 1.55;
    color: var(--bf-text);
    font-weight: 500;
}

.bookly-service-modal .bookly-service-cards {
    margin-bottom: 0.25rem;
}

.bookly-service-modal__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--bf-border);
}

.bookly-service-modal__footer.has-guests {
    justify-content: space-between;
}

.bookly-service-modal__guests {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.bookly-service-modal__guests[hidden] {
    display: none !important;
}

.bookly-service-modal__guests .bookly-field-label {
    margin: 0;
    white-space: nowrap;
    font-size: 1.25rem;
}

.bookly-service-modal__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-left: auto;
}

.bookly-service-modal__footer .bf-btn {
    min-height: 52px;
    font-size: 1.0625rem;
}

@media (min-width: 768px) {
    .bookly-service-modal__dialog {
        width: min(100%, 640px);
        max-height: min(88vh, 560px);
    }

    .bookly-service-modal__header {
        margin-bottom: 0.5rem;
    }

    .bookly-service-modal__desc {
        margin-bottom: 0.85rem;
        font-size: 1.25rem;
    }

    .bookly-service-modal .bookly-service-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
        overflow: visible;
        max-height: none;
        padding: 0;
    }

    .bookly-service-modal .bookly-service-cards.is-single {
        grid-template-columns: minmax(240px, 320px);
        justify-content: center;
    }

    .bookly-service-modal .bookly-service-card {
        width: 100%;
        min-width: 0;
        max-width: none;
        padding: 1rem 0.95rem;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 0.4rem;
    }

    .bookly-service-modal .bookly-service-card__name {
        grid-column: 1;
        grid-row: 1;
        padding-right: 0;
        font-size: 1.0625rem;
        line-height: 1.35;
    }

    .bookly-service-modal .bookly-service-card__meta {
        grid-column: 1;
        grid-row: 2;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2rem;
        font-size: 1.15rem;
        line-height: 1.4;
    }

    .bookly-service-modal .bookly-service-card__duration,
    .bookly-service-modal .bookly-service-card__price {
        display: block;
    }

    .bookly-service-modal .bookly-service-card__status {
        grid-column: 1;
        grid-row: 3;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0.35rem;
        margin-top: 0.2rem;
    }

    .bookly-service-modal .bookly-service-card__check {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1.1rem;;
    }

    .bookly-service-modal .bookly-service-card__selected-label {
        font-size: 0.75rem;
    }

    .bookly-service-modal__footer {
        margin-top: 0.85rem;
        padding-top: 0.85rem;
    }

    .bookly-service-modal__guests .bookly-guest-stepper {
        padding: 0.35rem;
    }

    .bookly-service-modal__guests .bookly-guest-btn {
        width: 2.75rem;
        height: 2.75rem;
        min-width: 44px;
        min-height: 44px;
        font-size: 1.5rem;
    }

    .bookly-service-modal__guests .bookly-guest-value {
        font-size: 1.25rem;
        min-width: 2.25rem;
    }

    .bookly-service-modal__footer .bf-btn {
        min-height: 48px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-width: 767px) {
    .bookly-service-modal {
        align-items: flex-start;
        justify-content: center;
        padding: max(0.75rem, env(safe-area-inset-top, 0px)) 0.75rem 0.75rem;
    }

    .bookly-service-modal__dialog {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: calc(100dvh - max(0.75rem, env(safe-area-inset-top, 0px)) - 0.75rem);
        overflow: hidden;
    }

    .bookly-service-modal__header,
    .bookly-service-modal__desc,
    .bookly-service-modal__footer {
        flex-shrink: 0;
    }

    .bookly-service-modal .bookly-service-cards {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        overflow-y: auto;
        padding-right: 0.25rem;
        -webkit-overflow-scrolling: touch;
    }

    .bookly-service-modal__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .bookly-service-modal__footer.has-guests {
        align-items: stretch;
    }

    .bookly-service-modal__guests {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .bookly-service-modal__actions {
        width: 100%;
        flex-direction: column;
        margin-left: 0;
    }

    .bookly-service-modal__actions .bf-btn {
        width: 100%;
    }
}

.elementor-1165 .elementor-element-612e8ba .elementor-heading-title {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #a01c36;
    text-align: center;
    margin: 0 0 1.5rem;
}

.bookly-css-root {
    margin-bottom: 2rem;
}

#bookly-booking-widget.bookly-form {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.bookly-progress-wrap {
    margin-bottom: 1.75rem;
}

.bookly-progress-tracker.bookly-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.bookly-progress-tracker.bookly-table > div {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-left: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #bec3c7;
}

.bookly-progress-tracker.bookly-table > div:first-child {
    padding-left: 0;
}

.bookly-progress-tracker.bookly-table > div.active {
    color: var(--bookly-main-color);
}

.bookly-progress-tracker .step {
    height: 15px;
    margin-top: 5px;
    background: #bec3c7;
}

.bookly-progress-tracker > div.active .step {
    background: var(--bookly-main-color);
}

.bookly-progress-tracker > div:first-child .step {
    border-radius: 5px 0 0 5px;
}

.bookly-progress-tracker > div:last-child .step {
    border-radius: 0 5px 5px 0;
}

.bookly-step-panel {
    display: none;
    padding: 1.5rem 0 0;
}

.bookly-step-panel.active {
    display: block;
}

.bookly-step-label {
    margin: 0 0 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    color: #333;
}

.bookly-service-table {
    margin-bottom: 1rem;
}

.bookly-service-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, 0.8fr) 36px;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}

.bookly-service-row--head {
    align-items: end;
    margin-bottom: 0.75rem;
}

.bookly-service-row--head label {
    display: block;
    margin-bottom: 0.35rem;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.bookly-service-row-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
}

.bookly-remove-row {
    border: 0;
    background: none;
    color: var(--bookly-main-color);
    cursor: pointer;
    padding: 0.35rem;
    font-size: 16px;
    line-height: 1;
}

.bookly-remove-row:hover,
.bookly-remove-row:focus {
    color: #8b1538;
}

.bookly-service-toolbar {
    margin: 0.5rem 0 1.5rem;
}

.bookly-step-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
}

.bookly-step-footer--split {
    justify-content: space-between;
}

.bookly-date-field {
    max-width: 280px;
    margin-bottom: 1rem;
}

.bookly-payment-note {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0.75rem 0 0;
}

.bookly-service-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.bookly-field-group label {
    display: block;
    margin-bottom: 0.35rem;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.bookly-field-group select,
.bookly-field-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #333;
}

.bookly-cart {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.bookly-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px solid #eee;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.bookly-cart-item button {
    border: 0;
    background: none;
    color: var(--bookly-main-color);
    cursor: pointer;
    font-size: 13px;
}

.bookly-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.bookly-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 0;
    background: var(--bookly-main-color);
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.bookly-btn:hover,
.bookly-btn:focus {
    background: #8b1538;
}

.bookly-btn-secondary {
    background: #666;
}

.bookly-time-copy {
    margin-bottom: 1.5rem;
    max-width: 640px;
}

.bookly-time-intro {
    margin: 0 0 0.75rem;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.bookly-time-surcharges {
    margin: 0.15rem 0 0;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.bookly-time-picker {
    display: grid;
    grid-template-columns: 260px minmax(0, 320px);
    gap: 2rem;
    align-items: start;
    max-width: 640px;
}

.bookly-calendar-wrap {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding-bottom: 0.35rem;
}

.bookly-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #eee;
}

.bookly-calendar-title {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.bookly-calendar-nav {
    border: 0;
    background: none;
    color: #666;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.5rem;
}

.bookly-calendar-weekdays,
.bookly-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.bookly-calendar-weekdays {
    padding: 0.5rem 0.35rem 0.25rem;
    border-bottom: 1px solid #eee;
}

.bookly-calendar-weekdays span {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #888;
}

.bookly-calendar-grid {
    padding: 0.5rem 0.35rem 0.35rem;
    gap: 0.25rem;
}

.bookly-calendar-day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
}

.bookly-calendar-day--empty {
    visibility: hidden;
}

.bookly-calendar-day.is-selected {
    background: var(--bookly-main-color);
    color: #fff;
}

.bookly-calendar-day.is-disabled {
    color: #ccc;
    cursor: not-allowed;
    background: transparent;
}

.bookly-time-column {
    width: 100%;
}

.bookly-time-column-head {
    padding: 0.7rem 1rem;
    background: var(--bookly-main-color);
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.bookly-time-slots {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.65rem;
    border: 0;
    background: transparent;
    padding: 0;
}

.bookly-time-slot {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0;
    padding: 0.7rem 0.85rem;
    border: 1px solid #ddd;
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.bookly-time-slot:last-child {
    border-bottom: 1px solid #ddd;
}

.bookly-time-slot input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: var(--bookly-main-color);
    flex-shrink: 0;
}

.bookly-time-slot:has(input:checked) {
    border-color: var(--bookly-main-color);
}

.bookly-time-empty {
    margin: 0;
    padding: 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #666;
}

.bookly-step-footer--back-only {
    justify-content: flex-start;
    max-width: 640px;
    margin-top: 1.75rem;
}

.bookly-details-summary {
    margin: 0 0 1.5rem;
    max-width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #666;
}

.bookly-customer-form {
    max-width: 100%;
}

.bookly-location-fieldset {
    min-width: 0;
    margin: 0 0 1.25rem;
    padding: 0;
    border: 0;
}

.bookly-location-legend {
    display: block;
    width: 100%;
    margin: 0 0 0.65rem;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--bookly-main-color);
}

.bookly-location-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.bookly-location-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 0.9rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.bookly-location-option:hover {
    border-color: #bbb;
    background: #fafafa;
}

.bookly-location-option:has(input:checked) {
    border-color: var(--bookly-main-color);
    background: #fdf8f9;
}

.bookly-location-option input[type="radio"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 0.1rem 0 0;
    accent-color: var(--bookly-main-color);
}

.bookly-location-option__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
    min-width: 0;
}

.bookly-location-option__title {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #333;
}

.bookly-location-option__detail {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: #666;
}

.bookly-customer-row {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.bookly-customer-row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bookly-customer-form .bookly-field-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bf-burgundy);
}

.bookly-customer-form .bookly-field-group input,
.bookly-customer-form .bookly-field-group textarea {
    width: 100%;
    min-height: 44px;
    padding: 0.6rem 0.85rem;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    line-height: 1.45;
    color: var(--bf-text);
}

.bookly-customer-form .bookly-field-group--phone .iti {
    display: block;
    width: 100%;
}

.bookly-customer-form .bookly-field-group--phone .iti__tel-input {
    width: 100%;
    min-height: 44px;
    padding: 0.6rem 0.85rem 0.6rem 52px;
    border: 2px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    line-height: 1.45;
    color: var(--bf-text);
    height: auto;
}

.bookly-customer-form .bookly-field-group--phone .iti__tel-input:focus {
    outline: none;
    border-color: var(--bf-burgundy);
}

.bookly-customer-form .bookly-field-group--phone .iti__country-container {
    border-radius: var(--bf-radius-sm) 0 0 var(--bf-radius-sm);
}

.bookly-customer-form .bookly-field-group textarea {
    min-height: 96px;
    resize: vertical;
}

.bookly-terms-check {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 1rem 0 0;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bf-text);
    cursor: pointer;
}

.bookly-terms-check input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--bf-burgundy);
}

#bookly-step-details .bookly-step-footer {
    max-width: 100%;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.bookly-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.bookly-slot-btn {
    padding: 0.65rem 0.5rem;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.bookly-slot-btn.selected,
.bookly-slot-btn:hover {
    border-color: var(--bookly-main-color);
    background: var(--bookly-main-color);
    color: #fff;
}

.bookly-summary {
    margin: 1rem 0;
    padding: 1rem;
    background: #f8f8f8;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.bookly-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.35rem;
}

.bookly-summary-total {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #ddd;
}

.bookly-done {
    text-align: center;
    padding: 2rem 1rem;
}

.bookly-done h3 {
    font-family: "Cinzel", serif;
    color: #333;
    margin-bottom: 0.75rem;
}

.bookly-message {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    text-align: center;
}

.bookly-message.error {
    color: var(--bookly-main-color);
}

.bookly-message.success {
    color: #065f46;
}

.booking-policy-copy blockquote {
    margin: 1.5rem 0;
    padding: 0.75rem 0 0.75rem 1rem;
    border-left: 4px solid #d2aa53;
    background: #f5f5f5;
}

.booking-policy-copy blockquote p {
    margin: 0;
}

.booking-policy-copy a {
    color: var(--bookly-main-color);
}

@media (max-width: 767px) {
    .bookly-service-row,
    .bookly-service-row--head {
        grid-template-columns: 1fr;
    }

    .bookly-service-row-action {
        justify-content: flex-start;
        min-height: auto;
    }

    .bookly-time-picker {
        grid-template-columns: 1fr;
    }

    .bookly-customer-row--3 {
        grid-template-columns: 1fr;
    }

    .bookly-progress-tracker.bookly-table > div {
        font-size: 11px;
    }

    .bookly-progress-tracker .step {
        height: 12px;
        margin-top: 4px;
    }

    .bookly-step-footer,
    .bookly-step-footer--split,
    .bookly-step-footer--back-only {
        flex-direction: column;
        align-items: stretch;
    }

    .bookly-btn {
        width: 100%;
        text-align: center;
    }
}
