.px-profile-appointments-slide{position:relative}
.px-profile-appointment-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 16%,var(--px-profile-card));border-radius:min(var(--px-profile-card-radius,28px),22px);background:color-mix(in srgb,var(--px-profile-accent) 4%,var(--px-profile-card));color:var(--px-profile-text);box-shadow:0 12px 34px color-mix(in srgb,var(--px-profile-text) 7%,transparent)}
.px-profile-appointment-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:color-mix(in srgb,var(--px-profile-accent) 12%,var(--px-profile-card));color:var(--px-profile-accent)}
.px-profile-appointment-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.px-profile-appointment-card-copy{display:grid;gap:4px;min-width:0}
.px-profile-appointment-card-copy strong{font-size:14px;font-weight:900;color:var(--px-profile-text)}
.px-profile-appointment-card-copy span{font-size:11px;font-weight:650;line-height:1.55;color:var(--px-profile-muted)}
.px-profile-appointment-open,.px-profile-appointment-open:is(:hover,:focus,:active){display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 15px;border:0!important;border-radius:var(--px-profile-radius,16px)!important;background:var(--px-profile-accent)!important;color:var(--px-profile-button-text)!important;box-shadow:none!important;text-decoration:none!important;font:inherit;font-size:11px;font-weight:900;white-space:nowrap;cursor:pointer;transition:transform .18s ease,filter .18s ease}
.px-profile-appointment-open:is(:hover,:focus-visible){filter:brightness(.96);transform:translateY(-1px)}
.px-profile-appointment-open span{font-size:16px;line-height:1}

html.px-profile-appointment-modal-open,body.px-profile-appointment-modal-open{overflow:hidden!important}
.px-profile-appointment-modal{position:fixed;inset:0;z-index:10050;display:grid;align-items:end;justify-items:center;padding:18px;opacity:0;pointer-events:none;transition:opacity .18s ease}
.px-profile-appointment-modal.is-open{opacity:1;pointer-events:auto}
.px-profile-appointment-backdrop{position:absolute;inset:0;background:rgba(12,8,18,.56);backdrop-filter:blur(5px)}
.px-profile-appointment-sheet{position:relative;z-index:1;width:min(720px,100%);max-height:min(780px,calc(100dvh - 36px));overflow:auto;overscroll-behavior:contain;border:1px solid color-mix(in srgb,var(--px-profile-accent) 16%,var(--px-profile-card));border-radius:26px;background:var(--px-profile-card);color:var(--px-profile-text);box-shadow:0 26px 90px rgba(10,6,16,.28);transform:translateY(18px) scale(.985);transition:transform .2s ease}
.px-profile-appointment-modal.is-open .px-profile-appointment-sheet{transform:translateY(0) scale(1)}
.px-profile-appointment-sheet-head{position:sticky;top:0;z-index:5;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px 16px;border-bottom:1px solid color-mix(in srgb,var(--px-profile-accent) 12%,var(--px-profile-card));background:color-mix(in srgb,var(--px-profile-card) 94%,transparent);backdrop-filter:blur(14px)}
.px-profile-appointment-sheet-head>div{display:grid;gap:3px;min-width:0}
.px-profile-appointment-sheet-head small{font-size:8px;font-weight:950;letter-spacing:.16em;color:var(--px-profile-accent)}
.px-profile-appointment-sheet-head h3{margin:0;font-size:20px;line-height:1.2;color:var(--px-profile-text)}
.px-profile-appointment-sheet-head span{font-size:10px;font-weight:650;color:var(--px-profile-muted)}
.px-profile-appointment-close,.px-profile-appointment-close:is(:hover,:focus,:active){display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;padding:0;border:1px solid color-mix(in srgb,var(--px-profile-accent) 18%,var(--px-profile-card))!important;border-radius:12px!important;background:var(--px-profile-card)!important;color:var(--px-profile-text)!important;box-shadow:none!important;cursor:pointer}
.px-profile-appointment-close:is(:hover,:focus-visible){background:color-mix(in srgb,var(--px-profile-accent) 7%,var(--px-profile-card))!important;border-color:color-mix(in srgb,var(--px-profile-accent) 32%,var(--px-profile-card))!important}
.px-profile-appointment-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

