.masaze-pricelist {
    max-width: 100%;
    margin: 32px auto;
}

.masaze-addon-pricelist-table th {
    text-align: start !important;
}

.masaze-pricelist th {
    text-align: center;
}

.masaze-pricelist-section {
    margin: 0 0 24px;
    padding: 18px;
    border: 3px solid #ffd8d8;
    border-radius: 22px;
    background: #fbf5f5;
}

.maserky-single .maserka-info .masaze-booking-standalone {
    max-width: 90%;
    margin: 15px auto 0;
}

.masaze-pricelist-title {
    margin: 0 0 14px;
    font-size: 1.7rem;
}

.masaze-price-row {
    display: grid;
    grid-template-columns: 120px minmax(130px, 1fr) minmax(130px, 1fr) 150px;
    align-items: center;
    gap: 50px;
    margin: 0 0 16px;
    padding: 18px 20px;
    border: 1px solid #ffd8d8;
    border-radius: 22px;
    background: #fff;
}

.masaze-price-row:last-child {
    margin-bottom: 0;
}

.masaze-price-duration {
    margin: 0;
    padding: 14px 0;
    border: 3px dotted #ffd8d8;
    border-radius: 12px;
    color: #331e25;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.masaze-price-value {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.masaze-price-value strong {
    color: #331e25;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.masaze-price-value span {
    color: #ae1045;
    font-size: 1.5rem;
    font-weight: 600;
}

.masaze-booking-open {
    padding: 11px 20px;
    border: 0 !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #fe088d, #fb1e27);
    color: #fff !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.masaze-booking-open:hover {
    filter: brightness(.92);
}

.masaze-booking-standalone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.masaze-pricing-empty {
    padding: 16px;
    border-radius: 8px;
    background: #f7f7f7;
}

@media (max-width: 992px) {
    .masaze-pricelist {
        overflow-x: auto;
    }

    .masaze-price-value {
        text-align: center;
    }
}

@media (max-width: 800px) {
    .masaze-price-row {
        grid-template-columns: 100px 1fr 1fr;
    }

    .masaze-booking-open {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .masaze-pricelist-section {
        padding: 10px;
    }

    .masaze-price-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 12px;
    }

    .masaze-price-duration {
        grid-column: 1 / -1;
    }
}

body.masaze-booking-opened {
    overflow: hidden;
}

.masaze-booking-modal[hidden] {
    display: none !important;
}

.masaze-choice strong,
.masaze-choice span {
    display: block;
}

.masaze-masseuse-choice img,
.masaze-masseuse-placeholder {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masaze-masseuse-placeholder {
    background: #eadde2;
}

.masaze-addon-list label span {
    flex: 1;
    text-align: left;
}

.masaze-form-wide {
    grid-column: 1 / -1;
}

.masaze-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.masaze-promocode-controls input {
    flex: 1 1 auto;
    min-width: 0;
    text-transform: uppercase;
}

.masaze-promocode-controls button:disabled,
.masaze-booking-actions button:disabled {
    opacity: .58;
    cursor: wait;
}

.masaze-promocode-message.is-success {
    color: #176b35;
}

.masaze-promocode-message.is-error {
    color: #b32d2e;
}




.masaze-booking-summary>span small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
}

.masaze-booking-summary-line>span {
    color: #4f3b42;
}

.masaze-booking-summary-line>strong {
    flex: 0 0 auto;
    color: #331e25;
}

.masaze-booking-summary-section-title {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px dashed #ead5dc;
    color: #765b64;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.masaze-booking-summary-empty {
    padding: 7px 0;
    color: #8b747c;
    font-style: italic;
}

.masaze-booking-summary-subtotal {
    margin-top: 4px;
    border-top: 1px dashed #ead5dc;
}

.masaze-booking-summary-discount span,
.masaze-booking-summary-discount strong {
    color: #176b35;
}

