/* Booking and purchase controls added only to the Treatments page. */
.square-buy-wrap{margin-top:18px}
.square-buy-button{width:100%;border:0;cursor:pointer}
.square-buy-button:disabled{opacity:.58;cursor:not-allowed;transform:none}
.square-buy-status{min-height:18px;margin-top:8px;color:#93604f;font-size:12px;line-height:1.45;text-align:center;letter-spacing:.01em}
.square-manual-link{font-weight:700;color:inherit;text-decoration:underline}
body.liv-modal-open{overflow:hidden}
.liv-booking-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:22px;background:rgba(42,30,26,.58);backdrop-filter:blur(4px)}
.liv-booking-modal-card{position:relative;width:min(540px,100%);padding:38px;border:1px solid rgba(176,130,105,.28);border-radius:22px;background:#fffaf6;box-shadow:0 24px 80px rgba(40,24,19,.25);text-align:center}
.liv-booking-modal-card h2{margin:8px 0 12px}
.liv-booking-modal-card p{margin:0 auto 9px;max-width:430px}
.liv-booking-modal-note{color:#93604f}
.liv-booking-modal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.liv-booking-modal-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:#5d433a;font-size:28px;line-height:1;cursor:pointer}
@media (max-width:560px){.liv-booking-modal-card{padding:34px 22px}.liv-booking-modal-actions{display:grid}.liv-booking-modal-actions .btn{width:100%}}