.px-profile-appointment-step{padding:20px 22px 24px}
.px-profile-appointment-range-nav{display:grid;grid-template-columns:40px 1fr 40px;gap:10px;align-items:center;margin-bottom:14px}
.px-profile-appointment-range-nav strong{text-align:center;font-size:12px;color:var(--px-profile-text)}
.px-profile-appointment-range-nav button,.px-profile-appointment-range-nav button:is(:hover,:focus,:active){display:grid;place-items:center;width:40px;height:38px;padding:0;border:1px solid color-mix(in srgb,var(--px-profile-accent) 18%,var(--px-profile-card))!important;border-radius:12px!important;background:var(--px-profile-card)!important;color:var(--px-profile-accent)!important;box-shadow:none!important;font:inherit;font-size:22px;font-weight:800;cursor:pointer}
.px-profile-appointment-range-nav button:is(:hover,:focus-visible):not(:disabled){background:color-mix(in srgb,var(--px-profile-accent) 8%,var(--px-profile-card))!important}
.px-profile-appointment-range-nav button:disabled{opacity:.35;cursor:not-allowed}
.px-profile-appointment-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:20px}
.px-profile-appointment-day,.px-profile-appointment-day:is(:hover,:focus,:active){display:grid;place-items:center;gap:2px;min-width:0;min-height:78px;padding:8px 4px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 15%,var(--px-profile-card))!important;border-radius:14px!important;background:color-mix(in srgb,var(--px-profile-accent) 3%,var(--px-profile-card))!important;color:var(--px-profile-text)!important;box-shadow:none!important;font:inherit;cursor:pointer}
.px-profile-appointment-day small{font-size:8px;font-weight:850;text-transform:uppercase;color:var(--px-profile-muted)}
.px-profile-appointment-day strong{font-size:18px;font-weight:950;line-height:1;color:inherit}
.px-profile-appointment-day span{font-size:8px;font-weight:750;color:var(--px-profile-muted)}
.px-profile-appointment-day:is(:hover,:focus-visible):not(:disabled){border-color:color-mix(in srgb,var(--px-profile-accent) 38%,var(--px-profile-card))!important;background:color-mix(in srgb,var(--px-profile-accent) 7%,var(--px-profile-card))!important}
.px-profile-appointment-day.is-selected,.px-profile-appointment-day.is-selected:is(:hover,:focus,:active){border-color:var(--px-profile-accent)!important;background:var(--px-profile-accent)!important;color:var(--px-profile-button-text)!important}
.px-profile-appointment-day.is-selected :is(small,span){color:color-mix(in srgb,var(--px-profile-button-text) 80%,transparent)}
.px-profile-appointment-day:disabled{opacity:.34;cursor:not-allowed}
.px-profile-appointment-slots-wrap{padding:16px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 13%,var(--px-profile-card));border-radius:18px;background:color-mix(in srgb,var(--px-profile-accent) 2%,var(--px-profile-card))}
.px-profile-appointment-slots-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.px-profile-appointment-slots-head strong{font-size:12px;color:var(--px-profile-text)}
.px-profile-appointment-slots-head small{font-size:8px;font-weight:800;color:var(--px-profile-muted)}
.px-profile-appointment-slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.px-profile-appointment-slot,.px-profile-appointment-slot:is(:hover,:focus,:active){min-height:40px;padding:0 8px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 18%,var(--px-profile-card))!important;border-radius:11px!important;background:var(--px-profile-card)!important;color:var(--px-profile-text)!important;box-shadow:none!important;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.px-profile-appointment-slot:is(:hover,:focus-visible),.px-profile-appointment-slot.is-selected{border-color:var(--px-profile-accent)!important;background:color-mix(in srgb,var(--px-profile-accent) 9%,var(--px-profile-card))!important;color:var(--px-profile-accent)!important}
.px-profile-appointment-empty,.px-profile-appointment-error,.px-profile-appointment-form-error{padding:12px 14px;border-radius:12px;font-size:10px;font-weight:750;line-height:1.5}
.px-profile-appointment-empty{background:color-mix(in srgb,var(--px-profile-muted) 7%,var(--px-profile-card));color:var(--px-profile-muted)}
.px-profile-appointment-error,.px-profile-appointment-form-error{margin-top:12px;border:1px solid rgba(197,52,52,.18);background:rgba(197,52,52,.07);color:#a32626}
.px-profile-appointment-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px;color:var(--px-profile-muted)}
.px-profile-appointment-loading span{width:17px;height:17px;border:2px solid color-mix(in srgb,var(--px-profile-accent) 20%,transparent);border-top-color:var(--px-profile-accent);border-radius:50%;animation:pxProfileAppointmentSpin .75s linear infinite}
.px-profile-appointment-loading strong{font-size:10px}
@keyframes pxProfileAppointmentSpin{to{transform:rotate(360deg)}}