.masaze-booking-summary-total {
    margin-top: 7px;
    padding-top: 12px;
    border-top: 1px solid #d9c5cc;
}

.masaze-booking-summary-total>span {
    color: #331e25;
    font-weight: 800;
}

.masaze-booking-summary-total>strong {
    color: #9f174a;
    font-size: 20px;
}

.masaze-assignment-note.is-complete {
    margin-top: 14px;
    background: #f2fbf6;
    color: #176b35;
}

.masaze-booking-modal {

    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: inherit;
}

.masaze-booking-backdrop {

    position: absolute;
    inset: 0;
    background: rgba(34, 17, 25, .72);
    backdrop-filter: blur(5px);
}

.masaze-booking-dialog {

    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(960px, 100%);
    max-height: min(92vh, 900px);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(27, 8, 17, .35);
}

.masaze-duration-grid .masaze-choice .sluzba-choice {
    margin: 0;
}

.masaze-booking-comment p {
    margin: 0;
    background-color: #db1b61;
    padding: 12px 20px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.masaze-time-comment {
    margin: 4px 0px;
    font-size: 13px;
    color: #604952;
    font-weight: 400;
    line-height: 15px;
}

.masaze-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 0 0 auto;
    min-height: 72px;
    padding: 20px 68px 18px 28px;
    border-bottom: 1px solid #f0e7ea;
    background: #fff;
}

.masaze-modal-heading {
    min-width: 0;
}

.masaze-booking-step-count {
    display: block;
    margin-bottom: 3px;
    color: #a0164b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.masaze-booking-dialog h2 {
    margin: 0;
    color: #2b1820;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.1;
}

.masaze-modal-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 9px 13px;
    border: 1px solid #efdae2;
    border-radius: 999px;
    background: #fff7fa;
    color: #9f174a !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
    position: relative;
}

.masaze-modal-comment {
    position: absolute;
    right: 112%;
    margin: 0;
    font-size: 11px;
    text-align: right;
    line-height: 17px;
    color: #352129;
}

.masaze-booking-close {
    position: absolute;
    border: 0;
    line-height: 1;
    cursor: pointer;
    right: 20px;
    top: 25px;
    z-index: 3;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #f7f2f4;
    color: #3a242c;
    border: 1px solid #efdae2;
    font-size: 25px;
    transition: background .15s ease, transform .15s ease;
}

.masaze-booking-close:hover {
    background: #efe3e7;
    transform: rotate(4deg);
}

.masaze-booking-progress {

    overflow: hidden;
    flex: 0 0 auto;
    height: 3px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #f6edf0;
}

.masaze-booking-progress span {

    display: block;
    height: 100%;
    transition: width .2s ease;
    background: linear-gradient(90deg, #d91962, #ff4969);
}

.masaze-booking-error {
    flex: 0 0 auto;
    margin: 16px 28px 0;
    padding: 12px 14px;
    border: 1px solid #ffd3dc;
    border-left: 0;
    border-radius: 12px;
    background: #fff3f6;
    color: #9b153f;
    font-size: 13px;
}

.masaze-booking-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 24px 28px 8px;
    overscroll-behavior: contain;
}

.masaze-booking-step {
    max-width: 100%;
}

.masaze-booking-section {
    margin-bottom: 24px;
}

.masaze-booking-section:last-child {
    margin-bottom: 0;
}

.masaze-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: #352129;
}

.masaze-section-heading>strong {
    font-size: 14px;
    font-weight: 800;
}

.masaze-section-heading>span {
    color: #8c727c;
    font-size: 12px;
}

.masaze-field-label {
    margin: 0;
    color: #352129;
    font-size: 14px;
}

.masaze-field-label>span,
.masaze-form-grid label>span,
.masaze-promocode-box label>span:first-child {
    display: block;
    margin-bottom: 7px;
    font-weight: 800;
}

.masaze-field-label select,
.masaze-form-grid input,
.masaze-form-grid textarea,
.masaze-promocode-controls input {

    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    margin-top: 0;
    padding: 11px 13px;
    border: 1px solid #dfd2d7;
    border-radius: 12px;
    background: #fff;
    color: #2d1b22;
    font: inherit;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.masaze-field-label select:focus,
.masaze-form-grid input:focus,
.masaze-form-grid textarea:focus,
.masaze-promocode-controls input:focus {
    border-color: #d91a61;
    box-shadow: 0 0 0 3px rgba(217, 26, 97, .11);
}

.masaze-booking-fixed-city {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #eadde2;
    border-left: 0;
    border-radius: 14px;
    background: #faf7f8;
    color: #705a63;
}

.masaze-booking-fixed-city strong {
    color: #2d1b22;
}

.masaze-choice-grid.masaze-date-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
}

.masaze-choice,
.masaze-masseuse-choice {

    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    padding: 14px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e4d8dc;
    border-radius: 14px;
    background: #fff;
    color: #342129;
    box-shadow: none;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.masaze-choice:hover,
.masaze-masseuse-choice:hover {
    border-color: #d91a61;
    box-shadow: 0 7px 20px rgba(70, 25, 42, .08);
    transform: translateY(-1px);
}

.masaze-choice.is-selected,
.masaze-masseuse-choice.is-selected {
    border-color: #d91a61;
    background: #fff0f5;
    color: #9f174a !important;
    box-shadow: inset 0 0 0 1px #d91a61;
}

.masaze-choice.is-selected span,
.masaze-masseuse-choice.is-selected span,
.masaze-choice.is-selected strong,
.masaze-masseuse-choice.is-selected strong {
    color: inherit !important;
}

.masaze-date-grid .masaze-choice {
    min-height: 72px;
    padding: 12px 8px;
}

.masaze-date-day {
    font-size: 21px;
    letter-spacing: .04em;
}

.masaze-date-grid .masaze-choice .masaze-date-value {
    margin-top: -11px;
    color: #876d77;
    font-size: 13px;
}

.masaze-masseuse-count-grid {

    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 160px));
    margin: 0;
}

.masaze-masseuse-count-grid .masaze-choice {
    display: flex;
    gap: 0;
}

.masaze-masseuse-count-grid .masaze-choice strong {
    font-size: 23px;
}

.masaze-selection-pill {
    min-width: 38px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f4ecef;
    color: #715962 !important;
    font-size: 11px !important;
    font-weight: 800;
    text-align: center;
}