.px-profile-appointment-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.px-profile-appointment-back,.px-profile-appointment-back:is(:hover,:focus,:active){grid-column:1/-1;justify-self:start;display:inline-flex;align-items:center;gap:8px;padding:0;border:0!important;background:transparent!important;color:var(--px-profile-accent)!important;box-shadow:none!important;text-decoration:none!important;font:inherit;font-size:10px;font-weight:900;cursor:pointer}
.px-profile-appointment-summary{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 16%,var(--px-profile-card));border-radius:15px;background:color-mix(in srgb,var(--px-profile-accent) 6%,var(--px-profile-card))}
.px-profile-appointment-summary small{grid-column:1/-1;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--px-profile-accent)}
.px-profile-appointment-summary strong{font-size:12px;color:var(--px-profile-text)}
.px-profile-appointment-summary span{align-self:center;font-size:11px;font-weight:900;color:var(--px-profile-accent)}
.px-profile-appointment-form label{display:grid;gap:6px;min-width:0;font-size:10px;font-weight:850;color:var(--px-profile-text)}
.px-profile-appointment-reason-field,.px-profile-appointment-notes-field{grid-column:1/-1}
.px-profile-appointment-reason-field[hidden]{display:none!important}
.px-profile-appointment-form label>span{display:flex;align-items:center;gap:6px}
.px-profile-appointment-form label em{font-size:8px;font-style:normal;font-weight:700;color:var(--px-profile-muted)}
.px-profile-appointment-form :is(input,textarea){width:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,var(--px-profile-accent) 16%,var(--px-profile-card));border-radius:12px;background:var(--px-profile-card);padding:11px 12px;color:var(--px-profile-text);font:inherit;font-size:12px;outline:none;box-shadow:none}
.px-profile-appointment-form textarea{resize:vertical;min-height:84px;line-height:1.5}
.px-profile-appointment-form :is(input,textarea):focus{border-color:var(--px-profile-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--px-profile-accent) 12%,transparent)}
.px-profile-appointment-form :is(input,textarea).is-invalid{border-color:#c53434;box-shadow:0 0 0 3px rgba(197,52,52,.08)}
.px-profile-appointment-form label>small{min-height:12px;font-size:8px;font-weight:750;color:#a32626}
.px-profile-appointment-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.px-profile-appointment-submit,.px-profile-appointment-submit:is(:hover,:focus,:active){grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;margin-top:4px;border:0!important;border-radius:var(--px-profile-radius,16px)!important;background:var(--px-profile-accent)!important;color:var(--px-profile-button-text)!important;box-shadow:none!important;font:inherit;font-size:11px;font-weight:950;cursor:pointer}
.px-profile-appointment-submit:is(:hover,:focus-visible):not(:disabled){filter:brightness(.96)}
.px-profile-appointment-submit:disabled{opacity:.62;cursor:wait}
.px-profile-appointment-submit b{font-size:16px;line-height:1}
.px-profile-appointment-form-error{grid-column:1/-1;margin-top:0}

.px-profile-appointment-success{text-align:center;justify-items:center;padding:34px 24px 30px}
.px-profile-appointment-success-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:color-mix(in srgb,var(--px-profile-accent) 12%,var(--px-profile-card));color:var(--px-profile-accent);font-size:27px;font-weight:950}
.px-profile-appointment-success h3{margin:0;font-size:20px;color:var(--px-profile-text)}
.px-profile-appointment-success p{max-width:440px;margin:8px auto 18px;font-size:11px;font-weight:650;line-height:1.6;color:var(--px-profile-muted)}
.px-profile-appointment-reference{display:grid;gap:4px;min-width:190px;padding:12px 18px;margin:0 auto 18px;border:1px dashed color-mix(in srgb,var(--px-profile-accent) 38%,var(--px-profile-card));border-radius:14px;background:color-mix(in srgb,var(--px-profile-accent) 5%,var(--px-profile-card))}
.px-profile-appointment-reference span{font-size:8px;font-weight:850;color:var(--px-profile-muted)}
.px-profile-appointment-reference strong{font-size:17px;letter-spacing:.12em;color:var(--px-profile-accent)}
.px-profile-appointment-success button,.px-profile-appointment-success button:is(:hover,:focus,:active){min-width:150px;min-height:44px;border:0!important;border-radius:var(--px-profile-radius,16px)!important;background:var(--px-profile-accent)!important;color:var(--px-profile-button-text)!important;box-shadow:none!important;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.px-profile-appointment-success button:is(:hover,:focus-visible){filter:brightness(.96)}

html[dir="rtl"] .px-profile-appointment-open span,html[dir="rtl"] .px-profile-appointment-back{transform:none}
html[dir="rtl"] .px-profile-appointment-open span{display:inline-block;transform:rotate(180deg)}
html[dir="rtl"] .px-profile-appointment-back{flex-direction:row-reverse}

@media(max-width:680px){
  .px-profile-appointment-card{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:15px}
  .px-profile-appointment-open{grid-column:1/-1;width:100%}
  .px-profile-appointment-modal{padding:0;align-items:end}
  .px-profile-appointment-sheet{width:100%;max-height:92dvh;border-radius:24px 24px 0 0;border-bottom:0}
  .px-profile-appointment-sheet-head{padding:17px 16px 14px}
  .px-profile-appointment-step{padding:16px 14px 20px}
  .px-profile-appointment-days{grid-template-columns:repeat(7,minmax(52px,1fr));overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .px-profile-appointment-days::-webkit-scrollbar{display:none}
  .px-profile-appointment-day{min-width:52px;min-height:72px}
  .px-profile-appointment-slots{grid-template-columns:repeat(3,minmax(0,1fr))}
  .px-profile-appointment-form{grid-template-columns:1fr}
  .px-profile-appointment-reason-field,.px-profile-appointment-notes-field,.px-profile-appointment-form-error,.px-profile-appointment-submit,.px-profile-appointment-back,.px-profile-appointment-summary{grid-column:1}
  .px-profile-appointment-summary{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){.px-profile-appointment-modal,.px-profile-appointment-sheet,.px-profile-appointment-open{transition:none!important}.px-profile-appointment-loading span{animation-duration:1.2s}}

/* RAFYZO Profile — service-first appointment flow */
.px-profile-appointment-services-step{display:grid;gap:15px}
.px-profile-appointment-services-head{display:grid;gap:4px}
.px-profile-appointment-services-head small{font-size:8px;font-weight:950;letter-spacing:.14em;color:var(--px-profile-accent)}
.px-profile-appointment-services-head strong{font-size:15px;color:var(--px-profile-text)}
.px-profile-appointment-services-head span{font-size:10px;font-weight:650;line-height:1.55;color:var(--px-profile-muted)}
.px-profile-appointment-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.px-profile-appointment-service,.px-profile-appointment-service:is(:hover,:focus,:active){display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 16%,var(--px-profile-card))!important;border-radius:16px!important;background:color-mix(in srgb,var(--px-profile-accent) 3%,var(--px-profile-card))!important;color:var(--px-profile-text)!important;box-shadow:none!important;text-align:start;text-decoration:none!important;font:inherit;cursor:pointer}
.px-profile-appointment-service>span{display:grid;gap:4px;min-width:0}
.px-profile-appointment-service strong{font-size:11px;font-weight:950;color:var(--px-profile-text)}
.px-profile-appointment-service small{font-size:8.5px;font-weight:700;line-height:1.45;color:var(--px-profile-muted)}
.px-profile-appointment-service b{flex:0 0 auto;color:var(--px-profile-accent);font-size:17px;line-height:1}
.px-profile-appointment-service:is(:hover,:focus-visible){border-color:color-mix(in srgb,var(--px-profile-accent) 38%,var(--px-profile-card))!important;background:color-mix(in srgb,var(--px-profile-accent) 7%,var(--px-profile-card))!important}
.px-profile-appointment-selected-service-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 13%,var(--px-profile-card));border-radius:13px;background:color-mix(in srgb,var(--px-profile-accent) 4%,var(--px-profile-card))}
.px-profile-appointment-selected-service-row>div{display:grid;gap:2px;min-width:0}
.px-profile-appointment-selected-service-row small{font-size:7.5px;font-weight:900;color:var(--px-profile-muted)}
.px-profile-appointment-selected-service-row strong{overflow:hidden;text-overflow:ellipsis;font-size:10px;color:var(--px-profile-text);white-space:nowrap}
.px-profile-appointment-selected-service-row button,.px-profile-appointment-selected-service-row button:is(:hover,:focus,:active){flex:0 0 auto;min-height:32px;padding:0 10px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 20%,var(--px-profile-card))!important;border-radius:9px!important;background:var(--px-profile-card)!important;color:var(--px-profile-accent)!important;box-shadow:none!important;text-decoration:none!important;font:inherit;font-size:8.5px;font-weight:900;cursor:pointer}
.px-profile-appointment-selected-service-row button:is(:hover,:focus-visible){background:color-mix(in srgb,var(--px-profile-accent) 7%,var(--px-profile-card))!important}
.px-profile-appointment-summary em{grid-column:1/-1;font-size:9px;font-style:normal;font-weight:900;color:var(--px-profile-accent)}
html[dir="rtl"] .px-profile-appointment-service b{transform:rotate(180deg)}
@media(max-width:680px){.px-profile-appointment-services{grid-template-columns:1fr}.px-profile-appointment-selected-service-row{align-items:flex-start;flex-direction:column}.px-profile-appointment-selected-service-row button{width:100%}}


/* RAFYZO Profile — appointment identity, lookup and result UX */
.px-profile-appointment-card-actions{display:grid;gap:7px;min-width:138px}
.px-profile-appointment-find,.px-profile-appointment-find:is(:hover,:focus,:active){display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 24%,var(--px-profile-card))!important;border-radius:var(--px-profile-radius,16px)!important;background:var(--px-profile-card)!important;color:var(--px-profile-accent)!important;box-shadow:none!important;text-decoration:none!important;font:inherit;font-size:9px;font-weight:900;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.px-profile-appointment-find:is(:hover,:focus-visible){background:color-mix(in srgb,var(--px-profile-accent) 7%,var(--px-profile-card))!important;border-color:color-mix(in srgb,var(--px-profile-accent) 42%,var(--px-profile-card))!important;transform:translateY(-1px)}
.px-profile-appointment-email-notice{max-width:460px;margin:0 auto 16px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 16%,var(--px-profile-card));border-radius:12px;background:color-mix(in srgb,var(--px-profile-accent) 6%,var(--px-profile-card));color:var(--px-profile-muted);font-size:9.5px;font-weight:750;line-height:1.55;text-align:center}
.px-profile-appointment-result-card{display:grid;width:min(470px,100%);margin:0 auto 16px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 14%,var(--px-profile-card));border-radius:16px;background:color-mix(in srgb,var(--px-profile-accent) 3%,var(--px-profile-card));overflow:hidden;text-align:start}
.px-profile-appointment-result-card>div{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr);gap:14px;align-items:start;padding:11px 14px;border-top:1px solid color-mix(in srgb,var(--px-profile-accent) 10%,var(--px-profile-card))}
.px-profile-appointment-result-card>div:first-child{border-top:0}
.px-profile-appointment-result-card span{font-size:8px;font-weight:850;color:var(--px-profile-muted)}
.px-profile-appointment-result-card strong{font-size:10px;font-weight:900;line-height:1.45;color:var(--px-profile-text);word-break:break-word}
.px-profile-appointment-success-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}
.px-profile-appointment-success-actions button{margin:0}
.px-profile-appointment-success-actions .is-secondary,.px-profile-appointment-success-actions .is-secondary:is(:hover,:focus,:active){background:var(--px-profile-card)!important;color:var(--px-profile-accent)!important;border:1px solid color-mix(in srgb,var(--px-profile-accent) 28%,var(--px-profile-card))!important}
.px-profile-appointment-success-actions .is-secondary:is(:hover,:focus-visible){background:color-mix(in srgb,var(--px-profile-accent) 7%,var(--px-profile-card))!important}
.px-profile-appointment-lookup{display:grid;gap:18px}
.px-profile-appointment-lookup-head{display:grid;gap:5px;text-align:start}
.px-profile-appointment-lookup-head small{font-size:8px;font-weight:950;letter-spacing:.14em;color:var(--px-profile-accent)}
.px-profile-appointment-lookup-head h3{margin:0;color:var(--px-profile-text);font-size:18px;line-height:1.25}
.px-profile-appointment-lookup-head p{margin:0;max-width:520px;color:var(--px-profile-muted);font-size:10px;font-weight:650;line-height:1.55}
.px-profile-appointment-lookup form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.px-profile-appointment-lookup label{display:grid;gap:6px;min-width:0;color:var(--px-profile-text);font-size:10px;font-weight:850}
.px-profile-appointment-lookup label>span{display:block}
.px-profile-appointment-lookup input{width:100%;box-sizing:border-box;min-height:46px;padding:0 13px;border:1px solid color-mix(in srgb,var(--px-profile-accent) 18%,var(--px-profile-card));border-radius:12px;background:var(--px-profile-card);color:var(--px-profile-text);outline:none;box-shadow:none;font:inherit;font-size:14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.px-profile-appointment-lookup input:focus{border-color:var(--px-profile-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--px-profile-accent) 12%,transparent)}
.px-profile-appointment-lookup label>small{min-height:12px;color:#a32626;font-size:8px;font-weight:750}
.px-profile-appointment-lookup button[type="submit"],.px-profile-appointment-lookup button[type="submit"]:is(:hover,:focus,:active),.px-profile-appointment-copy-result,.px-profile-appointment-copy-result:is(:hover,:focus,:active){display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 16px;border:0!important;border-radius:var(--px-profile-radius,16px)!important;background:var(--px-profile-accent)!important;color:var(--px-profile-button-text)!important;box-shadow:none!important;text-decoration:none!important;font:inherit;font-size:10px;font-weight:950;cursor:pointer}
.px-profile-appointment-lookup button[type="submit"]:is(:hover,:focus-visible):not(:disabled),.px-profile-appointment-copy-result:is(:hover,:focus-visible){filter:brightness(.96)}
.px-profile-appointment-lookup button[type="submit"]:disabled{opacity:.62;cursor:wait}
.px-profile-appointment-lookup-result{display:grid;justify-items:center;gap:13px}
.px-profile-appointment-lookup-result .px-profile-appointment-back{justify-self:start}
.px-profile-appointment-copy-result{min-width:210px}
html[dir="rtl"] .px-profile-appointment-lookup-head,html[dir="rtl"] .px-profile-appointment-result-card{text-align:right}

@media(max-width:680px){
  .px-profile-appointment-card-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%;min-width:0}
  .px-profile-appointment-card-actions .px-profile-appointment-open{grid-column:auto;width:100%}
  .px-profile-appointment-result-card>div{grid-template-columns:1fr;gap:3px}
  .px-profile-appointment-success-actions{width:100%;display:grid;grid-template-columns:1fr}
  .px-profile-appointment-success-actions button,.px-profile-appointment-copy-result{width:100%}
  .px-profile-appointment-lookup form{grid-template-columns:1fr}
  .px-profile-appointment-lookup button[type="submit"]{width:100%}
}


.px-profile-appointment-services{max-height:min(46vh,420px);overflow:auto;overscroll-behavior:contain;padding-inline-end:2px}