.masaze-masseuse-grid {

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.masaze-masseuse-choice {
    min-height: 240px;
    padding: 0;
    justify-content: flex-end;
    border-radius: 16px;
}

.masaze-masseuse-choice::after {

    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(0deg, rgba(30, 10, 18, .82) 0%, rgba(30, 10, 18, 0) 62%);
}

.masaze-masseuse-choice strong {

    position: relative;
    z-index: 1;
    width: 100%;
    padding: 16px 12px 13px;
    color: #fff !important;
    text-align: left;
}

.masaze-masseuse-choice.is-selected strong {
    color: #fff !important;
}

.masaze-masseuse-check {
    position: absolute !important;
    top: 10px;
    right: 10px;
    z-index: 2 !important;
    display: none;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: white;
    color: #fff !important;
    font-size: 14px !important;
}

.masaze-masseuse-choice.is-selected .masaze-masseuse-check {
    display: grid;
}

.masaze-masseuse-choice.is-selected {
    background: #d91a61 !important;
}

.masaze-masseuse-choice.is-selected img {
    opacity: 0.5;
}

.masaze-duration-grid {

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.masaze-duration-grid .masaze-choice strong {
    font-size: 21px;
    margin-bottom: -6px;
}

.masaze-duration-grid .masaze-choice {
    gap: 0;
}

.masaze-duration-grid .masaze-choice span {
    margin-top: 5px;
    color: #9f174a;
    font-size: 12px;
    font-weight: 700;
}

.masaze-addon-list {

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.masaze-addon-list label {

    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    min-height: 52px;
    padding: 11px 13px;
    border: 1px solid #e4d8dc;
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.masaze-addon-list label.is-selected {
    border-color: #d91a61;
    background: #fff3f7;
}

.masaze-addon-list input {
    width: 17px;
    height: 17px;
    accent-color: #d91a61;
}

.masaze-addon-list label strong {
    color: #9f174a;
    font-size: 12px;
}

.masaze-time-grid {

    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.masaze-time-grid .masaze-choice {
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 800;
}

.masaze-empty,
.masaze-inline-notice,
.masaze-assignment-note {

    grid-column: 1 / -1;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #eadde2;
    border-left: 0;
    border-radius: 12px;
    background: #faf7f8;
    color: #6f5962;
    font-size: 13px;
}

.masaze-empty-compact {
    margin-bottom: 0;
}

.masaze-assignment-note.is-request {
    margin-top: 14px;
    background: #fff5f8;
    color: #9f174a;
}

.masaze-booking-summary {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    padding: 15px 16px;
    border: 1px solid #eadde2;
    border-radius: 14px;
    background: #faf7f8;
}

.masaze-booking-summary>span {
    color: #604952;
    font-size: 13px;
    font-weight: 700;
}

.masaze-booking-summary>strong {
    color: #9f174a;
    font-size: 20px;
}

.masaze-booking-summary>span small {
    color: #9f174a;
}

.masaze-final-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 22px;
    align-items: start;
}

.masaze-final-main,
.masaze-final-summary {
    min-width: 0;
}

.masaze-contact-card {
    padding: 18px;
    border: 1px solid #eadde2;
    border-radius: 16px;
    background: #fff;
}

.masaze-payment-box {
    margin: 14px 0;
    padding: 14px;
    border: 1px solid #eadde2;
    border-radius: 14px;
    background: #fff;
}

.masaze-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.masaze-payment-option {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #e4d8dc;
    border-radius: 12px;
    background: #fff;
    color: #4d3941;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.masaze-payment-option:hover,
.masaze-payment-option.is-selected {
    border-color: #d91a61;
    background: #fff3f7;
    color: #9f174a;
    box-shadow: inset 0 0 0 1px #d91a61;
}

.masaze-payment-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.masaze-form-grid {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.masaze-form-grid label {

    font-weight: 700;
    text-align: left;
    color: #352129;
    font-size: 13px;
}

.masaze-form-grid label small {
    color: #9a828b;
    font-weight: 500;
}

.masaze-form-grid textarea {
    min-height: 88px;
    resize: vertical;
}

.masaze-promocode-box {
    margin: 14px 0;
    padding: 14px;
    border: 1px solid #eadde2;
    border-left: 0;
    border-radius: 14px;
    background: #faf7f8;
}

.masaze-promocode-controls {

    display: flex;
    gap: 8px;
    margin-top: 0;
}

.masaze-promocode-controls button {

    border: 0;
    color: #fff;
    padding: 10px 16px;
    font-weight: 700;
    cursor: pointer;
    min-width: 94px;
    border-radius: 12px;
    background: #312129;
}

.masaze-promocode-message {
    min-height: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.masaze-consent-list {
    display: grid;
    gap: 9px;
}

.masaze-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 13px;
    border: 1px solid #eadde2;
    border-radius: 12px;
    background: #fff;
    color: #4d3941;
    font-size: 13px;
    cursor: pointer;
}

.masaze-check input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    accent-color: #d91a61;
}

.masaze-booking-confirm-note {
    margin-top: 11px;
    color: #8a727b;
    font-size: 12px;
}

.masaze-final-summary {
    position: sticky;
    top: 0;
}

.masaze-final-summary>.masaze-section-heading {
    margin-bottom: 10px;
}

.masaze-final-summary .masaze-booking-summary {
    margin-top: 0;
}

.masaze-booking-summary-full {
    display: block;
    text-align: left;
}

.masaze-booking-summary-details {

    flex: 0 0 100%;
    width: 100%;
    border-top: 1px solid #eadde2;
    margin-top: 13px;
    padding-top: 13px;
}

.masaze-booking-summary-facts {

    display: grid;
    margin-bottom: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.masaze-booking-summary-facts>div {
    padding: 9px 10px;
    border-radius: 10px;
    background: #fff;
}

.masaze-booking-summary-facts>div.is-wide {
    grid-column: 1 / -1;
}

.masaze-booking-summary-facts>div span {
    color: #967d86;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    display: block;
}

.masaze-promocode-box label {
    width: 100%;
}

.masaze-booking-summary-facts>div strong {
    margin-top: 4px;
    font-size: 13px;
}

.masaze-booking-summary-line {

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 7px 0;
    font-size: 13px;
}

.masaze-booking-summary-subtotal {
    margin-top: 5px;
}

.masaze-booking-actions {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 0 0 auto;
    margin: 0;
    padding: 16px 28px 20px;
    border-top: 1px solid #f0e7ea;
    background: #fff;
}

.masaze-booking-actions button {

    cursor: pointer;
    font-weight: 700 !important;
    text-transform: uppercase;
    min-height: 46px;
    padding: 11px 20px;
    border-radius: 13px;
    letter-spacing: .02em;
}

.masaze-booking-next,
.masaze-booking-finish-close {

    margin-left: auto;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #d91962, #ff405f);
    box-shadow: 0 8px 20px rgba(217, 25, 98, .20);
}

.masaze-booking-back {

    border: 1px solid #e3d6db;
    color: #352129;
    border-color: #e3d6db;
    background: #fff;
}

.masaze-booking-success,
.masaze-booking-closed {
    display: flex;
    min-height: 340px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 12px;
    text-align: center;
}

.masaze-booking-success p,
.masaze-booking-closed p {
    max-width: 430px;
    margin: 0 0 20px;
    color: #7a626b;
}

.masaze-booking-state-icon,
.masaze-success-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin: 0 0 18px;
    border-radius: 50%;
    background: #fff0f5;
    color: #d91962;
    font-size: 30px;
    font-weight: 800;
}

.masaze-booking-loading {
    min-height: 320px;
    display: grid;
    place-items: center;
    color: #806873;
}

@media (max-width: 820px) {
    .masaze-final-layout {
        grid-template-columns: 1fr;
    }

    .masaze-final-summary {
        position: static;
        order: -1;
    }

    .masaze-masseuse-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .masaze-promocode-controls {
        flex-direction: column;
    }

    .masaze-booking-modal {
        align-items: flex-end;
        padding: 0;
    }

    .masaze-booking-dialog {
        width: 100%;
        max-height: 94vh;
        border-radius: 22px 22px 0 0;
    }

    .masaze-modal-header {
        min-height: 66px;
        padding: 17px 58px 14px 18px;
    }

    .masaze-booking-close {
        right: 14px;
        top: 20px;
    }

    .masaze-booking-body {
        padding: 20px 18px 6px;
    }

    .masaze-booking-actions {
        padding: 13px 18px calc(14px + env(safe-area-inset-bottom));
    }

    .masaze-choice-grid.masaze-date-grid,
    .masaze-duration-grid,
    .masaze-time-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .masaze-masseuse-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .masaze-masseuse-choice {
        min-height: 170px;
    }

    .masaze-addon-list,
    .masaze-form-grid {
        grid-template-columns: 1fr;
    }

    .masaze-booking-summary {
        align-items: center;
    }
}

@media (max-width: 390px) {
    .masaze-booking-actions button {
        padding-inline: 15px;
        font-size: 12px !important;
    }

    .masaze-masseuse-count-grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 782px) {
    .masaze-payment-grid {
        grid-template-columns: 1fr;
    }
}