/*!
Theme Name: Little Black Book
Theme URI: purplemoondesigns.ae
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Little Black Book by Purple Moon Designs. 
Version: 1.0.0

*/

/* Customer account: mobile bottom tabs + desktop sidebar tabs */
body.page-template-pagescustomer-my-account-php .cma-sidebar-nav {
	display: none;
	margin-top: 1rem;
}
body.page-template-pagescustomer-my-account-php .cma-sidebar-nav__bar {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	width: 100%;
}
body.page-template-pagescustomer-my-account-php .cma-sidebar-nav .cma-tab {
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	padding: 0.65rem 0.85rem;
	border-radius: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #52525b;
	background: transparent;
	border: 1px solid transparent;
}
body.page-template-pagescustomer-my-account-php .cma-sidebar-nav .cma-tab:hover {
	color: #18181b;
	background: #f4f4f5;
}
body.page-template-pagescustomer-my-account-php .cma-sidebar-nav .cma-tab.is-active {
	color: #6d28d9;
	background: #f5f3ff;
	border-color: #ddd6fe;
}
body.page-template-pagescustomer-my-account-php .cma-sidebar-nav .cma-tab.is-active .cma-tab-icon {
	color: #7c3aed;
}
body.page-template-pagescustomer-my-account-php .cma-sidebar-nav .cma-tab-label {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0;
	white-space: normal;
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 85;
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-top: 1px solid rgba(226,232,240,.9);
	padding-bottom: env(safe-area-inset-bottom, 0px);
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav__bar {
	width: 100%;
	height: 64px;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	box-shadow: 0 -2px 20px rgba(0,0,0,.06);
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav .cma-tab {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 0 .25rem;
	min-width: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
	color: #a1a1aa;
	transition: color .2s ease, transform .2s ease;
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav .cma-tab-label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav .cma-tab-icon {
	font-size: 1rem;
	line-height: 1;
	transition: transform .2s ease;
	width: auto;
	height: auto;
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav .cma-tab.is-active {
	color: #7c3aed;
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav .cma-tab.is-active .cma-tab-icon {
	transform: scale(1.15);
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav .cma-tab.is-active .cma-tab-icon::after {
	content: none;
}
body.page-template-pagescustomer-my-account-php .cma-mobile-nav-safe {
	display: none;
}
body.page-template-pagescustomer-my-account-php .cma-main {
	padding-bottom: 6.25rem;
}
@media (min-width: 768px) {
	body.page-template-pagescustomer-my-account-php .cma-mobile-nav {
		display: none;
	}
	body.page-template-pagescustomer-my-account-php .cma-sidebar-nav {
		display: block;
	}
	body.page-template-pagescustomer-my-account-php .cma-main {
		padding-bottom: 0;
	}
}

/* Customer bookings tab (modern cards) */
body.page-template-pagescustomer-my-account-php .cma-bookings-filters {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
}
body.page-template-pagescustomer-my-account-php .cma-filter-search {
	display: flex;
	align-items: center;
	gap: .5rem;
	background: #fff;
	border: 1px solid #e9d5ff;
	border-radius: .8rem;
	padding: .62rem .78rem;
	box-shadow: 0 2px 10px rgba(15,23,42,.04);
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}
body.page-template-pagescustomer-my-account-php .cma-filter-search--full {
	flex: 1 1 100%;
	min-width: 0;
}
body.page-template-pagescustomer-my-account-php .cma-filter-search i { color: #a78bfa; }
body.page-template-pagescustomer-my-account-php .cma-filter-search input {
	border: 0;
	outline: 0;
	width: 100%;
	font-size: .875rem;
	color: #1f2937;
}
body.page-template-pagescustomer-my-account-php .cma-filter-search input::placeholder { color: #94a3b8; }
body.page-template-pagescustomer-my-account-php .cma-status-pills {
	display: flex;
	gap: .5rem;
	overflow-x: auto;
	padding: .65rem .1rem .15rem;
	scrollbar-width: none;
}
body.page-template-pagescustomer-my-account-php .cma-status-pills::-webkit-scrollbar { display: none; }
body.page-template-pagescustomer-my-account-php .cma-status-pill {
	border: 1px solid #e9d5ff;
	background: #fff;
	color: rgba(15,23,42,.62);
	font-size: 11px;
	font-weight: 700;
	border-radius: 999px;
	padding: .34rem .75rem;
	white-space: nowrap;
}
body.page-template-pagescustomer-my-account-php .cma-status-pill.is-active {
	background: #0f172a;
	border-color: #0f172a;
	color: #fff;
}
body.page-template-pagescustomer-my-account-php .cma-booking-card--modern {
	background: #fff;
	border: 1px solid rgba(196,181,253,.45);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(15,23,42,.04);
}
body.page-template-pagescustomer-my-account-php .cma-booking-card {
	padding: 0;
}
body.page-template-pagescustomer-my-account-php .cma-booking-modern-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: .75rem;
	padding: 1rem 1rem .78rem;
	border-bottom: 1px solid #f1f5f9;
}
body.page-template-pagescustomer-my-account-php .cma-booking-modern-service {
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
	color: #312e81;
	font-weight: 700;
}
body.page-template-pagescustomer-my-account-php .cma-booking-modern-practitioner {
	margin: .22rem 0 0;
	font-size: 13px;
	color: rgba(15,23,42,.6);
}
body.page-template-pagescustomer-my-account-php .cma-booking-practitioner-link {
	color: #101010;
}
body.page-template-pagescustomer-my-account-php .cma-booking-practitioner-link:hover {
	color: #101010;
}
body.page-template-pagescustomer-my-account-php .cma-booking-modern-meta { padding: .66rem 1rem .78rem; }
body.page-template-pagescustomer-my-account-php .cma-booking-modern-meta-item {
	display: flex;
	align-items: center;
	gap: .45rem;
	font-size: 13px;
	color: rgba(15,23,42,.72);
	margin-bottom: .3rem;
}
body.page-template-pagescustomer-my-account-php .cma-booking-modern-meta-item:last-child { margin-bottom: 0; }
body.page-template-pagescustomer-my-account-php .cma-booking-modern-meta-item i { color: #a78bfa; width: 14px; }
body.page-template-pagescustomer-my-account-php .cma-booking-status {
	padding: .24rem .55rem;
	border-radius: .42rem;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: 1px solid #e4e4e7;
	color: #3f3f46;
	background: #fafafa;
}
body.page-template-pagescustomer-my-account-php .cma-booking-status--confirmed { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
body.page-template-pagescustomer-my-account-php .cma-booking-status--pending { background: #fffbeb; color: #b45309; border-color: #fde68a; }
body.page-template-pagescustomer-my-account-php .cma-booking-status--completed { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
body.page-template-pagescustomer-my-account-php .cma-booking-status--cancelled { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }
body.page-template-pagescustomer-my-account-php .cma-booking-modern-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	padding: .7rem 1rem;
	background: #fafafa;
	border-top: 1px solid #f1f5f9;
}
body.page-template-pagescustomer-my-account-php .cma-booking-modern-price {
	font-weight: 700;
	font-size: 15px;
	color: #111827;
}
body.page-template-pagescustomer-my-account-php .cma-card-actions--inline {
	margin: 0;
	display: flex;
	gap: .45rem;
}
body.page-template-pagescustomer-my-account-php .cma-btn-cancel-request,
body.page-template-pagescustomer-my-account-php .cma-btn-leave-tip,
body.page-template-pagescustomer-my-account-php .cma-btn-leave-review,
body.page-template-pagescustomer-my-account-php .cma-btn-view-review {
	border-radius: .55rem;
	padding: .38rem .65rem;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #e4e4e7;
	background: #fff;
	color: #1f2937;
	display: inline-flex;
	align-items: center;
	gap: .28rem;
}
body.page-template-pagescustomer-my-account-php .cma-btn-cancel-request {
	background: #fef2f2;
	border-color: #fecaca;
	color: #b91c1c;
}
body.page-template-pagescustomer-my-account-php .cma-btn-cancel-request:hover {
	background: #fee2e2;
	border-color: #fca5a5;
	color: #991b1b;
}
body.page-template-pagescustomer-my-account-php .cma-btn-leave-tip {
	background: #22c55e;
	border-color: #16a34a;
	color: #fff;
}
body.page-template-pagescustomer-my-account-php .cma-btn-leave-tip:hover {
	background: #16a34a;
	border-color: #15803d;
	color: #fff;
}
body.page-template-pagescustomer-my-account-php .cma-btn-leave-review {
	background: #fbbf24;
	border-color: #f59e0b;
	color: #78350f;
}
body.page-template-pagescustomer-my-account-php .cma-btn-leave-review:hover {
	background: #f59e0b;
	border-color: #d97706;
	color: #451a03;
}
body.page-template-pagescustomer-my-account-php .cma-bookings-empty {
	text-align: center;
	padding: 2.5rem 1rem;
}
body.page-template-pagescustomer-my-account-php .cma-bookings-empty-icon {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	margin: 0 auto .9rem;
	background: #f5f3ff;
	color: #c4b5fd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}
body.page-template-pagescustomer-my-account-php .cma-bookings-empty h3 { margin: 0 0 .35rem; font-size: 1.1rem; color: #0f172a; }
body.page-template-pagescustomer-my-account-php .cma-bookings-empty p { margin: 0 0 1rem; color: rgba(15,23,42,.6); }
/*!
Theme Name: Little Black Book
Theme URI: https://littleblackbook.co.uk
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Little Black Book by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
    font-family: 'Poppins', sans-serif;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}

body {
    margin: 0;
}

img {
    width: auto;
    max-width: 100%;
    border-style: none;
    display: block;
}

.content_wrap {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative {
    position: relative;
}

.block {
    display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10 {
    width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20 {
    width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    display: inherit;
}

.cnt_30 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30 {
    display: inherit;
}

.cnt_33 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.margin-right {
    margin: 0 0 20px;
}



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a:hover {
    cursor: pointer;
}

p {
    margin: 0;
    line-height: 1.5;
    color: #101010;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    line-height: 1;
}

img {
    width: auto;
    max-width: 100%;
    border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
    --green: #0F5D4F;
    --hover: #158A74;
    --light: #DFF4EF;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white {
    color: #fff;
}

.gradient {
    background: rgb(230, 0, 126);
    background: -moz-linear-gradient(312deg, rgba(230, 0, 126, 1) 0%, rgba(174, 0, 96, 1) 80%, rgba(115, 0, 63, 1) 100%);
    background: -webkit-linear-gradient(312deg, rgba(230, 0, 126, 1) 0%, rgba(174, 0, 96, 1) 80%, rgba(115, 0, 63, 1) 100%);
    background: linear-gradient(312deg, rgba(230, 0, 126, 1) 0%, rgba(174, 0, 96, 1) 80%, rgba(115, 0, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e", endColorstr="#73003f", GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
    margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span {
    color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
    color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover,
ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img,
.rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/


/*******************************
================================
SITE FOOTER — moved to assets/css/partials/site-footer.css
(enqueued from template-parts/site-footer.php)
================================
*******************************/



/*******************************
================================
register
================================
*******************************/

section.register {
    margin: 10px;
}

.register-slider img {
    aspect-ratio: 1/1;
    height: calc(100vh - 20px);
    object-fit: cover;
    border-radius: 20px;
}

.row.align-centre {
    align-items: center;
}

.register-logo img {
    width: 100px;
    height: auto;
}

.register-logo {
    position: absolute;
    top: 50px;
    right: 50%;
    transform: translateY(-50%);
}

.title h2 {
    font-weight: 400;
    margin: 0;
}

.title p {
    color: #9CA3AF;
    font-weight: 200;
}

.register-form-fields {
    margin-top: 10px;
}

.register-form-fields label {
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
}

.inpute-field {
    border: solid 1px #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin: 0 0 10px;
}

.inpute-field i {
    margin-right: 10px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

button.main-btn {
    border: solid 1px var(--green);
    width: 100%;
    padding: 8px 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: var(--green);
    transition: .5s;
}

button.main-btn:hover {
    color: var(--green);
    background: transparent;
}

.glide__bullets {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

button.glide__bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px var(--green);
    transition: .5s;
}

button.glide__bullet.glide__bullet--active,
button.glide__bullet:hover {
    background: var(--green);
    cursor: pointer;
}

.register-box {
    position: relative;
    height: calc(100vh - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

ul.glide__slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

header#masthead {
    display: none;
}

.profile-pic img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.profile-box {
    display: flex;
    align-items: center;
    border-left: solid 1px #f6f6f6;
    margin-left: 10px;
    padding-left: 10px;
}

.profile-info {
    margin-left: 5px;
}

.profile-info p {
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.profile-info span {
    font-size: 12px;
}

.col.right-col {
    display: flex;
    align-items: center;
}

.notification {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.align-ends {
    justify-content: space-between;
    align-items: center;
}

.col h2 {
    font-weight: 400;
    margin: 0;
}


section.offset {
    padding-left: 230px;
}

.personal-top h2 {
    font-weight: 400;
    font-size: 25px;
    margin: 0;
}

.profile-pic-large img {
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    object-fit: cover;
}

.profile-pic-large {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-area-edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

.profile-details span {
    font-weight: 500;
}

p {
    color: #82889C;
    font-weight: 300;
    line-height: 1.2;
}

.profile-about {
    margin: 0 0 30px;
}

.profile-inner {
    padding: 20px;
    box-shadow: 0 2px 4px 1px rgba(229, 229, 229, 0.70);
    border-radius: 20px;
    border: solid 1px #f6f6f6;
}

.top-bar {
    margin: 10px 0 20px;
}

button {
    background: var(--green);
    border: solid 1px var(--green);
    color: #fff;
    padding: 4px 16px;
    border-radius: 6px;
    transition: .5s;
}

button#sp-bm-close i {
    margin: 0;
}
button:hover {
    cursor: pointer;
}

ul.social-list-profile {
    padding: 0;
    list-style: none;
}

ul.social-list-profile li span:first-child {
    width: 160px;
}

ul.social-list-profile li {
    display: flex;
    padding: 10px;
    background: #179c83;
}

ul.social-list-profile li:nth-child(odd) {
    background: #158A74;
}

ul.social-list-profile li:first-child {
    background: #0F5D4F;
    color: #fff;
}

.row.spaced {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.space {
    margin: 10px;
}

.profile-row-opt {
    display: flex;
    align-items: center;
}

.profile-pic-large {
    width: 110px;
}

.profile-details {
    width: calc(100% - 110px);
}

/* Prescriber / legacy .sidebar-logo (template-parts/prescriber/sidebar.php) */
.sidebar-profile .sidebar-logo {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.sidebar-profile .sidebar-logo img {
	height: auto;
	width: 110px;
	max-width: 100%;
}

/* Prescriber shell pages — layout only (sidebar markup: template-parts/prescriber/sidebar.php) */
section.prescriber-profile-page .sidebar-profile,
section.prescriber-requests-page .sidebar-profile {
	display: none;
	width: 230px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 120;
	box-sizing: border-box;
	flex-direction: column;
	padding-right: 10px;
	border-right: 1px solid var(--lbb-border-subtle, #e4e4e7);
	background: var(--lbb-surface-raised, #fafafa);
}

@media (min-width: 1024px) {
	section.prescriber-profile-page .sidebar-profile,
	section.prescriber-requests-page .sidebar-profile {
		display: flex;
	}
	section.prescriber-profile-page.offset,
	section.prescriber-requests-page.offset {
		padding-left: 230px;
	}
}

section.prescriber-profile-page .sidebar-menu .menu-opt,
section.prescriber-requests-page .sidebar-menu .menu-opt {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--lbb-space-2, 0.5rem);
}

section.prescriber-profile-page .sidebar-menu .menu-opt li a,
section.prescriber-requests-page .sidebar-menu .menu-opt li a {
	display: flex;
	align-items: center;
	gap: var(--lbb-space-3, 0.75rem);
	padding: var(--lbb-space-3, 0.75rem) var(--lbb-space-4, 1rem);
	border-radius: var(--lbb-radius-md, 0.5rem);
	color: var(--lbb-text-muted, #71717a);
	text-decoration: none;
	font-weight: var(--lbb-weight-semibold, 600);
	font-size: var(--lbb-text-sm, 0.875rem);
	transition: background-color 0.15s ease, color 0.15s ease;
}

section.prescriber-profile-page .sidebar-menu .menu-opt li a:hover,
section.prescriber-requests-page .sidebar-menu .menu-opt li a:hover {
	background: var(--lbb-surface-sunken, #f4f4f5);
	color: var(--lbb-text-primary, #18181b);
}

section.prescriber-profile-page .sidebar-menu .menu-opt li.active a,
section.prescriber-requests-page .sidebar-menu .menu-opt li.active a {
	background: var(--lbb-brand-violet-500, #7c3aed);
	color: var(--lbb-text-on-brand, #fff);
	box-shadow: var(--lbb-glow-brand, 0 0 0 1px rgba(124, 58, 237, 0.2));
}

section.prescriber-profile-page .sidebar-menu .menu-opt li a i,
section.prescriber-requests-page .sidebar-menu .menu-opt li a i {
	font-size: var(--lbb-text-lg, 1.125rem);
	width: 20px;
	text-align: center;
}

/* =============================================================================
   Practitioner listing cards — light PMD surface (style-guide / pmd-form-swal parity)
   template-parts/practitioner-card.php — used on home, practitioners, etc.
   ============================================================================= */

.pmd-pr-card-wrap {
	position: relative;
}

.pmd-pr-card__fav.prl-fav-btn,
.prl-fav-btn.pmd-pr-card__fav {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #e4e4e7;
	color: #71717a;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 2px 8px rgba(24, 24, 27, 0.06);
}

.prl-fav-btn:hover {
	background: #fafafa;
	border-color: #d4d4d8;
	color: #7c3aed;
	box-shadow: 0 4px 14px rgba(124, 58, 237, 0.12);
}

.prl-fav-btn .fa-solid {
	display: none;
}
.prl-fav-btn .fa-regular {
	display: block;
}
.prl-fav-btn.is-favourite .fa-solid {
	display: block;
}
.prl-fav-btn.is-favourite .fa-regular {
	display: none;
}
.prl-fav-btn.is-favourite {
	color: #db2777;
}
.prl-fav-btn.is-favourite:hover {
	color: #ec4899;
}

.prl-card.pmd-pr-card {
	position: relative;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
}

.prl-card.pmd-pr-card:hover {
	border-color: #d4d4d8;
	box-shadow: 0 12px 32px rgba(24, 24, 27, 0.1);
	transform: translateY(-2px);
}

.pmd-pr-card__accent {
	display: block;
	height: 4px;
	width: 100%;
	flex-shrink: 0;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

.prl-card-body.pmd-pr-card__body {
	padding: 1.25rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.prl-card-top.pmd-pr-card__top {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
}

.prl-avatar.pmd-pr-card__avatar {
	width: 52px;
	height: 52px;
	border-radius: 0.875rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(124, 58, 237, 0.12);
	border: 1px solid #f4f4f5;
}

.prl-avatar--initials.pmd-pr-card__avatar {
	font-weight: 700;
	font-size: 1.05rem;
	color: #fff;
	letter-spacing: 0.02em;
}

.prl-avatar--photo.pmd-pr-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prl-card-info.pmd-pr-card__info {
	min-width: 0;
	flex: 1;
}

.prl-card-name-row.pmd-pr-card__name-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 2px;
}

.prl-card-name.pmd-pr-card__name {
	font-size: 0.95rem;
	font-weight: 700;
	color: #18181b;
	margin: 0;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.prl-verified-badge {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 2px 7px;
	border-radius: 999px;
	background: #f5f3ff;
	border: 1px solid #e9d5ff;
	color: #6d28d9;
}

.prl-verified-badge i {
	font-size: 0.6rem;
}

.prl-card-title.pmd-pr-card__title {
	font-size: 0.78rem;
	font-weight: 500;
	color: #52525b;
	margin: 0 0 3px;
}

.prl-card-tagline.pmd-pr-card__tagline {
	font-size: 0.78rem;
	color: #71717a;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
}

.prl-meta-row.pmd-pr-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.prl-pill.pmd-pr-card__pill {
	font-size: 0.72rem;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 999px;
	background: #faf5ff;
	border: 1px solid #ede9fe;
	color: #5b21b6;
	white-space: nowrap;
}

.prl-location.pmd-pr-card__location {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.75rem;
	color: #52525b;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prl-location.pmd-pr-card__location i {
	color: #7c3aed;
	font-size: 0.68rem;
	flex-shrink: 0;
}

.prl-rating-row.pmd-pr-card__rating {
	display: flex;
	align-items: center;
	gap: 0.375rem;
}

.prl-stars.pmd-pr-card__stars {
	display: flex;
	gap: 2px;
}

.prl-stars.pmd-pr-card__stars i {
	font-size: 0.65rem;
}

.prl-star--filled {
	color: #f59e0b;
}
.prl-star--empty {
	color: #d4d4d8;
}

.prl-rating-value.pmd-pr-card__rating-val {
	font-size: 0.78rem;
	font-weight: 700;
	color: #d97706;
}

.prl-rating-count.pmd-pr-card__rating-n {
	font-size: 0.72rem;
	color: #71717a;
}

.prl-social-row.pmd-pr-card__social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.prl-social-row.pmd-pr-card__social .prl-social-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.72rem;
	color: #52525b;
	transition: color 0.15s ease;
	cursor: pointer;
	text-decoration: none;
}

.prl-social-row.pmd-pr-card__social .prl-social-link:hover {
	color: #7c3aed;
}

.prl-social-row.pmd-pr-card__social .prl-social-link i {
	font-size: 0.7rem;
}

.prl-social-sep {
	color: #d4d4d8;
	font-size: 0.8rem;
}

.prl-card-footer.pmd-pr-card__footer {
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #f4f4f5;
	background: #fafafa;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.prl-availability.pmd-pr-card__avail {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.prl-availability-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
}

.prl-availability-dot--today {
	background: #10b981;
}
.prl-availability-dot--tomorrow {
	background: #f59e0b;
}

.prl-availability-label--today {
	color: #059669;
}
.prl-availability-label--tomorrow {
	color: #d97706;
}

.prl-availability-label {
	font-size: 0.75rem;
	font-weight: 600;
}

.prl-view-btn.pmd-pr-card__cta {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #7c3aed;
	transition: color 0.15s ease;
}

.prl-card.pmd-pr-card:hover .prl-view-btn.pmd-pr-card__cta {
	color: #6d28d9;
}

.prl-view-btn.pmd-pr-card__cta i {
	font-size: 0.7rem;
}

/* Empty grid state (shared listing pages) */
.prl-empty {
	text-align: center;
	padding: 3rem 2rem;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
}

.prl-empty-icon {
	width: 64px;
	height: 64px;
	background: #fafafa;
	border: 1px solid #e4e4e7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.25rem;
}

.prl-empty-icon i {
	font-size: 1.75rem;
	color: #a1a1aa;
}

.prl-empty h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #3f3f46;
	margin: 0 0 0.5rem;
}

.prl-empty p {
	font-size: 0.875rem;
	color: #71717a;
	max-width: 280px;
	margin: 0 auto 1.5rem;
}

.prl-empty-clear {
	background: #fff;
	border: 1px solid #e9d5ff;
	color: #7c3aed;
	border-radius: 0.75rem;
	padding: 8px 20px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.prl-empty-clear:hover {
	background: #faf5ff;
	border-color: #d8b4fe;
	color: #6d28d9;
}

/* =============================================================================
   Practitioner listing — search & filter toolbar (light PMD, style-guide parity)
   template-parts/practitioners/listing-section.php
   ============================================================================= */

.prl-filter-bar.pmd-prl-toolbar {
	position: relative;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
	overflow: hidden;
}

.pmd-prl-toolbar__accent {
	display: block;
	height: 4px;
	width: 100%;
	flex-shrink: 0;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

.pmd-prl-toolbar__inner {
	padding: 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	box-sizing: border-box;
}

.prl-search-wrap.pmd-prl-search {
	position: relative;
}

.prl-search-icon.pmd-prl-search__icon,
.prl-search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #a1a1aa;
	font-size: 0.875rem;
	pointer-events: none;
}

.prl-search-input.pmd-prl-search__input,
.prl-search-input {
	width: 100%;
	box-sizing: border-box;
	padding: 11px 42px 11px 40px;
	background: #fafafa;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
	color: #18181b;
	font-size: 0.875rem;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.prl-search-input::placeholder {
	color: #71717a;
}

.prl-search-input:focus {
	background: #fff;
	border-color: #c4b5fd;
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.prl-search-input::-webkit-search-cancel-button {
	display: none;
}

.prl-search-clear.pmd-prl-search__clear,
.prl-search-clear {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #71717a;
	font-size: 0.8rem;
	padding: 6px;
	border-radius: 999px;
	line-height: 1;
	transition: color 0.15s ease, background 0.15s ease;
}

.prl-search-clear:hover {
	color: #52525b;
	background: #f4f4f5;
}

.prl-chips-row.pmd-prl-chips {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.prl-chips-icon.pmd-prl-chips__icon,
.prl-chips-icon {
	color: #a1a1aa;
	font-size: 0.8rem;
	flex-shrink: 0;
}

.prl-chip.pmd-prl-chip,
.prl-chip {
	font-size: 0.75rem;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid #e4e4e7;
	background: #fff;
	color: #52525b;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	line-height: 1.25;
	font-family: inherit;
}

.prl-chip:hover {
	border-color: #d4d4d8;
	color: #18181b;
	background: #fafafa;
}

.prl-chip--active {
	background: #7c3aed;
	border-color: #7c3aed;
	color: #fff;
	box-shadow: 0 2px 8px rgba(124, 58, 237, 0.25);
}

.prl-chip--active:hover {
	background: #6d28d9;
	border-color: #6d28d9;
	color: #fff;
}

.prl-chip--available.pmd-prl-chip--avail,
.prl-chip--available {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.prl-chip--available.prl-chip--avail-on {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #047857;
}

.prl-chip--available.prl-chip--avail-on:hover {
	background: #d1fae5;
	border-color: #6ee7b7;
	color: #065f46;
}

.prl-available-dot.pmd-prl-chip__dot,
.prl-available-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d4d4d8;
	transition: background 0.15s ease;
	flex-shrink: 0;
}

.prl-chip--avail-on .prl-available-dot {
	background: #10b981;
}

.prl-chips-right.pmd-prl-chips__actions,
.prl-chips-right {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-left: auto;
	flex-wrap: wrap;
}

.prl-clear-all.pmd-prl-clear-all,
.prl-clear-all {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 600;
	color: #7c3aed;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding: 0;
	font-family: inherit;
	transition: color 0.15s ease;
}

.prl-clear-all:hover {
	color: #6d28d9;
}

.prl-results-count.pmd-prl-results,
.prl-results-count {
	font-size: 0.8rem;
	color: #71717a;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}

.prl-results-count strong {
	color: #18181b;
	font-weight: 600;
}

.prl-results-count em {
	font-style: normal;
	color: #7c3aed;
	font-weight: 600;
}

.prl-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1rem;
}

@media (max-width: 768px) {
	.prl-grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}

	.prl-chips-right {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.prl-grid {
		grid-template-columns: 1fr;
	}
}

/*******************************
================================
SWEET ALERT
================================
*******************************/


.swal2-dark-popup {
    border-radius: 12px;
    padding: 24px 24px 20px;
}

.swal2-dark-popup .swal2-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.swal2-dark-popup .swal2-html-container {
    margin: 10px 0 0;
}

section.modern-socials-section {
    position: relative;
}

main.modern-profile-content.mpp-content section {
    position: relative;
}

section.modern-business-section, section.modern-procedure-section {
    width: 100%;
}
/* Global SweetAlert2 Field Group Styling */
.swal2-popup-custom .swal2-field-group {
	text-align: left;
	margin-bottom: 16px;
	width: 100%;
	box-sizing: border-box;
}

.swal2-popup-custom .swal2-field-group label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #a1a1aa;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}

button.modern-photo-edit-btn.js-upload-profile-photo i {
    margin: 0;
}
/* Global Input Styling */
.swal2-popup-custom .swal2-input,
.swal2-popup-custom .swal2-textarea,
.swal2-popup-custom .swal2-select,
.swal2-popup-custom .swal2-file {
	border-radius: 8px;
	border: 1px solid rgba(75, 59, 84, 1);
	background: rgba(22, 17, 24, 0.5);
	color: #ffffff;
	box-shadow: none;
	padding: 10px 14px;
	font-size: 16px;
    width: 100%;
	box-sizing: border-box;
	margin: 0;
	transition: all 0.2s;
	display: block;
}

/* ── Date input: full-field clickable + styled ──────────────────── */
.swal2-popup-custom .swal2-input[type="date"] {
	cursor: pointer;
	position: relative;
	/* Dark colour-scheme so the browser-native picker renders dark */
	color-scheme: dark;
	/* Custom calendar icon (purple) as background */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239311d4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px 16px;
	padding-right: 38px;
}

/* Hide the browser's own calendar indicator — our icon handles it */
.swal2-popup-custom .swal2-input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.swal2-popup-custom .swal2-input[type="date"]::-webkit-inner-spin-button,
.swal2-popup-custom .swal2-input[type="date"]::-webkit-clear-button { display: none; }

/* Swap icon to lighter purple on focus/hover */
.swal2-popup-custom .swal2-input[type="date"]:hover,
.swal2-popup-custom .swal2-input[type="date"]:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e580ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

/* Placeholder text colour (shown before a date is chosen) */
.swal2-popup-custom .swal2-input[type="date"]::-webkit-datetime-edit-fields-wrapper { color: #ffffff; }
.swal2-popup-custom .swal2-input[type="date"]::-webkit-datetime-edit-text { color: rgba(147, 17, 212, 0.8); }
.swal2-popup-custom .swal2-input[type="date"]::-webkit-datetime-edit-month-field,
.swal2-popup-custom .swal2-input[type="date"]::-webkit-datetime-edit-day-field,
.swal2-popup-custom .swal2-input[type="date"]::-webkit-datetime-edit-year-field { color: #e2e8f0; }

/* Readonly input styling */
.swal2-popup-custom .swal2-input[readonly] {
	background: rgba(22, 17, 24, 0.3) !important;
	cursor: not-allowed !important;
	opacity: 0.7 !important;
	border-color: rgba(75, 59, 84, 0.5) !important;
}

.swal2-popup-custom .swal2-input[readonly]:focus {
	border-color: rgba(75, 59, 84, 0.5) !important;
	box-shadow: none !important;
}

.swal2-popup-custom .swal2-input:focus,
.swal2-popup-custom .swal2-textarea:focus,
.swal2-popup-custom .swal2-select:focus,
.swal2-popup-custom .swal2-file:focus {
	outline: none;
	border-color: rgba(147, 17, 212, 0.5);
	box-shadow: 0 0 10px rgba(147, 17, 212, 0.3);
}

.swal2-popup-custom .swal2-textarea {
	resize: vertical;
	min-height: 80px;
}

/* Backward compatibility */
.swal2-dark-popup .swal2-field-group {
	text-align: left;
	margin-bottom: 16px;
}

.swal2-dark-popup .swal2-field-group label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #9ca3af;
	margin-bottom: 4px;
}

.swal2-dark-popup .swal2-input,
.swal2-dark-popup .swal2-textarea,
.swal2-dark-popup .swal2-select {
	border-radius: 8px;
	border: 1px solid #374151;
	background: #020617;
	color: #e5e7eb;
	box-shadow: none;
}

.swal2-dark-popup .swal2-input:focus,
.swal2-dark-popup .swal2-textarea:focus,
.swal2-dark-popup .swal2-select:focus {
	outline: none;
	border-color: #22c55e;
	box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.4);
}

/* Backward compatibility - actions-right is now handled globally */
.swal2-actions-right {
    /* Styles now handled by .swal2-popup-custom .swal2-actions */
}

.swal2-btn-confirm {
    padding: 8px 18px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
}

.swal2-btn-cancel {
    padding: 8px 16px !important;
    border-radius: 999px !important;
    font-weight: 500 !important;
}

.clinic-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.clinic-gallery-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.procedure-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.procedure-gallery-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.swal-clinic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.swal-clinic-item {
    position: relative;
}

.swal-clinic-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.prl-fav-btn i {
    margin: 0;
}
.hp-header-logo {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

/* Base header layout — used by pages/home.php, pages/main-register.php and any page that includes template-parts/home-header.php */
.hp-header {
	position: relative;
	z-index: 20;
	max-width: 1280px;
	margin: 0 auto;
	padding: 1.25rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 640px) { .hp-header { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .hp-header { padding-left: 2rem; padding-right: 2rem; } }
.hp-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.hp-header-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 0;
	background: transparent;
	border-radius: 0;
}
.hp-header-logo img {
	display: block;
	max-height: 36px;
	width: auto;
}
.hp-header-logo-text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
}
.hp-header-nav {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.hp-header-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	height: 40px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding: 0 0.875rem;
	border-radius: 12px;
	border: 1px solid transparent;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.hp-header-link i { font-size: 0.8125rem; }
.hp-header-link--text {
	background: transparent;
	color: #d4d4d8;
	height: auto;
	min-height: 36px;
	padding: 0.5rem 0.75rem;
	border-radius: 10px;
}
.hp-header-link--text:hover { color: #fff; background: rgba(255,255,255,0.06); }
.hp-header-link--ghost,
.hp-header-link--secondary {
	background: transparent;
	color: #a1a1aa;
}
.hp-header-link--ghost:hover,
.hp-header-link--secondary:hover { color: #fff; background: rgba(255,255,255,0.08); }
.hp-header-link--outline,
.hp-header-link--cta {
	background: transparent;
	border-color: #3f3f46;
	color: #fff;
}
.hp-header-link--outline:hover,
.hp-header-link--cta:hover { border-color: #52525b; background: rgba(255,255,255,0.05); }

/* Active state */
.hp-header-link--active,
.hp-header-link--active:hover {
	color: #fff;
	font-weight: 600;
}
.hp-header-link--text.hp-header-link--active {
	background: rgba(139, 92, 246, 0.15);
	color: #a78bfa;
}
.hp-header-link--text.hp-header-link--active:hover {
	background: rgba(139, 92, 246, 0.2);
	color: #c4b5fd;
}
.hp-header-link--ghost.hp-header-link--active,
.hp-header-link--ghost.hp-header-link--active:hover,
.hp-header-link--secondary.hp-header-link--active,
.hp-header-link--secondary.hp-header-link--active:hover {
	background: rgba(139, 92, 246, 0.2);
	color: #a78bfa;
}
.hp-header-link--outline.hp-header-link--active,
.hp-header-link--outline.hp-header-link--active:hover,
.hp-header-link--cta.hp-header-link--active,
.hp-header-link--cta.hp-header-link--active:hover {
	border-color: #7c3aed;
	background: rgba(124, 58, 237, 0.2);
	color: #c4b5fd;
}

/* Home page shell — see .hp-page--light-hero, .hp-home-hero further down */
.hp-page { width: 100%; position: relative; }

/* Home header sticky + scrolled state */
.hp-header,
.pp-page-wrap .hp-header,
.about-page-wrap.pp-page-wrap .hp-header,
.contact-page-wrap.pp-page-wrap .hp-header,
.mr-page-wrap.pp-page-wrap .hp-header,
.pd-page-wrap.pp-page-wrap .hp-header,
.cd-page-wrap.pp-page-wrap .hp-header,
.cma-page-wrap.pp-page-wrap .hp-header,
.eula-page-wrap .hp-header,
.tc-page-wrap .hp-header {
	position: sticky !important;
	top: 0;
	z-index: 100;
	transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hp-header--scrolled,
.pp-page-wrap .hp-header--scrolled,
.about-page-wrap.pp-page-wrap .hp-header--scrolled,
.contact-page-wrap.pp-page-wrap .hp-header--scrolled,
.mr-page-wrap.pp-page-wrap .hp-header--scrolled,
.pd-page-wrap.pp-page-wrap .hp-header--scrolled,
.cd-page-wrap.pp-page-wrap .hp-header--scrolled,
.cma-page-wrap.pp-page-wrap .hp-header--scrolled,
.eula-page-wrap .hp-header--scrolled,
.tc-page-wrap .hp-header--scrolled {
	padding: 0.625rem 1rem !important;
	background: rgba(9, 9, 11, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(63, 63, 70, 0.6);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
@media (min-width: 640px) {
	.hp-header--scrolled { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
}
@media (min-width: 1024px) {
	.hp-header--scrolled { padding-left: 2rem !important; padding-right: 2rem !important; }
	.content_wrap.practitioner-finance-content {
		padding-top: 24px;
	}
}
.hp-header--scrolled .hp-header-logo img {
	max-height: 32px !important;
}
.hp-header--scrolled .hp-header-inner .hp-header-link,
.hp-header--scrolled .hp-header-actions .hp-header-link {
	height: 36px;
	padding: 0 0.75rem;
	font-size: 0.8125rem;
}
.hp-header--scrolled .hp-header-toggle {
	width: 36px;
	height: 36px;
}
.hp-header--scrolled .hp-header-toggle-bar:nth-child(1) { top: 12px; }
.hp-header--scrolled .hp-header-toggle-bar:nth-child(2) { top: 17px; }
.hp-header--scrolled .hp-header-toggle-bar:nth-child(3) { top: 22px; }
.hp-header--scrolled.hp-header--menu-open .hp-header-toggle .hp-header-toggle-bar:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
.hp-header--scrolled.hp-header--menu-open .hp-header-toggle .hp-header-toggle-bar:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

/* Fixed overlay menu: exclude from scrolled compact sizing, add scrolled-state styling */
.hp-header--menu-open .hp-header-nav .hp-header-link {
	height: 40px;
	padding: 0 1rem;
	font-size: 0.875rem;
}
.hp-header--scrolled.hp-header--menu-open .hp-header-nav {
	border-bottom: 1px solid rgba(63, 63, 70, 0.6);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
.hp-header--scrolled.hp-header--menu-open .hp-header-close {
	top: 0.75rem;
}

/* Home header toggle menu (mobile) */
.hp-header-actions {
	display: none;
	align-items: center;
	gap: 0.5rem;
}
.hp-header-toggle {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(63, 63, 70, 0.9);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	cursor: pointer;
	border-radius: 12px;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.hp-header-toggle:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #71717a;
}
.hp-header-toggle-bar {
	display: block;
	width: 16px;
	height: 1.5px;
	background: currentColor;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	transition: transform 0.25s ease, opacity 0.2s ease;
}
.hp-header-toggle-bar:nth-child(1) { top: 14px; }
.hp-header-toggle-bar:nth-child(2) { top: 19px; }
.hp-header-toggle-bar:nth-child(3) { top: 24px; }
.hp-header--menu-open .hp-header-toggle .hp-header-toggle-bar:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
.hp-header--menu-open .hp-header-toggle .hp-header-toggle-bar:nth-child(2) {
	opacity: 0;
}
.hp-header--menu-open .hp-header-toggle .hp-header-toggle-bar:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}
.hp-header-signin-only {
	display: none;
}
.hp-header-link--nav-desktop {
	display: inline-flex;
}
.hp-header-dropdown {
	position: relative;
}
.hp-header-dropdown-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	cursor: pointer;
	border: none;
	font: inherit;
}
.hp-header-dropdown-icon {
	font-size: 0.625rem;
	transition: transform 0.2s ease;
}
.hp-header-dropdown--open .hp-header-dropdown-icon {
	transform: rotate(180deg);
}
.hp-header-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	margin-top: 0.25rem;
	padding: 0.375rem 0;
	background: rgba(24, 24, 27, 0.98);
	border: 1px solid rgba(63, 63, 70, 0.6);
	border-radius: 0.5rem;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	z-index: 110;
}
.hp-header-dropdown--open .hp-header-dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.hp-header-dropdown-link {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	color: #d4d4d8;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}
.hp-header-dropdown-link:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}
.hp-header-dropdown-link--active {
	background: rgba(139, 92, 246, 0.15);
	color: #a78bfa;
}
.hp-header-link--mobile {
	display: none;
}
@media (min-width: 768px) {
	.hp-header-link--mobile {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hp-header-link--mobile {
		display: inline-flex;
	}
	.hp-header-dropdown--desktop {
		display: none !important;
	}
}
.hp-header-close {
	display: none;
}
@media (max-width: 767px) {
	.hp-header-close {
		display: flex;
		position: absolute;
		top: 1.25rem;
		right: 1rem;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 1px solid rgba(63, 63, 70, 0.9);
		background: rgba(255, 255, 255, 0.06);
		color: #fff;
		cursor: pointer;
		border-radius: 12px;
		transition: background 0.15s ease, border-color 0.15s ease;
	}
	.hp-header-close:hover {
		background: rgba(255, 255, 255, 0.12);
	}
	.hp-header-close i {
		font-size: 1.25rem;
	}
	.hp-header-inner {
		position: relative;
		z-index: 101;
	}
	.hp-header-actions {
		display: flex;
	}
	.hp-header-toggle {
		display: flex;
	}
	.hp-header-signin-only {
		display: inline-flex;
	}
	.hp-header-link--nav-desktop {
		display: none !important;
	}
	.hp-header-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(9, 9, 11, 0.98);
		backdrop-filter: blur(12px);
		flex-direction: column;
		justify-content: center;
		gap: 1rem;
		padding: 5rem 1.5rem 2rem;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.hp-header--menu-open .hp-header-nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.hp-header--menu-open .hp-header-nav .hp-header-link,
	.hp-header--menu-open .hp-header-nav .hp-header-dropdown {
		animation: hp-nav-fade-in 0.3s ease forwards;
	}
	.hp-header--menu-open .hp-header-nav .hp-header-link:nth-child(2) { animation-delay: 0.05s; }
	.hp-header--menu-open .hp-header-nav .hp-header-link:nth-child(3) { animation-delay: 0.1s; }
	.hp-header--menu-open .hp-header-nav .hp-header-link:nth-child(4) { animation-delay: 0.12s; }
	.hp-header--menu-open .hp-header-nav .hp-header-link:nth-child(5) { animation-delay: 0.15s; }
	.hp-header--menu-open .hp-header-nav .hp-header-dropdown:nth-child(6) { animation-delay: 0.15s; }
}
@media (min-width: 768px) {
	.hp-header-nav {
		display: flex;
	}
	.hp-header-nav .hp-header-link--cta,
	.hp-header-nav .hp-header-link--secondary,
	.hp-header-nav .hp-header-link--outline,
	.hp-header-nav .hp-header-link--ghost {
		margin-left: 0.125rem;
	}
	.hp-header-nav .hp-header-link--cta {
		margin-left: 0.75rem;
	}
}
@keyframes hp-nav-fade-in {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.swal-clinic-delete {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: none;
    background: rgba(15, 23, 42, 0.85);
    color: #f9fafb;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.swal-clinic-delete:hover {
    background: rgba(220, 38, 38, 0.9);
}



/*******************************
================================
MEDIA
================================
*******************************/

/*******************************
================================
NEW DESIGN
================================
*******************************/


.practitioner-dashboard-modern {
	background: #09060a;
	/* min-height: 100vh; */
	padding: 0;
}
.sidebar-logo img {
    filter: contrast(0);
}

.pd-alert-banner {
	background: rgba(209, 77, 255, 0.1);
	border: 1px solid rgba(209, 77, 255, 0.5);
	padding: 16px;
	border-radius: 12px;
	margin: 32px 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.2s ease;
}

.pd-alert-banner:hover {
	background: rgba(209, 77, 255, 0.15);
}

.pd-alert-content {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
}

.pd-alert-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #d14dff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	box-shadow: 0 0 25px rgba(209, 77, 255, 0.4);
}

.pd-alert-text h4 {
	font-weight: 700;
	color: #e599ff;
	margin: 0 0 4px 0;
	font-size: 14px;
}

.pd-alert-text p {
	margin: 0;
	font-size: 13px;
	color: #d1d5db;
}

.pd-alert-text a {
	color: white;
	text-decoration: underline;
	font-weight: 700;
}

.pd-schedule-info h4 {
    font-size: 22px;
    color: #fff;
}
.pd-alert-button {
	background: #d14dff;
	color: white;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 24px;
	border-radius: 8px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 0.2s ease;
	box-shadow: 0 0 20px rgba(209, 77, 255, 0.4);
}

.pd-alert-button:hover {
	background: #e599ff;
}

.pd-modern-header {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 32px;
	margin: 32px 32px 0;
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-template-pagesregister-php {
    background: #120d15;
}

body.page-template-pagespractitioner-dashboard-php,
body.page-template-pagespractitioner-calendar-php,
body.page-template-pagespractitioner-finance-php,
body.page-template-pagespractitioner-finance-expenses-php,
body.page-template-pagespractitioner-finance-orders-php,
body.page-template-pagespractitioner-customers-php,
body.page-template-pages-single-customers-php,
body.page-template-pagespractitioner-reviews-php,
body.page-template-pagespractitioner-settings-php,
body.page-template-pagespractitioner-vouchers-php,
body.page-template-pagespractitioner-waiting-list-php,
body.page-template-pagespractitioner-prescribers-php,
body.page-template-pagespractitioner-services-php,
body.page-template-pagespractitioner-complete-profile-php,
body.page-template-pagespractitioner-onboarding-php {
    /* background: #09060a; */
}

.request-actions button i {
    margin: 0;
}
.pd-stat-card-modern:hover {
    border-left: 4px solid #d14dff;
    box-shadow: 0 0 25px rgba(209, 77, 255, 0.4);
}

.pd-stat-card-modern {
    transition: .5s;
}

header.pd-modern-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
	opacity: 70%;
    background-image: url(/wp-content/uploads/2026/01/3.jpg);
    background-size: cover;
    background-position: center;
}

.pd-header-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.4;
}

.pd-header-content {
	position: relative;
	z-index: 10;
}

.pd-header-content h2 {
	font-size: 2.5rem;
	font-weight: 800;
	color: white;
	margin: 0 0 8px 0;
	letter-spacing: -0.02em;
}

.pd-header-content p {
	color: #e599ff;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.pd-stats-modern {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 24px;
	padding: 32px;
}

.pd-stat-card-modern {
	background: rgba(22, 14, 28, 0.9);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(209, 77, 255, 0.25);
	border-radius: 12px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pd-stat-profile {
	flex-direction: row;
}

.pd-stat-progress-circle {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pd-stat-progress-circle span {
	font-size: 14px;
	font-weight: 800;
	color: #e599ff;
	text-shadow: 0 0 10px rgba(209, 77, 255, 0.5);
}

.pd-stat-info {
	flex: 1;
}

.pd-stat-label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #9ca3af;
	margin: 0 0 8px 0;
}

.pd-stat-info h3 {
	font-size: 16px;
	font-weight: 700;
	color: white;
	margin: 0 0 4px 0;
	line-height: 1.2;
}

.pd-stat-subtext {
	font-size: 12px;
	color: #6b7280;
	margin: 0 0 12px 0;
}

.pd-profile-complete-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #d14dff;
	color: white;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 0 15px rgba(209, 77, 255, 0.4);
	margin-top: 8px;
}

.pd-profile-complete-btn:hover {
	background: #e599ff;
	box-shadow: 0 0 20px rgba(209, 77, 255, 0.6);
	transform: translateY(-1px);
}

.pd-stat-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

.pd-stat-icon {
	color: #e599ff;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.pd-stat-value-row {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.pd-stat-value-row h3 {
	font-size: 3rem;
	font-weight: 700;
	color: white;
	margin: 0;
	line-height: 1;
}

.pd-stat-trend {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 4px;
}

.pd-trend-up {
	color: #34d399;
}

.pd-trend-up::before {
	content: "↑";
	font-size: 12px;
}

.pd-trend-down {
	color: #ef4444;
}

.pd-trend-down::before {
	content: "↓";
	font-size: 12px;
}

.pd-stat-revenue {
	flex-direction: column;
	align-items: flex-start;
	background: rgba(22, 14, 28, 0.9);
}

.pd-stat-progress-bar {
	width: 100%;
	height: 6px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 9999px;
	margin-top: 8px;
	overflow: hidden;
}

.pd-stat-progress-fill {
	height: 100%;
	background: #d14dff;
	border-radius: 9999px;
	box-shadow: 0 0 8px rgba(209, 77, 255, 1);
}

.pd-schedule-modern {
	padding: 0 32px 32px;
}

.pd-schedule-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-bottom: 16px;
	margin-bottom: 24px;
    flex-wrap: wrap;
}

.pd-schedule-header h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: white;
	margin: 0;
	letter-spacing: -0.01em;
}

.pd-view-all-link {
	color: #e599ff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.pd-view-all-link:hover {
	text-decoration: underline;
}

.pd-schedule-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pd-schedule-item {
	background: rgba(22, 14, 28, 0.9);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 20px 24px 44px;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	transition: all 0.2s ease;
	cursor: pointer;
}

.pd-schedule-item:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(209, 77, 255, 0.5);
}

.pd-schedule-completed {
	opacity: 0.6;
}

.pd-schedule-date-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0 0 8px 0;
}

.pd-schedule-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.pd-schedule-header-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 4px;
}

.pd-schedule-header-row h4 {
	font-weight: 700;
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.pd-time-inline {
	font-size: 13px;
	color: #e599ff;
	font-weight: 600;
	white-space: nowrap;
}

.pd-schedule-service {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 6px 0;
}

.pd-schedule-notes {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 1.4;
	font-style: italic;
}

.pd-schedule-internal-notes {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 1.4;
	border-left: 2px solid rgba(209, 77, 255, 0.4);
	padding-left: 8px;
}

.pd-schedule-info p {
	font-size: 13px;
	color: #9ca3af;
	margin: 0;
}

.pd-schedule-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	flex-shrink: 0;
}

.pd-schedule-price-row {
	display: flex;
	align-items: center;
	gap: 6px;
	position: absolute;
	bottom: 14px;
	right: 24px;
}

.pd-schedule-price {
	font-size: 14px;
	font-weight: 700;
	color: #34d399;
}

.pd-schedule-payment-icon {
	font-size: 28px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
}

.pd-schedule-payment-icon i {
	display: block;
    font-size: 12px;
}

.pd-status-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.pd-status-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #6b7280;
	font-weight: 700;
}

.pd-status-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #34d399;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.pd-status-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 8px #34d399;
	animation: pulse 2s infinite;
}

.pd-status-confirmed .pd-status-dot {
	background: #34d399;
	box-shadow: 0 0 8px #34d399;
}

.pd-status-pending .pd-status-dot {
	background: #e599ff;
	box-shadow: 0 0 10px #e599ff;
}

.pd-schedule-more {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.05);
	color: #9ca3af;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.pd-schedule-view {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #d1d5db;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.pd-schedule-item:hover .pd-schedule-view {
	background: #d14dff;
	border-color: #d14dff;
	color: white;
}

.pd-empty-schedule {
	text-align: center;
	padding: 40px 20px;
	color: #9ca3af;
}

.pd-bottom-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 32px;
	padding: 0 32px 32px;
}

.pd-popular-services,
.pd-reminders {
	background: rgba(22, 14, 28, 0.9);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 24px;
}

.pd-popular-services h3,
.pd-reminders h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 24px 0;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	gap: 8px;
}

.pd-popular-services h3 i {
	color: #fbbf24;
}

.pd-reminders h3 i {
	color: #e599ff;
}

.pd-services-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pd-service-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pd-service-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.pd-service-name {
	color: #101010;
	font-weight: 500;
}

.pd-service-count {
	color: #e599ff;
	font-weight: 700;
}

.pd-service-progress {
	width: 100%;
	height: 8px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 9999px;
	overflow: hidden;
}

.pd-service-progress-fill {
	height: 100%;
	background: #d14dff;
	border-radius: 9999px;
	box-shadow: 0 0 10px rgba(209, 77, 255, 0.5);
}

.pd-no-services {
	color: #9ca3af;
	margin: 0;
}

.pd-reminders {
	background: linear-gradient(to bottom right, rgba(209, 77, 255, 0.2), transparent);
	border: 1px solid rgba(209, 77, 255, 0.3);
}

.pd-reminder-card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	background: rgba(0, 0, 0, 0.3);
	padding: 16px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.pd-reminder-icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: rgba(209, 77, 255, 0.2);
	border: 1px solid rgba(209, 77, 255, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pd-reminder-icon i {
	color: #e599ff;
	font-size: 24px;
}

.pd-reminder-content {
	flex: 1;
}

.pd-reminder-title {
	font-weight: 700;
	color: white;
	font-size: 18px;
	margin: 0 0 8px 0;
}

.pd-reminder-text {
	font-size: 14px;
	color: #d1d5db;
	margin: 0 0 16px 0;
	line-height: 1.5;
}

.pd-reminder-button {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	background: #d14dff;
	color: white;
	padding: 10px 24px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 0 20px rgba(209, 77, 255, 0.4);
}

.pd-reminder-button:hover {
	background: #e599ff;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

@media (max-width: 1024px) {
	.pd-stats-modern {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.pd-bottom-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.pd-alert-banner,
	.pd-modern-header,
	.pd-stats-modern,
	.pd-schedule-modern,
	.pdd-next-appt,
	.pd-bottom-section {
		margin-left: 16px;
		margin-right: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.pd-stats-modern {
		grid-template-columns: 1fr;
	}
	
	.pd-header-content h2 {
		font-size: 1.5rem;
	}
	
	.pd-status-info {
		display: none;
	}
}

/* Custom SweetAlert2 styling - Base Theme */
.swal2-popup {
	background: #161118 !important;
	border: 1px solid rgba(75, 59, 84, 0.5) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
}

.swal2-popup-custom {
	background: #161118 !important;
	border: 1px solid rgba(75, 59, 84, 0.5) !important;
	border-radius: 12px !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
}

.swal2-title {
	color: #ffffff !important;
	font-weight: 700 !important;
}

.swal2-content, .swal2-html-container {
	color: #d1d5db !important;
}

.swal2-html-container-custom {
	padding: 24px !important;
	margin: 0 !important;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	flex: 1;
}

.swal2-html-container-custom::-webkit-scrollbar {
	width: 6px;
}

.swal2-html-container-custom::-webkit-scrollbar-track {
	background: transparent;
}

.swal2-html-container-custom::-webkit-scrollbar-thumb {
	background: #4b3b54;
	border-radius: 10px;
}

.swal2-backdrop-show {
	backdrop-filter: blur(8px);
	background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Hide default SweetAlert2 elements for custom modals */
.swal2-popup-custom .swal2-icon {
	display: none !important;
}

.swal2-popup-custom .swal2-title {
	display: none !important;
}

/* Modal type classes - explicit roles instead of conditional selectors */
.swal--form .swal2-actions,
.swal--confirm .swal2-actions {
	display: flex !important;
}

/* Hide actions for notice modals (success, error, info, warning) */
.swal--notice .swal2-actions {
	display: flex !important;
}

/* Hide actions for modals without explicit role (custom content modals) */
.swal2-popup-custom:not(.swal--form):not(.swal--confirm):not(.swal--notice) .swal2-actions {
	display: none !important;
}

/* Main Swal Actions - Right aligned with consistent spacing */
.swal2-popup-custom .swal2-actions {
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
	gap: 12px !important;
	margin: 0 !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding: 0 24px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Backward compatibility */
.swal2-edit-appointment,
.swal2-confirm-modal {
	/* These classes still work but swal--form and swal--confirm are preferred */
}

/* Consistent button styling */
.swal2-popup-custom .swal2-confirm,
.swal2-popup-custom .swal2-cancel,
.swal2-popup-custom .swal2-deny {
	margin: 0 !important;
	padding: 10px 20px !important;
	min-width: auto !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.swal2-popup-custom .swal2-confirm {
	background: #9311d4 !important;
	border: none !important;
	border-radius: 8px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	box-shadow: 0 4px 12px rgba(147, 17, 212, 0.2) !important;
	transition: all 0.2s !important;
}

.swal2-popup-custom .swal2-confirm:hover {
	background: rgba(147, 17, 212, 0.9) !important;
	transform: scale(0.98) !important;
}

.swal2-popup-custom .swal2-cancel {
	background: rgba(239, 68, 68, 0.1) !important;
	color: #ef4444 !important;
	border: 1px solid rgba(239, 68, 68, 0.2) !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	transition: all 0.2s !important;
}

.swal2-popup-custom .swal2-cancel:hover {
	background: rgba(239, 68, 68, 0.2) !important;
}

.swal2-popup-custom .swal2-deny {
	background: rgba(245, 158, 11, 0.1) !important;
	color: #f59e0b !important;
	border: 1px solid rgba(245, 158, 11, 0.2) !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	transition: all 0.2s !important;
}

/* Hide buttons that are not displayed */
.swal2-popup-custom .swal2-actions button[style*="display: none"] {
	display: none !important;
}

.swal2-deny:hover {
	background: rgba(245, 158, 11, 0.2) !important;
}

/* Icon colors */
.swal2-icon.swal2-success {
	border-color: #10b981 !important;
	color: #10b981 !important;
}

.swal2-icon.swal2-error {
	border-color: #ef4444 !important;
	color: #ef4444 !important;
}

.swal2-icon.swal2-warning {
	border-color: #f59e0b !important;
	color: #f59e0b !important;
}

.swal2-icon.swal2-info {
	border-color: #9311d4 !important;
	color: #9311d4 !important;
}

.swal2-icon.swal2-question {
	border-color: #9311d4 !important;
	color: #9311d4 !important;
}

@media (min-width: 768px) {


    /* global */

    .cnt_10 {
        width: 25%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_20 {
        width: 50%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_25 {
        width: 50%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_30 {
        width: 50%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_33 {
        width: 50%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }
}

@media (min-width: 1024px) {

    /* global */


    .margin-right {
        margin: 0 20px 0 0;
    }

    .margin-left {
        margin: 0 0 0 20px;
    }

    .row {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .table {
        display: table;
    }

    .cell {
        display: table-cell;
        vertical-align: middle;
    }

    .relative {
        position: relative;
    }

    .block {
        display: inline-block;
    }

    .short {
        width: 90%;
        margin: 0 auto;
    }

    .cnt_10 {
        width: 10%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_20 {
        width: 20%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_25 {
        width: 25%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_30 {
        width: 30%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_33 {
        width: 33.33333%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_40 {
        width: 40%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_50 {
        width: 50%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_60 {
        width: 60%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_70 {
        width: 70%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_80 {
        width: 80%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_90 {
        width: 90%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    .cnt_full {
        width: 100%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }

    /* Practitioner Services table */
    .practitioner-services .services-table {
        list-style: none;
        margin: 20px 0 0;
        padding: 0;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.35);
        background: rgba(15, 23, 42, 0.8);
    }

    .practitioner-services .services-table-head,
    .practitioner-services .services-table-row {
        display: grid;
        grid-template-columns:
            minmax(0, 2.2fr)
            /* Service */
            minmax(0, 1.2fr)
            /* Price */
            minmax(0, 1.0fr)
            /* Duration */
            minmax(0, 1.4fr);
        /* Actions */
        gap: 12px;
        padding: 12px 18px;
        align-items: center;
    }

    .practitioner-services .services-table-head {
        background: linear-gradient(90deg, rgba(15, 23, 42, 0.98), rgba(30, 64, 175, 0.9));
        border-bottom: 1px solid rgba(148, 163, 184, 0.4);
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #9ca3af;
    }

    .practitioner-services .services-table-row:nth-child(even) {
        background: rgba(15, 23, 42, 0.78);
    }

    .practitioner-services .services-table-row:nth-child(odd) {
        background: rgba(15, 23, 42, 0.6);
    }

    .practitioner-services .services-title {
        font-weight: 600;
        color: #e5e7eb;
    }

    .practitioner-services .services-category {
        color: #38bdf8;
        /* accent blue from theme */
        font-size: 14px;
    }

    .practitioner-services .services-price,
    .practitioner-services .services-duration {
        font-size: 14px;
        color: #e5e7eb;
        text-align: left;
        white-space: nowrap;
    }

    .practitioner-services .services-actions {
        display: flex;
        justify-content: flex-start;
        gap: 8px;
    }

    .practitioner-services .services-actions .service-action-edit,
    .practitioner-services .services-actions .service-action-delete {
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.5);
        background: rgba(15, 23, 42, 0.9);
        color: #e5e7eb;
        cursor: pointer;
        transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    }

    .practitioner-services .services-actions .service-action-edit:hover {
        border-color: #22c55e;
        background: rgba(34, 197, 94, 0.15);
    }

    .practitioner-services .services-actions .service-action-delete:hover {
        border-color: #ef4444;
        background: rgba(239, 68, 68, 0.15);
    }
}

/* =================================
   GLOBAL BUTTON STYLES
   Reusable button classes for consistent styling across the site
   Based on practitioner-dashboard.php button patterns
   ================================= */

/* Base button styles */
.pmd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	text-decoration: none;
	line-height: 1.5;
	white-space: nowrap;
	font-family: inherit;
}

.pmd-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.pmd-btn i,
.pmd-btn [class*="fa-"],
.pmd-btn [class*="material-symbols"] {
	font-size: 16px;
}

/* Primary button (main action - purple theme) */
.pmd-btn-primary {
	background: #9311d4;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(147, 17, 212, 0.2);
}

.pmd-btn-primary:hover:not(:disabled) {
	background: rgba(147, 17, 212, 0.9);
	transform: scale(0.98);
	box-shadow: 0 6px 16px rgba(147, 17, 212, 0.3);
}

.pmd-btn-primary:active:not(:disabled) {
	transform: scale(0.96);
}

/* Alternative/Secondary button (outlined purple) */
.pmd-btn-secondary {
	background: rgba(191, 51, 255, 0.1);
	color: #bf33ff;
	border: 1px solid rgba(191, 51, 255, 0.2);
}

.pmd-btn-secondary:hover:not(:disabled) {
	background: rgba(191, 51, 255, 0.2);
	border-color: rgba(191, 51, 255, 0.3);
}

/* Cancel button (destructive action - red) */
.pmd-btn-cancel {
	background: rgba(239, 68, 68, 0.1);
	color: #ef4444;
	border: 1px solid rgba(239, 68, 68, 0.2);
}

.pmd-btn-cancel:hover:not(:disabled) {
	background: rgba(239, 68, 68, 0.2);
	border-color: rgba(239, 68, 68, 0.3);
}

/* Approve/Success button (green) */
.pmd-btn-approve {
	background: #10b981;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.pmd-btn-approve:hover:not(:disabled) {
	background: #059669;
	box-shadow: 0 6px 16px rgba(16, 185, 129, 0.3);
	transform: scale(0.98);
}

.pmd-btn-approve:active:not(:disabled) {
	transform: scale(0.96);
}

/* Warning button (orange/yellow) */
.pmd-btn-warning {
	background: rgba(245, 158, 11, 0.1);
	color: #f59e0b;
	border: 1px solid rgba(245, 158, 11, 0.2);
}

.pmd-btn-warning:hover:not(:disabled) {
	background: rgba(245, 158, 11, 0.2);
	border-color: rgba(245, 158, 11, 0.3);
}

/* Button sizes */
.pmd-btn-small {
	padding: 6px 12px;
	font-size: 12px;
	height: 32px;
}
p.pd-schedule-internal-notes {
    margin-top: 10px;
}
.pmd-btn-small i,
.pmd-btn-small [class*="fa-"],
.pmd-btn-small [class*="material-symbols"] {
	font-size: 14px;
}

.pmd-btn-large {
	padding: 14px 28px;
	font-size: 16px;
	height: 48px;
}

.pmd-btn-large i,
.pmd-btn-large [class*="fa-"],
.pmd-btn-large [class*="material-symbols"] {
	font-size: 18px;
}

/* Full width button */
.pmd-btn-full {
	width: 100%;
}

/* Icon-only button (square) */
.pmd-btn-icon {
	padding: 10px;
	width: 40px;
	height: 40px;
	min-width: 40px;
}

.pmd-btn-icon.pmd-btn-small {
	padding: 6px;
	width: 32px;
	height: 32px;
	min-width: 32px;
}

.pmd-btn-icon.pmd-btn-large {
	padding: 14px;
	width: 48px;
	height: 48px;
	min-width: 48px;
}

/* Button with icon on left (default) */
.pmd-btn-icon-left i,
.pmd-btn-icon-left [class*="fa-"],
.pmd-btn-icon-left [class*="material-symbols"] {
	margin-right: 8px;
}

/* Button with icon on right */
.pmd-btn-icon-right {
	flex-direction: row-reverse;
}

.pmd-btn-icon-right i,
.pmd-btn-icon-right [class*="fa-"],
.pmd-btn-icon-right [class*="material-symbols"] {
	margin-left: 8px;
	margin-right: 0;
}

section.offset {
    padding: 0;
}


.style-box {
    background: linear-gradient(to bottom right, rgba(209, 77, 255, 0.2), transparent);
    border: 1px solid rgba(209, 77, 255, 0.3);
}
button.pd-schedule-view {
    display: none;
}

@media (max-width: 1023px){
    .pf-nav-card-icon {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 20%;
        z-index: 1;
    }
    
    button.modern-edit-profile-btn.js-edit-section {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 9px;
    }
    
    .modern-profile-card {
        position: relative;
    }
    header.modern-profile-header {
        display: none;
    }
    span.modern-services-stats-badge {
        position: absolute;
        top: 5px;
        right: 15px;
    }
    
    .modern-services-stats-card {
        position: relative;
    }
    .calendar-modern-availability-link {
        margin: 0 0 10px;
    }
    span.calendar-month-today-label {
        display: none;
    }
    .calendar-modern-day-header-left {
        flex-wrap: wrap;
    }
.pf-recent-activity-icon.icon-credit {
    display: none;
}
.pf-nav-card-inner h4, .pf-nav-card-inner p {
    position: relative;
    z-index: 9;
}
    .pf-nav-card {
        position: relative;
    }
    .pd-schedule-item {
        padding: 10px;
    }
    .pd-view-all-link {
        margin-top: 5px;
    }
    
    .pd-schedule-info p {
        display: flex;
        flex-direction: column;
    }
    .pf-payment-banner-icon {
        display: none!important;
    }
    
}

@media (min-width: 1024px) {
    button.pd-schedule-view {
        display: block;
    }
    .pd-modern-header {
        min-height: 220px;
    }

    .practitioner-dashboard-page .calendar-modern-header {
        display: flex;
    }
}




/* ======================================================================
   Practitioner Dashboard (migrated from pages/practitioner-dashboard.php)
   ======================================================================

			.pd-bookings-tabs-section {
				background: #1a1221;
				border: 1px solid rgba(255, 255, 255, 0.06);
				border-radius: 16px;
				padding: 20px;
				margin: 16px;
			}

			.pd-bookings-tabs-header {
				display: flex;
				align-items: center;
				justify-content: flex-end;
				margin-bottom: 20px;
			}

			.pd-bookings-tabs-labels {
				display: flex;
				background: rgba(255, 255, 255, 0.05);
				border-radius: 10px;
				padding: 3px;
				gap: 2px;
			}

			.pd-bookings-tab {
				background: none;
				border: none;
				color: #6b7280;
				font-size: 13px;
				font-weight: 600;
				padding: 6px 18px;
				border-radius: 8px;
				cursor: pointer;
				transition: background 0.18s, color 0.18s;
				white-space: nowrap;
			}

			.pd-bookings-tab:hover {
				color: #d1d5db;
			}

			.pd-bookings-tab.is-active {
				background: #9333ea;
				color: #fff;
			}

			.pd-bookings-tabs-body {
				display: flex;
			}

			.pd-bookings-period {
				display: flex;
				align-items: center;
				gap: 0;
				width: 100%;
			}

			.pd-bookings-period[hidden] {
				display: none;
			}

			.pd-bookings-stat {
				flex: 1;
				display: flex;
				align-items: center;
				gap: 14px;
				padding: 4px 8px;
			}

			.pd-bookings-stat-icon {
				width: 44px;
				height: 44px;
				border-radius: 12px;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 18px;
				flex-shrink: 0;
			}

			.pd-bookings-icon-bookings {
				background: rgba(147, 51, 234, 0.15);
				color: #a855f7;
			}

			.pd-bookings-icon-cancellations {
				background: rgba(239, 68, 68, 0.12);
				color: #f87171;
			}

			.pd-bookings-stat-info {
				display: flex;
				flex-direction: column;
				gap: 2px;
			}

			.pd-bookings-stat-label {
				font-size: 11px;
				font-weight: 600;
				color: #6b7280;
				text-transform: uppercase;
				letter-spacing: 0.06em;
			}

			.pd-bookings-stat-value {
				font-size: 28px;
				font-weight: 800;
				color: #fff;
				line-height: 1;
			}

			.pd-bookings-divider {
				width: 1px;
				height: 48px;
				background: rgba(255, 255, 255, 0.07);
				flex-shrink: 0;
			}

			.pd-reminder-icon {
				display: none;
			}

			.pd-reminder-card {
				padding: 0;
				background: transparent;
				border: none;
			}

			@media (min-width: 768px) {
				.pd-reminder-icon {
					display: flex;
				}

				
			.pd-reminder-card {
				padding: 16px;
				background: rgba(0, 0, 0, 0.3);
				border: 1px solid rgba(255, 255, 255, 0.05);
			}
		}

		/* Cancellation Requests – style guide (zinc-900, violet accents, rounded-2xl) */
		.pd-cancel-requests-section {
			margin: 16px;
			background: rgba(24,24,27,0.6);
			border: 1px solid rgba(139,92,246,0.2);
			border-radius: 1.25rem;
			padding: 1.5rem 1.75rem;
			backdrop-filter: blur(8px);
		}
		.pd-cancel-requests-header {
			margin-bottom: 1.25rem;
			padding-bottom: 1rem;
			border-bottom: 1px solid rgba(63,63,70,0.6);
		}
		.pd-cancel-requests-header h3 {
			margin: 0;
			font-size: 1rem;
			font-weight: 700;
			color: #fff;
			display: flex;
			align-items: center;
			gap: 8px;
		}
		.pd-cancel-requests-header h3 i { color: #f87171; }
		.pd-cancel-requests-list {
			display: flex;
			flex-direction: column;
			gap: 1rem;
		}
		.pd-cancel-loading, .pd-cancel-empty {
			color: #71717a;
			font-size: 0.9rem;
			margin: 0;
			padding: 1rem 0;
		}
		.pd-cancel-request-card {
			background: rgba(22,22,26,0.6);
			border: 1px solid rgba(63,63,70,0.6);
			border-radius: 1rem;
			padding: 1.25rem 1.5rem;
			transition: border-color 0.2s;
		}
		.pd-cancel-request-card:hover {
			border-color: rgba(139,92,246,0.3);
		}
		.pd-cancel-request-client { font-size: 1rem; font-weight: 700; color: #fff; margin: 0 0 0.375rem; }
		.pd-cancel-request-contact { font-size: 0.85rem; color: #a1a1aa; margin: 0 0 0.5rem; }
		.pd-cancel-request-contact a { color: #a78bfa; text-decoration: none; }
		.pd-cancel-request-contact a:hover { text-decoration: underline; }
		.pd-cancel-request-meta { font-size: 0.85rem; color: #a1a1aa; margin: 0 0 0.5rem; }
		.pd-cancel-request-note {
			font-size: 0.875rem;
			color: #d4d4d8;
			margin: 0 0 1rem;
			padding: 1rem;
			background: rgba(9,9,11,0.4);
			border: 1px solid rgba(63,63,70,0.5);
			border-radius: 0.75rem;
			line-height: 1.5;
		}
		.pd-cancel-request-actions {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			margin-top: 1rem;
			padding-top: 1rem;
			border-top: 1px solid rgba(63,63,70,0.6);
		}
		.pd-cancel-confirm-btn {
			padding: 0.5rem 1.25rem;
			background: linear-gradient(135deg, #10b981, #059669);
			border: none;
			border-radius: 0.75rem;
			color: #fff;
			font-size: 0.875rem;
			font-weight: 600;
			cursor: pointer;
			transition: opacity 0.2s, box-shadow 0.2s;
		}
		.pd-cancel-confirm-btn:hover { opacity: 0.95; box-shadow: 0 0 20px rgba(16,185,129,0.35); }
		.pd-cancel-confirm-btn:disabled { opacity: 0.5; cursor: not-allowed; box-shadow: none; }
		.pd-cancel-swal-radios { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 16px; }
		.pd-cancel-swal-radios .pd-cancel-radio {
			display: flex;
			align-items: center;
			gap: 0.75rem;
			padding: 0.75rem 1rem;
			background: rgba(22, 17, 24, 0.5);
			border: 1px solid rgba(75, 59, 84, 1);
			border-radius: 8px;
			color: #d1d5db;
			font-size: 0.9375rem;
			font-weight: 500;
			cursor: pointer;
			transition: border-color 0.2s, box-shadow 0.2s;
		}
		.pd-cancel-swal-radios .pd-cancel-radio:hover { border-color: rgba(147, 17, 212, 0.5); box-shadow: 0 0 10px rgba(147, 17, 212, 0.2); }
		.pd-cancel-swal-radios .pd-cancel-radio input[type="radio"] { accent-color: #9311d4; width: 1rem; height: 1rem; }

/* ======================================================================
   Practitioner Dashboard — light shell overrides (.pdd-lite)
   ====================================================================== */

section.practitioner-dashboard-page.pdd-lite {
	background: var(--lbb-surface-raised);
	min-height: 100vh;
}

/* Main column: full width beside sidebar, same surface as dashboard nav strip */
section.practitioner-dashboard-page.pdd-lite .main-profile.pdd-main {
	flex: 1;
	min-width: 0;
	background: var(--lbb-surface-raised);
	min-height: 100vh;
	box-sizing: border-box;
}

section.practitioner-dashboard-page.pdd-lite .practitioner-dashboard-modern.pdd-shell {
	position: relative;
	background: linear-gradient(180deg, #fff 0%, rgba(250, 245, 255, 0.55) 38%, rgba(253, 242, 248, 0.55) 100%);
	box-shadow: 0 25px 50px -12px rgba(24, 24, 27, 0.12);
	overflow: hidden;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

section.practitioner-dashboard-page.pdd-lite .pdd-shell__blobs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
section.practitioner-dashboard-page.pdd-lite .pdd-shell__blob { position: absolute; border-radius: 50%; }
section.practitioner-dashboard-page.pdd-lite .pdd-shell__blob--tr { top: -3.75rem; right: -2.5rem; width: 18rem; height: 18rem; background: radial-gradient(circle, rgba(167, 139, 250, 0.25) 0%, rgba(167, 139, 250, 0.08) 40%, transparent 70%); }
section.practitioner-dashboard-page.pdd-lite .pdd-shell__blob--ml { top: 30%; left: -3.125rem; width: 16rem; height: 16rem; background: radial-gradient(circle, rgba(232, 121, 249, 0.2) 0%, rgba(232, 121, 249, 0.06) 40%, transparent 70%); }
section.practitioner-dashboard-page.pdd-lite .pdd-shell__blob--br { bottom: -2.5rem; right: -1.875rem; width: 20rem; height: 20rem; background: radial-gradient(circle, rgba(196, 181, 253, 0.3) 0%, rgba(196, 181, 253, 0.08) 40%, transparent 70%); }

section.practitioner-dashboard-page.pdd-lite .practitioner-dashboard-modern > *:not(.pdd-shell__blobs) { position: relative; z-index: 1; }

/* Sticky top bar (logo, bell, avatar) */
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid #e4e4e7;
	flex-shrink: 0;
}
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__brand { display: flex; align-items: center; line-height: 0; }
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__logo { height: 2rem; width: auto; max-width: 11rem; object-fit: contain; }
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__actions { display: flex; align-items: center; gap: 1rem; }
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__bell {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	color: #71717a;
	text-decoration: none;
	transition: color 0.15s ease;
}
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__bell:hover { color: #18181b; }
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__bell i { font-size: 1.35rem; }
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__dot {
	position: absolute;
	top: 0.15rem;
	right: 0.15rem;
	width: 0.55rem;
	height: 0.55rem;
	background: #ef4444;
	border: 2px solid #fff;
	border-radius: 50%;
}
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__avatar-link { line-height: 0; border-radius: 9999px; }
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__avatar {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 9999px;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
	outline: 2px solid #ddd6fe;
	outline-offset: 0;
}
section.practitioner-dashboard-page.pdd-lite .pdd-mobile-header__avatar--initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #8b5cf6, #c084fc);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
}

section.practitioner-dashboard-page.pdd-lite .pdd-scroll {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.5rem 1.5rem 7rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-scroll > * { margin-left: 0; margin-right: 0; }

section.practitioner-dashboard-page.pdd-lite .pdd-welcome__title {
	font-size: 1.5rem;
	font-weight: 800;
	color: #18181b;
	margin: 0 0 0.25rem;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
section.practitioner-dashboard-page.pdd-lite .pdd-welcome__subtitle {
	font-size: 0.875rem;
	color: #71717a;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}
section.practitioner-dashboard-page.pdd-lite .pdd-welcome__icon { color: #a1a1aa; }

section.practitioner-dashboard-page.pdd-lite .pdd-bookings-stack { display: flex; flex-direction: column; gap: 1rem; }
section.practitioner-dashboard-page.pdd-lite .pdd-period-toggle__inner,
section.practitioner-dashboard-page.pdd-lite .pd-bookings-tabs-labels.pdd-period-toggle__inner {
	width: 100%;
	background: rgba(244, 244, 245, 0.92);
	backdrop-filter: blur(6px);
	padding: 4px;
	border-radius: 0.75rem;
	display: flex;
	gap: 2px;
}
section.practitioner-dashboard-page.pdd-lite .pd-bookings-tab {
	flex: 1;
	text-align: center;
	padding: 0.375rem 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	border: none;
	background: transparent;
	border-radius: 0.5rem;
	cursor: pointer;
	color: #71717a;
	transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
section.practitioner-dashboard-page.pdd-lite .pd-bookings-tab:hover { color: #3f3f46; }
section.practitioner-dashboard-page.pdd-lite .pd-bookings-tab.is-active {
	background: #fff;
	color: #6d28d9;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

section.practitioner-dashboard-page.pdd-lite .pdd-stat-tiles { position: relative; min-height: 8rem; }
section.practitioner-dashboard-page.pdd-lite .pdd-stat-tiles .pd-bookings-period {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	width: 100%;
}
section.practitioner-dashboard-page.pdd-lite .pdd-stat-tiles .pd-bookings-period[hidden] {
	display: none !important;
}

section.practitioner-dashboard-page.pdd-lite .pdd-tile {
	position: relative;
	border-radius: 1rem;
	padding: 1rem;
	min-height: 7.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings {
	background: linear-gradient(135deg, #10b981 0%, #34d399 45%, #14b8a6 100%);
	box-shadow: 0 4px 14px rgba(16, 185, 129, 0.22);
	color: #fff;
}
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings::before,
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	pointer-events: none;
}
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings::before { width: 6rem; height: 6rem; }
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings::after { width: 9rem; height: 9rem; border-color: rgba(255, 255, 255, 0.08); }
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings .pdd-tile__label,
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings .pdd-tile__value { position: relative; z-index: 1; }
section.practitioner-dashboard-page.pdd-lite .pdd-tile__label {
	font-size: 0.625rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings .pdd-tile__label { color: rgba(255, 255, 255, 0.88); }
section.practitioner-dashboard-page.pdd-lite .pdd-tile__value {
	font-size: 1.875rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
}
section.practitioner-dashboard-page.pdd-lite .pdd-tile--bookings .pdd-tile__value { color: #fff; }
section.practitioner-dashboard-page.pdd-lite .pdd-tile--cancels {
	background: #fff;
	border: 1px solid #e4e4e7;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
section.practitioner-dashboard-page.pdd-lite .pdd-tile--cancels .pdd-tile__label { color: #71717a; }
section.practitioner-dashboard-page.pdd-lite .pdd-tile--cancels .pdd-tile__value { color: #18181b; }

section.practitioner-dashboard-page.pdd-lite .pdd-card,
section.practitioner-dashboard-page.pdd-lite .pd-cancel-requests-section,
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt,
section.practitioner-dashboard-page.pdd-lite .pd-schedule-modern,
section.practitioner-dashboard-page.pdd-lite .pd-stat-card-modern,
section.practitioner-dashboard-page.pdd-lite .pd-popular-services {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

section.practitioner-dashboard-page.pdd-lite .pd-stat-label { color: #71717a; display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; }
section.practitioner-dashboard-page.pdd-lite .pd-schedule-header h2,
section.practitioner-dashboard-page.pdd-lite .pdd-section-eyebrow { color: #18181b; }
section.practitioner-dashboard-page.pdd-lite .pdd-card__title-icon { margin-right: 0.35rem; color: #71717a; font-size: 0.95em; vertical-align: -0.05em; }
section.practitioner-dashboard-page.pdd-lite .pd-view-all-link { display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.75rem; }
section.practitioner-dashboard-page.pdd-lite .pd-view-all-link .fa-chevron-right { font-size: 0.65rem; opacity: 0.85; }

section.practitioner-dashboard-page.pdd-lite .pd-schedule-modern { padding: 1.25rem; }
section.practitioner-dashboard-page.pdd-lite .pd-schedule-header {
	border-bottom-color: #f4f4f5;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
section.practitioner-dashboard-page.pdd-lite .pd-schedule-item.style-box,
section.practitioner-dashboard-page.pdd-lite .pd-empty-schedule { background: #fafafa; border: 1px solid #f4f4f5; border-radius: 0.75rem; }

section.practitioner-dashboard-page.pdd-lite .pdd-empty-inset {
	background: #fafafa;
	border: 1px solid #f4f4f5;
	border-radius: 0.75rem;
	padding: 1rem 1rem;
	text-align: center;
}
section.practitioner-dashboard-page.pdd-lite .pdd-empty-inset p { margin: 0; font-size: 0.875rem; color: #71717a; }
section.practitioner-dashboard-page.pdd-lite .pdd-empty-inset__icon { margin-right: 0.25rem; color: #a1a1aa; }

@keyframes pdd-next-appt-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

section.practitioner-dashboard-page.pdd-lite .pdd-next-appt.pdd-card {
	padding: 1.25rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__shell {
	animation: pdd-next-appt-in 0.3s ease 0.25s both;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__title {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 800;
	color: #18181b;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__title-emoji {
	font-size: 1rem;
	line-height: 1;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__cal-link {
	font-size: 0.6875rem;
	font-weight: 800;
	color: #7c3aed;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	white-space: nowrap;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__cal-link:hover {
	color: #6d28d9;
	text-decoration: underline;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__gradient {
	background: linear-gradient(135deg, rgba(245, 243, 255, 0.85) 0%, rgba(253, 244, 255, 0.55) 50%, rgba(252, 231, 243, 0.35) 100%);
	border: 1px solid #ede9fe;
	border-radius: 0.75rem;
	padding: 1rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__row-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.625rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__identity {
	flex: 1;
	min-width: 0;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__client {
	margin: 0 0 0.125rem;
	font-size: 0.875rem;
	font-weight: 800;
	color: #18181b;
	line-height: 1.25;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__service {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #7c3aed;
	line-height: 1.35;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__service-spark {
	margin-right: 0.125rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__price {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 800;
	color: #18181b;
	flex-shrink: 0;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	font-size: 0.75rem;
	color: #71717a;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-group {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	flex-wrap: wrap;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-group--status {
	color: #059669;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-strong {
	font-weight: 600;
	color: #52525b;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-date {
	font-weight: 500;
	color: #71717a;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-dot {
	color: #d4d4d8;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-dot--wide {
	margin: 0 0.125rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-icon {
	font-size: 0.875rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-icon--clock {
	color: #c4b5fd;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__meta-icon--ok {
	color: #10b981;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__status-label {
	font-weight: 600;
	color: #059669;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__notes {
	background: rgba(255, 251, 235, 0.75);
	border: 1px solid #fde68a;
	border-radius: 0.75rem;
	padding: 0.75rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__notes-head {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	margin-bottom: 0.25rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__notes-icon {
	font-size: 0.75rem;
	color: #d97706;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__notes-eyebrow {
	font-size: 0.625rem;
	font-weight: 800;
	color: #b45309;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__notes-body {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.55;
	color: rgba(120, 53, 15, 0.82);
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__cta {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.625rem 1rem;
	border: 0;
	border-radius: 0.75rem;
	background: #7c3aed;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 14px rgba(124, 58, 237, 0.22);
	transition: background 0.15s ease, box-shadow 0.15s ease;
	font-family: inherit;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__cta:hover {
	background: #6d28d9;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), 0 6px 18px rgba(124, 58, 237, 0.28);
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__cta i {
	font-size: 0.875rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__empty-link {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #7c3aed;
	text-decoration: none;
}
section.practitioner-dashboard-page.pdd-lite .pdd-next-appt__empty-link:hover {
	text-decoration: underline;
}

section.practitioner-dashboard-page.pdd-lite .pd-cancel-requests-section { padding: 1.25rem; }
section.practitioner-dashboard-page.pdd-lite .pd-cancel-requests-header {
	border-bottom: 1px solid #f4f4f5;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}
section.practitioner-dashboard-page.pdd-lite .pd-cancel-requests-header h3 {
	color: #18181b;
	font-size: 0.875rem;
	font-weight: 800;
	gap: 0.5rem;
}
section.practitioner-dashboard-page.pdd-lite .pd-cancel-requests-header h3 i { color: #71717a; }
section.practitioner-dashboard-page.pdd-lite .pd-cancel-loading,
section.practitioner-dashboard-page.pdd-lite .pd-cancel-empty { color: #71717a; }
section.practitioner-dashboard-page.pdd-lite .pd-cancel-request-card {
	background: #fafafa;
	border: 1px solid #f4f4f5;
	color: inherit;
}
section.practitioner-dashboard-page.pdd-lite .pd-cancel-request-client { color: #18181b; }
section.practitioner-dashboard-page.pdd-lite .pd-cancel-request-meta,
section.practitioner-dashboard-page.pdd-lite .pd-cancel-request-contact { color: #71717a; }
section.practitioner-dashboard-page.pdd-lite .pd-cancel-request-note {
	background: #fff;
	border-color: #e4e4e7;
	color: #3f3f46;
}
section.practitioner-dashboard-page.pdd-lite .pd-cancel-request-actions { border-top-color: #f4f4f5; }

section.practitioner-dashboard-page.pdd-lite .pd-stats-modern {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0;
}
section.practitioner-dashboard-page.pdd-lite .pd-stat-card-modern {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
section.practitioner-dashboard-page.pdd-lite .pd-stat-card-modern:hover {
	border-left-width: 1px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
section.practitioner-dashboard-page.pdd-lite .pd-stat-profile.pdd-profile-card {
	flex-direction: column;
	align-items: stretch;
	background: linear-gradient(135deg, #f5f3ff 0%, #fdf4ff 55%, #fce7f3 100%);
	border-color: #ddd6fe;
	gap: 1.25rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-profile-card__inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 1rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-profile-card__eyebrow { color: #7c3aed !important; text-transform: uppercase; letter-spacing: 0.06em; }
section.practitioner-dashboard-page.pdd-lite .pdd-profile-card .pd-stat-info h3 { color: #18181b; font-size: 1.125rem; margin: 0 0 0.25rem; }
section.practitioner-dashboard-page.pdd-lite .pdd-profile-card .pd-stat-subtext { color: #52525b; font-size: 0.75rem; margin: 0; }
section.practitioner-dashboard-page.pdd-lite .pdd-profile-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border-radius: 0.75rem;
	padding: 0.75rem 1rem;
	font-weight: 700;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
section.practitioner-dashboard-page.pdd-lite .pdd-metric-card__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
}
section.practitioner-dashboard-page.pdd-lite .pdd-metric-card__main { min-width: 0; }
section.practitioner-dashboard-page.pdd-lite .pdd-metric-card .pd-stat-label { margin: 0 0 0.25rem; font-size: 0.625rem; }
section.practitioner-dashboard-page.pdd-lite .pdd-metric-card h3 {
	font-size: 1.5rem;
	font-weight: 800;
	color: #18181b;
	margin: 0;
	line-height: 1.1;
}
section.practitioner-dashboard-page.pdd-lite .pdd-trend-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.75rem;
	font-weight: 800;
	padding: 0.25rem 0.5rem;
	border-radius: 0.5rem;
	flex-shrink: 0;
}
section.practitioner-dashboard-page.pdd-lite .pdd-trend-pill.pd-trend-up {
	background: #ecfdf5;
	color: #047857;
}
section.practitioner-dashboard-page.pdd-lite .pdd-trend-pill.pd-trend-down {
	background: #fef2f2;
	color: #b91c1c;
}
section.practitioner-dashboard-page.pdd-lite .pdd-trend-pill::before { content: none !important; }
section.practitioner-dashboard-page.pdd-lite .pdd-metric-card__progress { display: none; }
section.practitioner-dashboard-page.pdd-lite .pd-stat-revenue.pdd-metric-card {
	align-items: stretch;
	background: #fff;
}

section.practitioner-dashboard-page.pdd-lite .pd-stat-progress-circle span { color: #6d28d9; text-shadow: none; }
section.practitioner-dashboard-page.pdd-lite .pd-stat-progress-bar,
section.practitioner-dashboard-page.pdd-lite .pd-service-progress { background: #f4f4f5; }
section.practitioner-dashboard-page.pdd-lite .pd-stat-progress-fill,
section.practitioner-dashboard-page.pdd-lite .pd-service-progress-fill { background: linear-gradient(90deg, #8b5cf6, #d946ef); box-shadow: none; }
section.practitioner-dashboard-page.pdd-lite .pd-popular-services h3.pdd-section-eyebrow {
	font-size: 0.625rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #71717a;
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	gap: 0.35rem;
}
section.practitioner-dashboard-page.pdd-lite .pd-popular-services h3.pdd-section-eyebrow i { color: #f97316; }
section.practitioner-dashboard-page.pdd-lite .pd-popular-services { padding: 1.25rem; }
section.practitioner-dashboard-page.pdd-lite .pd-service-item:nth-child(odd) .pd-service-progress-fill {
	background: linear-gradient(90deg, #8b5cf6, #d946ef);
}
section.practitioner-dashboard-page.pdd-lite .pd-service-item:nth-child(even) .pd-service-progress-fill {
	background: linear-gradient(90deg, #e879f9, #f472b6);
}

section.practitioner-dashboard-page.pdd-lite .pdd-reminders-card {
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	border-radius: 1rem;
	padding: 1.25rem;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
section.practitioner-dashboard-page.pdd-lite .pdd-reminders-card__intro {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-reminders-card__emoji { font-size: 1.5rem; line-height: 1; flex-shrink: 0; }
section.practitioner-dashboard-page.pdd-lite .pdd-reminders-card__title {
	font-size: 0.875rem;
	font-weight: 800;
	color: #4c1d95;
	margin: 0 0 0.25rem;
}
section.practitioner-dashboard-page.pdd-lite .pdd-reminders-card__text { font-size: 0.75rem; color: rgba(91, 33, 182, 0.85); line-height: 1.5; margin: 0; }
section.practitioner-dashboard-page.pdd-lite .pdd-reminders-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	background: #fff;
	color: #6d28d9;
	border: 1px solid #ddd6fe;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	text-decoration: none;
	border-radius: 0.75rem;
	padding: 0.65rem 1rem;
	font-weight: 700;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
section.practitioner-dashboard-page.pdd-lite .pdd-reminders-card__btn:hover { background: #fafafa; color: #5b21b6; }

section.practitioner-dashboard-page.pdd-lite .pd-reminder-button,
section.practitioner-dashboard-page.pdd-lite .pd-profile-complete-btn:not(.pdd-reminders-card__btn) { background: #7c3aed; color: #fff; box-shadow: 0 4px 14px rgba(124, 58, 237, 0.24); }
section.practitioner-dashboard-page.pdd-lite .pd-profile-complete-btn:not(.pdd-reminders-card__btn):hover { background: #6d28d9; }

section.practitioner-dashboard-page.pdd-lite .pd-bottom-section {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 0;
	margin: 0;
}
section.practitioner-dashboard-page.pdd-lite .pd-alert-banner { margin: 0; border-radius: 1rem; }

/* =========================================================
   Practitioner Calendar (Diary style, moved from inline)
   ========================================================= */
section.practitioner-calendar .content_wrap.practitioner-calendar-content {
	position: relative;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	padding: 0;
	color: #18181b;
	background:
		radial-gradient(circle at 88% 4%, rgba(167, 139, 250, 0.24) 0%, rgba(167, 139, 250, 0.08) 38%, transparent 70%),
		radial-gradient(circle at 8% 40%, rgba(232, 121, 249, 0.2) 0%, rgba(232, 121, 249, 0.06) 36%, transparent 65%),
		radial-gradient(circle at 92% 88%, rgba(196, 181, 253, 0.24) 0%, rgba(196, 181, 253, 0.08) 40%, transparent 72%),
		linear-gradient(180deg, #ffffff 0%, #f9f8ff 48%, #fdf7ff 100%);
}

section.practitioner-calendar .content_wrap.practitioner-calendar-content::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.3));
}

section.practitioner-calendar .content_wrap.practitioner-calendar-content > * {
	position: relative;
	z-index: 1;
}

section.practitioner-calendar .calendar-modern-hero {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 24px 15px 18px;
}

@media (min-width: 1024px) {
	section.practitioner-calendar .calendar-modern-hero {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
	.calendar-modern-glass.wpadding, .calendar-week-grid-wrapper, .calendar-month-wrapper {
		margin: 0 10px !important;
	}
}

section.practitioner-calendar .calendar-modern-title {
	margin: 0;
	color: #111827;
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	font-weight: 600;
	letter-spacing: -0.03em;
}

section.practitioner-calendar .calendar-modern-subtitle {
	margin: 4px 0 0;
	color: #71717a;
	font-size: 0.95rem;
	font-weight: 500;
}

section.practitioner-calendar .calendar-modern-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

section.practitioner-calendar .calendar-modern-view-toggle {
	display: flex;
	background: rgba(244, 244, 245, 0.86);
	backdrop-filter: blur(4px);
	border: 1px solid #e4e4e7;
	border-radius: 0.85rem;
	padding: 4px;
	gap: 2px;
}

section.practitioner-calendar .calendar-modern-view-btn {
	padding: 8px 18px;
	border-radius: 0.65rem;
	font-size: 13px;
	font-weight: 700;
	color: #71717a;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.18s;
}

section.practitioner-calendar .calendar-modern-view-btn:hover {
	color: #3f3f46;
}

section.practitioner-calendar .calendar-modern-view-btn.is-active {
	background: #ffffff;
	color: #7c3aed;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.08);
}

section.practitioner-calendar .calendar-modern-date-nav {
	display: flex;
	align-items: center;
}

section.practitioner-calendar .calendar-modern-date-arrow,
section.practitioner-calendar .calendar-modern-date-wrap,
section.practitioner-calendar .calendar-modern-settings-btn {
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #ffffff;
	border: 1px solid #e4e4e7;
	color: #52525b;
	text-decoration: none;
	transition: all 0.18s;
}

section.practitioner-calendar .calendar-modern-date-arrow {
	width: 42px;
}

section.practitioner-calendar .calendar-modern-date-prev {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	border-top-left-radius: 0.75rem;
	border-bottom-left-radius: 0.75rem;
}

section.practitioner-calendar .calendar-modern-date-next {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
	border-top-right-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
}

section.practitioner-calendar .calendar-modern-date-wrap {
	padding: 8px 12px;
	border-radius: 0;
}

section.practitioner-calendar .calendar-modern-date-arrow:hover,
section.practitioner-calendar .calendar-modern-settings-btn:hover {
	background: #fafafa;
	border-color: #d4d4d8;
	color: #18181b;
}

section.practitioner-calendar .calendar-modern-date-form {
	display: inline-flex;
}

section.practitioner-calendar .calendar-modern-week-range-text,
section.practitioner-calendar .calendar-modern-date-input {
	color: #18181b;
	font-size: 0.875rem;
	font-weight: 700;
}

section.practitioner-calendar .calendar-modern-date-picker-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

section.practitioner-calendar .calendar-modern-date-icon {
	color: #71717a;
}

section.practitioner-calendar .calendar-modern-date-input {
	border: none;
	background: transparent;
	padding: 0;
	min-width: 120px;
}

section.practitioner-calendar .calendar-modern-date-input:focus {
	outline: none;
}

section.practitioner-calendar .calendar-modern-clinic-filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
	padding: 7px 10px;
}

section.practitioner-calendar .calendar-modern-clinic-label {
	font-size: 12px;
	font-weight: 700;
	color: #71717a;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

section.practitioner-calendar .calendar-modern-clinic-select {
	background: #fff;
	color: #3f3f46;
	border: 1px solid #e4e4e7;
	border-radius: 8px;
	padding: 7px 10px;
	font-size: 13px;
}

section.practitioner-calendar .calendar-modern-settings-btn {
	padding: 0 16px;
	border-radius: 0.75rem;
	font-size: 13px;
	font-weight: 600;
}

section.practitioner-calendar .calendar-modern-blockout-btn {
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 16px;
	border-radius: 0.75rem;
	border: 2px dashed #d4d4d8;
	background: #fff;
	color: #52525b;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s;
}

section.practitioner-calendar .calendar-modern-blockout-btn:hover {
	border-color: #8b5cf6;
	background: #f5f3ff;
	color: #6d28d9;
}

section.practitioner-calendar .calendar-modern-glass,
section.practitioner-calendar .calendar-week-grid-columns > .calendar-week-column,
section.practitioner-calendar .calendar-month-grid,
section.practitioner-calendar .calendar-modern-card {
	background: #ffffff;
	border: 1px solid #e4e4e7;
	box-shadow: 0 6px 20px rgba(24, 24, 27, 0.05);
}

section.practitioner-calendar .calendar-modern-glass {
	margin: 0 0 28px;
	border-radius: 1rem;
	overflow: hidden;
}

section.practitioner-calendar .calendar-modern-day-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	background: #fff;
	border-bottom: 1px solid #f1f1f3;
}

section.practitioner-calendar .calendar-modern-day-title {
	margin: 0;
	color: #18181b;
	font-size: 1.05rem;
	font-weight: 800;
}

section.practitioner-calendar .calendar-modern-day-badge {
	padding: 4px 12px;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 800;
	background: #f5f3ff;
	color: #7c3aed;
	border: 1px solid #ddd6fe;
}

section.practitioner-calendar .calendar-modern-day-list--timeline {
	padding: 12px 12px 20px 0;
}

section.practitioner-calendar .calendar-day-timeline {
	--ppm: 2.28;
	width: 100%;
}

section.practitioner-calendar .calendar-day-timeline-inner {
	position: relative;
	margin-left: 54px;
	min-height: calc((var(--t1) - var(--t0)) * var(--ppm) * 1px);
}

section.practitioner-calendar .calendar-day-timeline-hours {
	position: absolute;
	left: -54px;
	top: 0;
	width: 48px;
	bottom: 0;
	pointer-events: none;
}

section.practitioner-calendar .calendar-day-hour-tick {
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
	padding-right: 4px;
	font-size: 0.6875rem;
	font-weight: 600;
	color: #a1a1aa;
}

section.practitioner-calendar .calendar-day-hour-line {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #f4f4f5;
}

section.practitioner-calendar .calendar-day-timeline-slots {
	position: relative;
	min-height: inherit;
}

section.practitioner-calendar .calendar-day-slot-wrap {
	position: absolute;
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: minmax(4.75rem, 17%) minmax(0, 1fr);
	gap: 8px 12px;
	top: calc((var(--slot-start) - var(--t0)) * var(--ppm) * 1px);
	height: calc((var(--slot-end) - var(--slot-start)) * var(--ppm) * 1px);
	padding: 0 2px;
	border-radius: 0.75rem;
	z-index: 2;
}

section.practitioner-calendar .calendar-modern-day-list--timeline .calendar-day-slot-card {
	background: #ffffff;
	border: 1px solid #e4e4e7;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.05);
	border-radius: 0.75rem;
}

section.practitioner-calendar .calendar-modern-day-list--timeline .calendar-day-slot-card:hover {
	background: #fafafa;
}

section.practitioner-calendar .calendar-day-slots {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

section.practitioner-calendar .calendar-day-special-banner-stack {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0 0.25rem;
}

section.practitioner-calendar .calendar-day-special-banner {
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: #fafafa;
	border-left: 4px solid var(--sd-block-color, #64748b);
}

section.practitioner-calendar .calendar-day-special-banner__inner {
	padding: 0.65rem 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

section.practitioner-calendar .calendar-day-special-banner__title {
	font-size: 0.8rem;
	font-weight: 700;
	color: #18181b;
}

section.practitioner-calendar .calendar-day-special-banner__note {
	font-size: 0.7rem;
	color: #71717a;
}

section.practitioner-calendar .calendar-day-slot-list {
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	background: #fff;
	overflow: hidden;
}

section.practitioner-calendar .calendar-day-slot-row {
	display: flex;
	min-height: 80px;
	border-bottom: 1px solid #f1f1f3;
}

section.practitioner-calendar .calendar-day-slot-row:last-child {
	border-bottom: 0;
}

section.practitioner-calendar .calendar-day-slot-time-col {
	width: 64px;
	flex: 0 0 64px;
	border-right: 1px solid #f1f1f3;
	padding: 0.75rem 0.5rem;
	text-align: center;
	font-size: 0.72rem;
	font-weight: 700;
	color: #71717a;
}

section.practitioner-calendar .calendar-day-slot-content-col {
	flex: 1;
	padding: 0.45rem;
	position: relative;
}

section.practitioner-calendar .calendar-day-slot-card-lite {
	height: 100%;
	min-height: 64px;
	border-radius: 0.75rem;
	border: 1px solid #ddd6fe;
	background: #f5f3ff;
	padding: 0.65rem 0.7rem;
	cursor: pointer;
	transition: filter 0.18s;
}

section.practitioner-calendar .calendar-day-slot-card-lite:has(.pdd-next-appt__gradient) {
	background: transparent;
	border: 0;
	padding: 0;
	min-height: 0;
}

section.practitioner-calendar .calendar-day-slot-card-lite:has(.pdd-next-appt__gradient):hover {
	filter: none;
}

section.practitioner-calendar .calendar-day-slot-card-lite:hover {
	filter: brightness(0.98);
}

section.practitioner-calendar .calendar-day-slot-card-lite__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.6rem;
}

section.practitioner-calendar .calendar-day-slot-card-lite__name {
	margin: 0;
	font-size: 0.86rem;
	font-weight: 700;
	color: #18181b;
	line-height: 1.2;
}

section.practitioner-calendar .calendar-day-slot-card-lite__service {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: #52525b;
}

section.practitioner-calendar .calendar-day-slot-card-lite__time {
	margin: 0.2rem 0 0;
	font-size: 0.68rem;
	font-weight: 600;
	color: #71717a;
}

section.practitioner-calendar .calendar-day-slot-card-lite__duration {
	flex-shrink: 0;
	font-size: 0.65rem;
	font-weight: 700;
	padding: 0.2rem 0.45rem;
	border-radius: 0.45rem;
	background: rgba(255, 255, 255, 0.7);
	color: rgba(39, 39, 42, 0.76);
}

section.practitioner-calendar .calendar-day-slot-card-lite__note {
	margin: 0.35rem 0 0;
	font-size: 0.67rem;
	color: rgba(39, 39, 42, 0.7);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.practitioner-calendar .calendar-day-slot-card-lite--confirmed {
	background: #f5f3ff;
	border-color: #ddd6fe;
}

section.practitioner-calendar .calendar-day-slot-card-lite--pending {
	background: #fffbeb;
	border-color: #fde68a;
}

section.practitioner-calendar .calendar-day-slot-card-lite--completed {
	background: #ecfdf5;
	border-color: #a7f3d0;
}

section.practitioner-calendar .calendar-day-slot-card-lite--cancelled,
section.practitioner-calendar .calendar-day-slot-card-lite--no_show {
	background: #fef2f2;
	border-color: #fecaca;
}

section.practitioner-calendar .calendar-day-slot-card-lite--confirmed:has(.pdd-next-appt__gradient),
section.practitioner-calendar .calendar-day-slot-card-lite--pending:has(.pdd-next-appt__gradient),
section.practitioner-calendar .calendar-day-slot-card-lite--completed:has(.pdd-next-appt__gradient),
section.practitioner-calendar .calendar-day-slot-card-lite--cancelled:has(.pdd-next-appt__gradient),
section.practitioner-calendar .calendar-day-slot-card-lite--no_show:has(.pdd-next-appt__gradient) {
	background: transparent;
	border: 0;
}

/* Day list + timeline: match dashboard "next appointment" card (pdd-next-appt__*) */
section.practitioner-calendar .pdd-next-appt__gradient {
	background: linear-gradient(135deg, rgba(245, 243, 255, 0.85) 0%, rgba(253, 244, 255, 0.55) 50%, rgba(252, 231, 243, 0.35) 100%);
	border: 1px solid #ede9fe;
	border-radius: 0.75rem;
	padding: 1rem;
}
section.practitioner-calendar .pdd-next-appt__row-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.625rem;
}
section.practitioner-calendar .pdd-next-appt__identity {
	flex: 1;
	min-width: 0;
}
section.practitioner-calendar .pdd-next-appt__client {
	margin: 0 0 0.125rem;
	font-size: 0.875rem;
	font-weight: 800;
	color: #18181b;
	line-height: 1.25;
}
section.practitioner-calendar .pdd-next-appt__service {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #7c3aed;
	line-height: 1.35;
}
section.practitioner-calendar .pdd-next-appt__service-spark {
	margin-right: 0.125rem;
}
section.practitioner-calendar .pdd-next-appt__price {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 800;
	color: #18181b;
	flex-shrink: 0;
}
section.practitioner-calendar .pdd-next-appt__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	font-size: 0.75rem;
	color: #71717a;
}
section.practitioner-calendar .pdd-next-appt__meta-group {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	flex-wrap: wrap;
}
section.practitioner-calendar .pdd-next-appt__meta-group--status {
	color: #059669;
}
section.practitioner-calendar .pdd-next-appt__meta-group--status-pending {
	color: #d97706;
}
section.practitioner-calendar .pdd-next-appt__meta-group--status-confirmed,
section.practitioner-calendar .pdd-next-appt__meta-group--status-completed,
section.practitioner-calendar .pdd-next-appt__meta-group--status-arriving {
	color: #059669;
}
section.practitioner-calendar .pdd-next-appt__meta-group--status-cancelled,
section.practitioner-calendar .pdd-next-appt__meta-group--status-no_show {
	color: #dc2626;
}
section.practitioner-calendar .pdd-next-appt__meta-strong {
	font-weight: 600;
	color: #52525b;
}
section.practitioner-calendar .pdd-next-appt__meta-date {
	font-weight: 500;
	color: #71717a;
}
section.practitioner-calendar .pdd-next-appt__meta-dot {
	color: #d4d4d8;
}
section.practitioner-calendar .pdd-next-appt__meta-dot--wide {
	margin: 0 0.125rem;
}
section.practitioner-calendar .pdd-next-appt__meta-icon {
	font-size: 0.875rem;
}
section.practitioner-calendar .pdd-next-appt__meta-icon--clock {
	color: #c4b5fd;
}
section.practitioner-calendar .pdd-next-appt__meta-group--status .pdd-next-appt__meta-icon--status {
	color: inherit;
}
section.practitioner-calendar .pdd-next-appt__status-label {
	font-weight: 600;
	color: inherit;
}
section.practitioner-calendar .pdd-next-appt__notes {
	background: rgba(255, 251, 235, 0.75);
	border: 1px solid #fde68a;
	border-radius: 0.75rem;
	padding: 0.75rem;
}
section.practitioner-calendar .pdd-next-appt__notes-head {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	margin-bottom: 0.25rem;
}
section.practitioner-calendar .pdd-next-appt__notes-icon {
	font-size: 0.75rem;
	color: #d97706;
}
section.practitioner-calendar .pdd-next-appt__notes-eyebrow {
	font-size: 0.625rem;
	font-weight: 800;
	color: #b45309;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
section.practitioner-calendar .pdd-next-appt__notes-body {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.55;
	color: rgba(120, 53, 15, 0.82);
}
section.practitioner-calendar .pdd-next-appt__cta {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.625rem 1rem;
	border: 0;
	border-radius: 0.75rem;
	background: #7c3aed;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 14px rgba(124, 58, 237, 0.22);
	transition: background 0.15s ease, box-shadow 0.15s ease;
	font-family: inherit;
}
section.practitioner-calendar .pdd-next-appt__cta:hover {
	background: #6d28d9;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), 0 6px 18px rgba(124, 58, 237, 0.28);
}
section.practitioner-calendar .pdd-next-appt__cta i {
	font-size: 0.875rem;
}
section.practitioner-calendar .pd-schedule-item.calendar-pd-day-card {
	background: transparent;
	border: none;
	backdrop-filter: none;
	padding: 0;
	gap: 0.75rem;
	align-items: stretch;
	box-shadow: none;
}
section.practitioner-calendar .pd-schedule-item.calendar-pd-day-card:hover {
	background: transparent;
	border: none;
}

section.practitioner-calendar .pd-schedule-item.calendar-pd-day-card .pdd-next-appt__cta.pd-schedule-view {
	display: inline-flex;
}

section.practitioner-calendar .calendar-day-slot-empty-lite {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

section.practitioner-calendar .calendar-day-slot-empty-lite__line {
	width: 16px;
	height: 2px;
	border-radius: 9999px;
	background: #e4e4e7;
}

section.practitioner-calendar .calendar-day-slot-empty-lite__text {
	font-size: 0.66rem;
	font-weight: 600;
	color: #a1a1aa;
}

section.practitioner-calendar .calendar-day-special-block-inner {
	background: #fafafa;
	border: 1px solid #e4e4e7;
	box-shadow: none;
}

section.practitioner-calendar .calendar-week-grid-wrapper,
section.practitioner-calendar .calendar-month-wrapper,
section.practitioner-calendar .calendar-modern-cards {
	margin: 0 0 28px;
}

section.practitioner-calendar .calendar-week-grid-columns {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
	min-height: 420px;
}

section.practitioner-calendar .calendar-week-column {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	padding: 10px;
	border-radius: 0.95rem;
}

section.practitioner-calendar .calendar-week-column-active {
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	box-shadow: none;
}

section.practitioner-calendar .calendar-week-column-header {
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #f1f1f3;
}

section.practitioner-calendar .calendar-week-day-name {
	margin: 0 0 4px;
	font-size: 0.75rem;
	font-weight: 800;
	color: #a1a1aa;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

section.practitioner-calendar .calendar-week-column-active .calendar-week-day-name {
	color: #7c3aed;
}

section.practitioner-calendar .calendar-week-day-num {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 800;
	color: #18181b;
}

section.practitioner-calendar .calendar-week-appointments {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

section.practitioner-calendar .calendar-week-appointment-card {
	padding: 8px 8px 8px 10px;
	border-radius: 0.75rem;
	background: #fafafa;
	border: 1px solid #e4e4e7;
	border-left: 3px solid transparent;
	cursor: pointer;
	text-align: left;
	transition: all 0.2s;
}

section.practitioner-calendar .calendar-week-appointment-card:hover {
	background: #f4f4f5;
	transform: translateY(-1px);
}

section.practitioner-calendar .cwc-name,
section.practitioner-calendar .cwc-service {
	color: #18181b;
}

section.practitioner-calendar .cwc-time {
	color: #7c3aed;
}

section.practitioner-calendar .cwc-notes {
	color: #71717a;
	border-left-color: #c4b5fd;
}

section.practitioner-calendar .calendar-week-card-completed {
	opacity: 0.6;
}

section.practitioner-calendar .calendar-month-grid {
	border-radius: 1rem;
	overflow: hidden;
}

section.practitioner-calendar .calendar-month-day-headers {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	background: #fafafa;
	border-bottom: 1px solid #f1f1f3;
}

section.practitioner-calendar .calendar-month-day-header {
	padding: 12px;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 800;
	color: #a1a1aa;
	border-right: 1px solid #f1f1f3;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

section.practitioner-calendar .calendar-month-week {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	border-bottom: 1px solid #f1f1f3;
}

section.practitioner-calendar .calendar-month-day {
	min-height: 120px;
	padding: 8px;
	border-right: 1px solid #f1f1f3;
	background: #fff;
	transition: background 0.2s;
}

section.practitioner-calendar .calendar-month-day:hover {
	background: #fafafa;
}

section.practitioner-calendar .calendar-month-day-other {
	opacity: 1;
	background: #f9fafb;
}

section.practitioner-calendar .calendar-month-day-number {
	color: #3f3f46;
	font-weight: 700;
}

section.practitioner-calendar .calendar-month-day-other .calendar-month-day-number {
	color: #a1a1aa;
}

section.practitioner-calendar .calendar-month-day-today {
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.08);
}

section.practitioner-calendar .calendar-month-today-label {
	color: #7c3aed;
	background: #ede9fe;
}

section.practitioner-calendar .calendar-month-appointment-card {
	background: #fafafa;
	border: 1px solid #e4e4e7;
	border-radius: 0.5rem;
	padding: 6px 8px;
}

section.practitioner-calendar .calendar-month-appointment-card:hover {
	background: #f4f4f5;
}

section.practitioner-calendar .calendar-month-card-time {
	color: #71717a;
}

section.practitioner-calendar .calendar-month-card-client {
	color: #18181b;
}

section.practitioner-calendar .calendar-modern-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

section.practitioner-calendar .calendar-modern-card {
	border-radius: 1rem;
	padding: 24px;
}

section.practitioner-calendar .calendar-modern-card-title {
	color: #18181b;
	text-transform: none;
	letter-spacing: 0;
}

section.practitioner-calendar .calendar-modern-insight-row,
section.practitioner-calendar .calendar-modern-quick-btn {
	background: #fafafa;
	border: 1px solid #e4e4e7;
}

section.practitioner-calendar .calendar-modern-insight-value {
	color: #7c3aed;
}

section.practitioner-calendar .calendar-modern-quick-btn:hover {
	background: #f4f4f5;
}

@media (max-width: 1200px) {
	section.practitioner-calendar .calendar-week-grid-columns {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 900px) {
	section.practitioner-calendar .calendar-modern-row {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 12px;
	}
	section.practitioner-calendar .calendar-modern-row-time { grid-column: 1; }
	section.practitioner-calendar .calendar-modern-row-client { grid-column: 2 / -1; }
	section.practitioner-calendar .calendar-modern-row-status { grid-column: 1; }
	section.practitioner-calendar .calendar-modern-row-form { grid-column: 2; }
	section.practitioner-calendar .calendar-modern-row-notes { grid-column: 1 / -1; border-left: none; padding-left: 0; }
	section.practitioner-calendar .calendar-modern-row-actions { grid-column: 3; grid-row: 1; }
}

@media (max-width: 768px) {
	section.practitioner-calendar .calendar-modern-hero,
	section.practitioner-calendar .calendar-modern-glass,
	section.practitioner-calendar .calendar-week-grid-wrapper,
	section.practitioner-calendar .calendar-month-wrapper,
	section.practitioner-calendar .calendar-modern-cards {
		margin-left: 0;
		margin-right: 0;
	}

	section.practitioner-calendar .calendar-modern-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	section.practitioner-calendar .calendar-modern-date-nav {
		width: 100%;
	}

	section.practitioner-calendar .calendar-modern-date-form {
		flex: 1;
		min-width: 0;
	}

	section.practitioner-calendar .calendar-modern-date-nav .calendar-modern-date-wrap {
		width: calc(100% - 84px);
		justify-content: center;
	}

	section.practitioner-calendar .calendar-week-grid-columns,
	section.practitioner-calendar .calendar-modern-cards {
		grid-template-columns: 1fr;
	}

	section.practitioner-calendar .calendar-month-day {
		min-height: 80px;
		padding: 6px;
	}

	section.practitioner-calendar .calendar-month-day-header {
		padding: 8px 4px;
		font-size: 0.625rem;
	}

	section.practitioner-calendar .calendar-day-timeline-inner {
		margin-left: 44px;
	}

	section.practitioner-calendar .calendar-day-timeline-hours {
		left: -44px;
		width: 40px;
	}

	section.practitioner-calendar .calendar-day-slot-wrap {
		grid-template-columns: minmax(3.5rem, 24%) minmax(0, 1fr);
		gap: 6px 8px;
	}
}

/* Appointment details modal (calendar) */
.swal--appointment-details-light {
	background: #fff !important;
	border: 1px solid #e4e4e7 !important;
	border-radius: 1.5rem !important;
	box-shadow: 0 25px 60px rgba(24, 24, 27, 0.2) !important;
	padding: 0 !important;
	max-width: min(560px, calc(100vw - 2rem)) !important;
}

.swal--appointment-details-light .swal2-html-container.pmd-appt-modal-wrap {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.swal--appointment-details-light .swal2-actions {
	display: none !important;
}

.pmd-appt-modal {
	display: flex;
	flex-direction: column;
	max-height: min(88vh, 760px);
}

.pmd-appt-modal__handle {
	display: flex;
	justify-content: center;
	padding: 0.55rem 0 0.15rem;
	flex-shrink: 0;
}

.pmd-appt-modal__handle::after {
	content: "";
	width: 2.5rem;
	height: 0.25rem;
	border-radius: 9999px;
	background: #d4d4d8;
}

.pmd-appt-modal__header {
	padding: 1.1rem 1.15rem 0.85rem;
	border-bottom: 1px solid #f1f1f3;
}

.pmd-appt-modal__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.55rem;
}

.pmd-appt-modal__title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 650;
	color: #18181b;
}

.pmd-appt-modal__close {
	width: 1.8rem;
	height: 1.8rem;
	border: 0;
	border-radius: 9999px;
	background: #f4f4f5;
	color: #71717a;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pmd-appt-modal__close:hover {
	background: #e4e4e7;
	color: #3f3f46;
}

.pmd-appt-modal__status {
	display: inline-block;
	padding: 0.35rem 0.6rem;
	border-radius: 0.5rem;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.pmd-appt-modal__status.is-confirmed { background: #ecfdf5; color: #047857; }
.pmd-appt-modal__status.is-pending { background: #fffbeb; color: #b45309; }
.pmd-appt-modal__status.is-completed { background: #f4f4f5; color: #52525b; }
.pmd-appt-modal__status.is-cancelled { background: #fef2f2; color: #b91c1c; }
.pmd-appt-modal__status.is-no_show { background: #fef3c7; color: #92400e; }
.pmd-appt-modal__status.is-arriving { background: #e0e7ff; color: #4338ca; }

.pmd-appt-modal__body {
	flex: 1;
	overflow-y: auto;
	padding: 1rem 1.15rem;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.pmd-appt-modal__card {
	background: #fafafa;
	border: 1px solid #f1f1f3;
	border-radius: 0.85rem;
	padding: 0.85rem;
}

.pmd-appt-modal__client-name {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #18181b;
}

.pmd-appt-modal__instagram {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.35rem;
	font-size: 0.76rem;
	font-weight: 600;
	color: #7c3aed;
	text-decoration: none;
}

.pmd-appt-modal__divider {
	height: 1px;
	background: #e4e4e7;
	margin: 0.65rem 0;
}

.pmd-appt-modal__service-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.pmd-appt-modal__service {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: #3f3f46;
}

.pmd-appt-modal__duration,
.pmd-appt-modal__datetime {
	font-size: 0.74rem;
	color: #71717a;
}

.pmd-appt-modal__datetime {
	margin: 0.35rem 0 0;
}

.pmd-appt-modal__section {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.pmd-appt-modal__label {
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 24, 27, 0.52);
}

.pmd-appt-modal__label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pmd-appt-modal__hint {
	font-size: 0.65rem;
	color: #a1a1aa;
	font-style: italic;
}

.pmd-appt-modal__contact-list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.pmd-appt-modal__contact-item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: #7c3aed;
	text-decoration: none;
	word-break: break-word;
}

.pmd-appt-modal__textarea {
	width: 100%;
	min-height: 84px;
	padding: 0.62rem 0.72rem;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
	background: #fff;
	color: #18181b;
	font-size: 0.8rem;
	line-height: 1.45;
	resize: none;
	outline: none;
	font-family: inherit;
}

.pmd-appt-modal__textarea:focus {
	border-color: #8b5cf6;
	box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.18);
}

.pmd-appt-modal__client-note {
	padding: 0.62rem 0.72rem;
	border-radius: 0.75rem;
	border: 1px solid #ede9fe;
	background: rgba(245, 243, 255, 0.75);
	font-size: 0.8rem;
	color: #3f3f46;
	line-height: 1.45;
}

.pmd-appt-modal__footer {
	padding: 0.82rem 1.15rem 0.95rem;
	border-top: 1px solid #f1f1f3;
	background: #fff;
}

.pmd-appt-modal__save {
	width: 100%;
	height: 2.6rem;
	border: 0;
	border-radius: 0.75rem;
	background: #7c3aed;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	cursor: pointer;
}

.pmd-appt-modal__save:hover {
	background: #6d28d9;
}

.pmd-appt-modal__actions {
	display: flex;
	gap: 0.4rem;
	margin-top: 0.45rem;
}

.pmd-appt-modal__action {
	flex: 1;
	height: 2.25rem;
	border-radius: 0.6rem;
	font-size: 0.69rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	cursor: pointer;
}

.pmd-appt-modal__action--complete {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #047857;
}

.pmd-appt-modal__action--delete {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #dc2626;
}

.pmd-appt-modal__action--edit {
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	color: #7c3aed;
}

/* Calendar block-out modal */
.calendar-blockout-modal[hidden] {
	display: none !important;
}

.calendar-blockout-modal [hidden] {
	display: none !important;
}

.calendar-blockout-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
}

.calendar-blockout-modal .psv-add-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.45);
	backdrop-filter: blur(4px);
	border: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.calendar-blockout-modal .psv-add-modal__outer {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 100%;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
	pointer-events: none;
}

.calendar-blockout-modal .psv-add-modal__panel {
	width: 100%;
	max-width: min(540px, 100%);
	max-height: min(90vh, 760px);
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1.75rem 1.75rem 0 0;
	overflow: hidden;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12);
	display: flex;
	flex-direction: column;
	pointer-events: auto;
	transform-origin: bottom center;
}

.calendar-blockout-modal:not(.calendar-blockout-modal--open):not(.calendar-blockout-modal--closing) .psv-add-modal__panel {
	transform: translate3d(0, 105%, 0);
}

.calendar-blockout-modal.calendar-blockout-modal--open .psv-add-modal__panel {
	animation: pmd-swal-sheet-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.calendar-blockout-modal.calendar-blockout-modal--closing .psv-add-modal__panel {
	animation: pmd-swal-sheet-out 0.22s ease forwards;
}

.calendar-blockout-modal__handle {
	display: flex;
	justify-content: center;
	padding: 0.55rem 0 0.15rem;
	flex-shrink: 0;
	background: #fff;
}

.calendar-blockout-modal__handle::after {
	content: "";
	width: 2.5rem;
	height: 0.25rem;
	border-radius: 9999px;
	background: #d4d4d8;
}

.calendar-blockout-modal .psv-add-modal__header {
	padding: 0.35rem 1rem 0.8rem;
	border-bottom: 1px solid #f1f1f3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calendar-blockout-modal .psv-add-modal__title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 650;
	color: #18181b;
}

.calendar-blockout-modal .psv-add-modal__close {
	width: 1.9rem;
	height: 1.9rem;
	border: 0;
	border-radius: 9999px;
	background: #f4f4f5;
	color: #71717a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.calendar-blockout-modal .psv-add-modal__body {
	padding: 1rem;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
}

.calendar-blockout-modal .psv-add-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.calendar-blockout-modal .psv-add-label {
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 24, 27, 0.54);
}

.calendar-blockout-required {
	color: #dc2626;
}

.calendar-blockout-modal .psv-add-input,
.calendar-blockout-modal textarea.psv-add-input {
	width: 100%;
	min-height: 2.7rem;
	padding: 0.64rem 0.72rem;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
	background: #fff;
	color: #18181b;
	font-size: 0.86rem;
	font-family: inherit;
	outline: none;
}

.calendar-blockout-modal textarea.psv-add-input {
	min-height: 5rem;
	resize: none;
}

.calendar-blockout-modal .psv-add-input:focus {
	border-color: #8b5cf6;
	box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.18);
}

.calendar-blockout-modal .psv-add-grid2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.8rem;
}

.calendar-blockout-modal .psv-add-grid2.is-single {
	grid-template-columns: 1fr;
}

.calendar-blockout-toggle {
	display: flex;
	gap: 0.25rem;
	background: rgba(244, 244, 245, 0.86);
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
	padding: 0.25rem;
}

.calendar-blockout-toggle__btn {
	flex: 1;
	height: 2.15rem;
	border: 0;
	border-radius: 0.55rem;
	background: transparent;
	color: #71717a;
	font-size: 0.78rem;
	font-weight: 700;
	cursor: pointer;
}

.calendar-blockout-toggle__btn.is-active {
	background: #fff;
	color: #7c3aed;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.08);
}

.calendar-blockout-subhint {
	margin: 0.1rem 0 0;
	font-size: 0.69rem;
	color: #a1a1aa;
}

.calendar-blockout-modal .psv-add-colors {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.calendar-blockout-modal .psv-add-color {
	width: 2rem;
	height: 2rem;
	border-radius: 9999px;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.calendar-blockout-modal .psv-add-color.is-selected {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px currentColor;
}

.calendar-blockout-modal .psv-add-modal__footer {
	padding: 0.85rem 1rem;
	border-top: 1px solid #f1f1f3;
	display: flex;
	gap: 0.6rem;
}

.calendar-blockout-modal .psv-add-btn {
	height: 2.7rem;
	flex: 1;
	border-radius: 0.75rem;
	font-size: 0.86rem;
	font-weight: 700;
	cursor: pointer;
}

.calendar-blockout-modal .psv-add-btn--outline {
	border: 1px solid #e4e4e7;
	background: #fff;
	color: #18181b;
}

.calendar-blockout-modal .psv-add-btn--primary {
	border: 0;
	background: #7c3aed;
	color: #fff;
}

/* Practitioner Calendar Availability template */
.pca-availability-template .pca-content-wrap {
	max-width: 980px;
	padding: 24px 0 90px;
}

.pca-availability-template .pca-page {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(180deg, #fff 0%, rgba(245, 243, 255, 0.6) 42%, rgba(253, 242, 248, 0.45) 100%);
	box-shadow: 0 26px 48px rgba(24, 24, 27, 0.08);
	border: 1px solid #e9d5ff;
}

.pca-availability-template .pca-page__glow {
	position: absolute;
	border-radius: 9999px;
	pointer-events: none;
	filter: blur(1px);
}

.pca-availability-template .pca-page__glow--one {
	width: 280px;
	height: 280px;
	top: -80px;
	right: -70px;
	background: radial-gradient(circle, rgba(167, 139, 250, 0.28) 0%, rgba(167, 139, 250, 0.08) 45%, transparent 72%);
}

.pca-availability-template .pca-page__glow--two {
	width: 240px;
	height: 240px;
	top: 31%;
	left: -75px;
	background: radial-gradient(circle, rgba(232, 121, 249, 0.2) 0%, rgba(232, 121, 249, 0.05) 45%, transparent 72%);
}

.pca-availability-template .pca-page__glow--three {
	width: 320px;
	height: 320px;
	right: -90px;
	bottom: -90px;
	background: radial-gradient(circle, rgba(196, 181, 253, 0.3) 0%, rgba(196, 181, 253, 0.06) 45%, transparent 72%);
}

.pca-availability-template .pca-page__body {
	position: relative;
	z-index: 2;
	padding: 34px 30px 28px;
}

.pca-availability-template .pca-header__title {
	margin: 0;
	font-size: clamp(1.8rem, 2.8vw, 2.1rem);
	line-height: 1.15;
	font-weight: 600;
	color: #18181b;
	letter-spacing: -0.02em;
}

.pca-availability-template .pca-header__subtitle {
	margin: 8px 0 0;
	font-size: 0.94rem;
	line-height: 1.6;
	color: #52525b;
}

.pca-availability-template .pca-back-nav {
	margin: 0 0 12px;
}

.pca-availability-template .pca-back-to-calendar {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #71717a;
	text-decoration: none;
	transition: color 0.2s;
}

.pca-availability-template .pca-back-to-calendar:hover {
	color: #7c3aed;
}

.pca-availability-template .pca-card {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
	margin-top: 24px;
}

.pca-availability-template .pca-card--general {
	padding: 18px;
}

.pca-availability-template .pca-card__head {
	padding: 14px 18px;
	border-bottom: 1px solid #f1f5f9;
}

.pca-availability-template .pca-card__title {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: #18181b;
}

.pca-availability-template .pca-select + .pca-select {
	margin-top: 18px;
}

.pca-availability-template .pca-select__label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(39, 39, 42, 0.52);
}

.pca-availability-template .pca-select__trigger {
	width: 100%;
	height: 50px;
	border: 1px solid #e4e4e7;
	border-radius: 0.8rem;
	background: #fff;
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.875rem;
	font-weight: 500;
	color: #18181b;
	cursor: pointer;
	text-align: left;
}

.pca-availability-template .pca-select__trigger:focus {
	outline: 2px solid #8b5cf6;
	outline-offset: 1px;
}

.pca-availability-template .pca-select {
	position: relative;
}

.pca-availability-template .pca-select__chevron {
	color: #a1a1aa;
	font-size: 0.9rem;
}

.pca-availability-template .pca-select__menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 0.8rem;
	box-shadow: 0 18px 34px rgba(24, 24, 27, 0.12);
	padding: 6px;
	z-index: 30;
}

.pca-availability-template .pca-select__option {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 10px 12px;
	border-radius: 0.6rem;
	font-size: 0.875rem;
	text-align: left;
	color: #3f3f46;
	cursor: pointer;
}

.pca-availability-template .pca-select__option:hover {
	background: #f8fafc;
}

.pca-availability-template .pca-select__option.is-active {
	background: rgba(139, 92, 246, 0.1);
	color: #7c3aed;
	font-weight: 600;
}

.pca-availability-template .pca-select__hint {
	margin: 7px 0 0;
	font-size: 0.69rem;
	line-height: 1.45;
	color: #a1a1aa;
}

.pca-availability-template .pca-clinic-toggle {
	margin: 14px 18px 0;
	background: rgba(244, 244, 245, 0.9);
	border-radius: 0.8rem;
	padding: 4px;
	display: flex;
	gap: 4px;
}

.pca-availability-template .pca-clinic-toggle__btn {
	flex: 1;
	height: 34px;
	border: 0;
	border-radius: 0.6rem;
	background: transparent;
	font-size: 0.82rem;
	font-weight: 600;
	color: #71717a;
	cursor: pointer;
}

.pca-availability-template .pca-clinic-toggle__btn.is-active {
	background: #fff;
	color: #7c3aed;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.08);
}

.pca-availability-template .pca-clinic-note {
	margin: 8px 18px 0;
	font-size: 0.69rem;
	line-height: 1.45;
	color: #a1a1aa;
}

.pca-availability-template .pca-days-panel {
	padding: 2px 18px 12px;
}

.pca-availability-template .pca-day-row {
	padding: 14px 0;
	border-bottom: 1px solid #f1f5f9;
}

.pca-availability-template .pca-day-row:last-child {
	border-bottom: 0;
}

.pca-availability-template .pca-day-row__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pca-availability-template .pca-day-row__left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pca-availability-template .pca-check input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pca-availability-template .pca-check__box {
	width: 20px;
	height: 20px;
	border-radius: 0.45rem;
	border: 2px solid #d4d4d8;
	background: #fff;
	color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.pca-availability-template .pca-check input:checked + .pca-check__box {
	background: #7c3aed;
	border-color: #7c3aed;
	color: #fff;
}

.pca-availability-template .pca-day-row__name {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #18181b;
}

.pca-availability-template .pca-day-row__actions {
	display: flex;
	gap: 4px;
}

.pca-availability-template .pca-icon-btn {
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 0.55rem;
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pca-availability-template .pca-add-slot {
	background: #ede9fe;
	color: #7c3aed;
}

.pca-availability-template .pca-copy-day {
	background: #f4f4f5;
	color: #71717a;
}

.pca-availability-template .pca-day-row__body {
	margin-left: 30px;
	margin-top: 8px;
}

.pca-availability-template .pca-closed-text,
.pca-availability-template .pca-empty-dash {
	font-size: 0.75rem;
	color: #a1a1aa;
	font-weight: 600;
}

.pca-availability-template .pca-empty-dash {
	font-weight: 500;
}

.pca-availability-template .pca-slot-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pca-availability-template .pca-slot-row {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pca-availability-template .pca-time-input {
	width: 108px;
	height: 34px;
	border: 1px solid #e4e4e7;
	border-radius: 0.55rem;
	background: #fff;
	font-size: 0.82rem;
	color: #18181b;
	padding: 0 8px;
}

.pca-availability-template .pca-time-sep {
	font-size: 0.75rem;
	color: #a1a1aa;
}

.pca-availability-template .pca-slot-remove {
	border: 0;
	background: transparent;
	font-size: 0.7rem;
	color: #f87171;
	font-weight: 700;
	cursor: pointer;
}

.pca-availability-template .pca-day-row.is-closed .pca-day-row__actions {
	opacity: 0.45;
}

.pca-availability-template .pca-tips-card {
	margin-top: 22px;
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	border-radius: 1rem;
	padding: 18px;
}

.pca-availability-template .pca-tips-card__title {
	margin: 0 0 10px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #4c1d95;
}

.pca-availability-template .pca-tips-card__list {
	margin: 0;
	padding-left: 16px;
	color: rgba(91, 33, 182, 0.82);
	font-size: 0.75rem;
	line-height: 1.55;
	display: grid;
	gap: 7px;
}

.pca-availability-template .pca-save-wrap {
	margin-top: 18px;
}

.pca-availability-template .pca-save-btn {
	width: 100%;
	height: 54px;
	border: 0;
	border-radius: 0.8rem;
	background: #7c3aed;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(124, 58, 237, 0.26);
}

.pca-availability-template .pca-save-btn:hover {
	background: #6d28d9;
}

.pca-availability-template .pca-save-btn:disabled,
.pca-availability-template .pca-save-btn.is-saving {
	cursor: wait;
	opacity: 0.78;
	box-shadow: none;
}

.practitioner-dashboard-modern {
	background: rgba(0, 0, 0, 0.02);
}

@media (max-width: 860px) {
	.pca-availability-template .pca-content-wrap {
		padding: 14px 0 82px;
	}

	.pca-availability-template .pca-page {
		border-radius: 16px;
	}

	.pca-availability-template .pca-page__body {
		padding: 24px 16px 20px;
	}

	.pca-availability-template .pca-day-row__body {
		margin-left: 0;
	}

	.pca-availability-template .pca-slot-row {
		flex-wrap: wrap;
	}
}

.pfo-page {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(180deg, #fff 0%, rgba(245, 243, 255, 0.6) 42%, rgba(253, 242, 248, 0.45) 100%);
	box-shadow: 0 26px 48px rgba(24, 24, 27, 0.08);
	border: 1px solid #e9d5ff;
}

.practitioner-finance-page .pfo-page__glow {
	position: absolute;
	border-radius: 9999px;
	pointer-events: none;
}

.practitioner-finance-page .pfo-page__glow--one {
	width: 280px;
	height: 280px;
	top: -80px;
	right: -70px;
	background: radial-gradient(circle, rgba(167, 139, 250, 0.28) 0%, rgba(167, 139, 250, 0.08) 45%, transparent 72%);
}

.practitioner-finance-page .pfo-page__glow--two {
	width: 240px;
	height: 240px;
	top: 31%;
	left: -75px;
	background: radial-gradient(circle, rgba(232, 121, 249, 0.2) 0%, rgba(232, 121, 249, 0.05) 45%, transparent 72%);
}

.practitioner-finance-page .pfo-page__glow--three {
	width: 320px;
	height: 320px;
	right: -90px;
	bottom: -90px;
	background: radial-gradient(circle, rgba(196, 181, 253, 0.3) 0%, rgba(196, 181, 253, 0.06) 45%, transparent 72%);
}

.practitioner-finance-page .pfo-page__body {
	position: relative;
	z-index: 2;
	padding: 0;
}

.practitioner-finance-page .pfo-page__header-slot {
	position: relative;
	z-index: 2;
}

.practitioner-finance-page .pfo-page__header-inner {
	padding: 34px 30px 0;
}

.practitioner-finance-page .pfo-page__content {
	position: relative;
	z-index: 2;
	padding: 12px 30px 28px;
}

.practitioner-finance-page .pfo-integrated-topbar {
	margin: 0 0 12px;
}

.practitioner-finance-page .pfo-integrated-topbar .calendar-modern-header,
.practitioner-finance-page .pfo-integrated-topbar .pdd-practitioner-topbar-shell {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #ece7ff;
	border-radius: 14px;
	backdrop-filter: blur(10px);
	box-shadow: 0 6px 16px rgba(24, 24, 27, 0.06);
}

.practitioner-finance-page .pfo-integrated-topbar .pdd-mobile-header__bell {
	background: transparent;
}
.practitioner-finance-page .pfo-integrated-topbar .pdd-mobile-header__avatar-link {
	background: #fff;
}

.practitioner-finance-page .pfo-title {
	margin: 0;
	font-size: clamp(1.85rem, 2.8vw, 2.1rem);
	line-height: 1.15;
	font-weight: 600;
	color: #18181b;
	letter-spacing: -0.02em;
}

.practitioner-finance-page .pfo-subtitle {
	margin: 8px 0 0;
	font-size: 0.94rem;
	line-height: 1.6;
	color: #52525b;
}

.practitioner-finance-page .pfo-card {
	margin-top: 22px;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
}

.practitioner-finance-page .pfo-card--payment {
	padding: 18px;
	background: linear-gradient(135deg, #f5f3ff 0%, #fdf4ff 100%);
	border-color: #ddd6fe;
}

.practitioner-finance-page .pfo-payment-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.practitioner-finance-page .pfo-payment-label-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.practitioner-finance-page .pfo-payment-label {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7c3aed;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.practitioner-finance-page .pfo-required-pill,
.practitioner-finance-page.pst-page .pst-required-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(245, 158, 11, 0.16);
	color: #b45309;
}

.practitioner-finance-page .pfo-inline-link--static {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.55);
	cursor: default;
}

.practitioner-finance-page .pfo-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.55rem;
	border-radius: 9999px;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.practitioner-finance-page .pfo-status-badge--connected {
	background: #dcfce7;
	color: #15803d;
}

.practitioner-finance-page .pfo-status-badge--pending {
	background: #fef3c7;
	color: #b45309;
}

.practitioner-finance-page .pfo-payment-desc {
	margin: 9px 0 11px;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(91, 33, 182, 0.75);
}

.practitioner-finance-page .pfo-inline-link {
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
	color: #7c3aed;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.practitioner-finance-page .pfo-stats-grid {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.practitioner-finance-page .pfo-stat {
	padding: 18px;
}

.practitioner-finance-page .pfo-stat__label {
	margin: 0 0 8px;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #71717a;
}

.practitioner-finance-page .pfo-stat__value {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.05;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page .pfo-trend {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 8px;
	border-radius: 0.5rem;
	font-size: 0.68rem;
	font-weight: 700;
}

.practitioner-finance-page .pfo-trend--up {
	background: #ecfdf3;
	color: #059669;
}

.practitioner-finance-page .pfo-trend--down {
	background: #fff1f2;
	color: #dc2626;
}

.practitioner-finance-page .pfo-tip-note {
	margin: 8px 0 0;
	font-size: 0.66rem;
	line-height: 1.45;
	color: #a1a1aa;
}

.practitioner-finance-page .pfo-actions {
	margin-top: 16px;
	display: grid;
	gap: 12px;
}

.practitioner-finance-page .pfo-action-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px;
	border-radius: 1rem;
	border: 1px solid #e4e4e7;
	background: #fff;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
	text-decoration: none;
	color: inherit;
}

.practitioner-finance-page .pfo-action-card__left {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.practitioner-finance-page .pfo-action-card__icon {
	width: 40px;
	height: 40px;
	border-radius: 0.75rem;
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.practitioner-finance-page .pfo-action-card__icon--bookings {
	background: #ede9fe;
}

.practitioner-finance-page .pfo-action-card__icon--expenses {
	background: #fef3c7;
}

.practitioner-finance-page .pfo-action-card__title {
	margin: 0 0 3px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page .pfo-action-card__desc {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.35;
	color: #71717a;
}

.practitioner-finance-page .pfo-action-card__arrow {
	color: #a1a1aa;
}

.practitioner-finance-page .pfo-activity__head {
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f1f5f9;
}

.practitioner-finance-page .pfo-activity__title {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page .pfo-activity__count {
	font-size: 0.68rem;
	color: #a1a1aa;
}

.practitioner-finance-page .pfo-activity__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 18px;
	border-bottom: 1px solid #f4f4f5;
}

.practitioner-finance-page .pfo-activity__item:last-child {
	border-bottom: 0;
}

.practitioner-finance-page .pfo-activity__left {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page .pfo-activity__icon {
	width: 32px;
	height: 32px;
	border-radius: 9999px;
	display: grid;
	place-items: center;
	font-size: 0.9rem;
	flex-shrink: 0;
}

.practitioner-finance-page .pfo-activity__icon--booking {
	background: #ede9fe;
}

.practitioner-finance-page .pfo-activity__icon--tip {
	background: #fce7f3;
}

.practitioner-finance-page .pfo-activity__icon--expense {
	background: #f4f4f5;
}

.practitioner-finance-page .pfo-activity__meta {
	min-width: 0;
	flex: 1;
}

.practitioner-finance-page .pfo-activity__item-title {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: #18181b;
	line-height: 1.35;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.practitioner-finance-page .pfo-activity__item-subtitle {
	margin: 2px 0 0;
	font-size: 0.68rem;
	color: #a1a1aa;
	line-height: 1.35;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.practitioner-finance-page .pfo-activity__right {
	text-align: right;
	flex-shrink: 0;
	min-width: fit-content;
	white-space: nowrap;
}

.practitioner-finance-page .pfo-activity__amount {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
	white-space: nowrap;
}

.practitioner-finance-page .pfo-activity__amount.is-credit {
	color: #059669;
}

.practitioner-finance-page .pfo-activity__amount.is-debit {
	color: #dc2626;
}

.practitioner-finance-page .pfo-activity__badge {
	display: inline-block;
	margin-top: 2px;
	padding: 1px 6px;
	border-radius: 0.4rem;
	font-size: 0.58rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.practitioner-finance-page .pfo-activity__badge.is-credit {
	background: #ecfdf3;
	color: #059669;
}

.practitioner-finance-page .pfo-activity__badge.is-debit {
	background: #fff1f2;
	color: #dc2626;
}

.practitioner-finance-page .pfo-pagination {
	padding: 12px 16px;
	border-top: 1px solid #f4f4f5;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.practitioner-finance-page .pfo-pagination__btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	color: #7c3aed;
	font-size: 0.75rem;
	font-weight: 700;
}

.practitioner-finance-page .pfo-pagination__info {
	font-size: 0.72rem;
	color: #a1a1aa;
}

.practitioner-finance-page .pfo-footer-action {
	margin-top: 18px;
}

.practitioner-finance-page .pfo-download-btn {
	width: 100%;
	height: 52px;
	border: 0;
	border-radius: 0.8rem;
	background: #7c3aed;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(124, 58, 237, 0.26);
}

@media (max-width: 860px) {

.pfo-page {
		border-radius: 16px;
	}

	.practitioner-finance-page .pfo-page__header-inner {
		padding: 24px 16px 0;
	}

	.practitioner-finance-page .pfo-page__content {
		padding: 10px 16px 20px;
	}

	.practitioner-finance-page .pfo-stats-grid {
		grid-template-columns: 1fr;
	}
}

/* Practitioner customers (light shell + grouped cards, matches app “Clients” UI) */
.practitioner-finance-page.practitioner-customers-page .pc-page-content {
	padding-bottom: 32px;
}

.practitioner-finance-page.practitioner-customers-page .pc-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.practitioner-finance-page.practitioner-customers-page .pc-header__copy {
	min-width: 0;
	flex: 1;
}

.practitioner-finance-page.practitioner-customers-page .pc-eyebrow {
	margin: 0 0 6px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7c3aed;
}

.practitioner-finance-page.practitioner-customers-page .pc-title {
	margin: 0;
	font-size: clamp(1.5rem, 4vw, 1.75rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #18181b;
}

.practitioner-finance-page.practitioner-customers-page .pc-lede {
	margin: 8px 0 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #71717a;
	max-width: 26rem;
}

.practitioner-finance-page.practitioner-customers-page .pc-header__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.practitioner-finance-page.practitioner-customers-page .pc-add-customer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 12px;
	border: 1px solid #e4e4e7;
	background: #fff;
	color: #18181b;
	font-size: 0.875rem;
	font-weight: 600;
	font-family: inherit;
	line-height: 1.25;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.06);
	transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.12s, box-shadow 0.2s;
}

.practitioner-finance-page.practitioner-customers-page .pc-add-customer-btn:hover {
	background: #fafafa;
	border-color: #d4d4d8;
	color: #09090b;
	box-shadow: 0 2px 6px rgba(24, 24, 27, 0.08);
}

.practitioner-finance-page.practitioner-customers-page .pc-add-customer-btn:active {
	transform: scale(0.98);
}

.practitioner-finance-page.practitioner-customers-page .pc-stats {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.practitioner-finance-page.practitioner-customers-page .pc-stat {
	flex: 1;
	text-align: center;
	padding: 12px 8px;
	border-radius: 16px;
	border: 1px solid #e4e4e7;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.practitioner-customers-page .pc-stat--total {
	background: #fff;
}

.practitioner-finance-page.practitioner-customers-page .pc-stat--active {
	background: #faf5ff;
	border-color: #ede9fe;
}

.practitioner-finance-page.practitioner-customers-page .pc-stat--appts {
	background: #fdf2f8;
	border-color: #fce7f3;
}

.practitioner-finance-page.practitioner-customers-page .pc-stat__value {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.practitioner-customers-page .pc-stat--active .pc-stat__value {
	color: #7c3aed;
}

.practitioner-finance-page.practitioner-customers-page .pc-stat--appts .pc-stat__value {
	color: #db2777;
}

.practitioner-finance-page.practitioner-customers-page .pc-stat__label {
	margin: 4px 0 0;
	font-size: 0.6875rem;
	font-weight: 600;
	color: #71717a;
}

.practitioner-finance-page.practitioner-customers-page .pc-clients-root {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.practitioner-finance-page.practitioner-customers-page .pc-alpha-block--hidden {
	display: none !important;
}

.practitioner-finance-page.practitioner-customers-page .pc-letter-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	position: sticky;
	top: 0;
	z-index: 3;
	margin: 0 -6px;
	padding-left: 6px;
	padding-right: 6px;
	background: linear-gradient(90deg, rgba(246, 241, 250, 0.92), rgba(251, 245, 251, 0.88));
	backdrop-filter: blur(10px);
	border-radius: 8px;
}

.practitioner-finance-page.practitioner-customers-page .pc-letter-badge {
	width: 32px;
	height: 32px;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
	box-shadow: 0 2px 8px rgba(124, 58, 237, 0.25);
	flex-shrink: 0;
}

.practitioner-finance-page.practitioner-customers-page .pc-letter-rule {
	flex: 1;
	height: 1px;
	background: #e4e4e7;
}

.practitioner-finance-page.practitioner-customers-page .pc-letter-group {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 16px;
	border: 1px solid #e4e4e7;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card {
	display: block;
	padding: 16px;
	border-bottom: 1px solid #f4f4f5;
	cursor: pointer;
	transition: background 0.15s;
}

.practitioner-finance-page.practitioner-customers-page .pc-letter-group .pc-client-card:last-child {
	border-bottom: none;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card:hover {
	background: rgba(250, 245, 255, 0.45);
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card.expanded {
	background: rgba(243, 232, 255, 0.35);
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card--derived {
	background: rgba(250, 245, 255, 0.25);
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__chevron {
	font-size: 0.75rem;
	color: #7c3aed;
	transition: transform 0.2s ease;
	flex-shrink: 0;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card.expanded .pc-client-card__chevron,
.practitioner-finance-page.practitioner-customers-page .pc-client-card.expanded .expand-icon {
	transform: rotate(90deg);
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__name {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #18181b;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.practitioner-finance-page.practitioner-customers-page .pc-badge-from-appts {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	padding: 4px 10px;
	border-radius: 9999px;
	font-size: 0.625rem;
	font-weight: 700;
	color: #6d28d9;
	background: rgba(167, 139, 250, 0.15);
	border: 1px solid rgba(167, 139, 250, 0.35);
}

.practitioner-finance-page.practitioner-customers-page .pc-badge-from-appts__dot {
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background: #7c3aed;
	margin-right: 6px;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__contacts {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
}

.practitioner-finance-page.practitioner-customers-page .pc-contact-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.8125rem;
	color: #52525b;
	min-width: 0;
}

.practitioner-finance-page.practitioner-customers-page .pc-contact-row__icon {
	flex-shrink: 0;
	width: 1em;
	color: #a78bfa;
	opacity: 0.85;
}

.practitioner-finance-page.practitioner-customers-page .pc-contact-row__text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
}

.practitioner-finance-page.practitioner-customers-page .pc-contact-row__text--muted {
	color: #a1a1aa;
	font-style: italic;
}

.practitioner-finance-page.practitioner-customers-page .pc-contact-row--instagram .pc-contact-row__text {
	color: #db2777;
	font-weight: 600;
}

.practitioner-finance-page.practitioner-customers-page .pc-contact-row a:hover {
	text-decoration: underline;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	margin-bottom: 12px;
	border-radius: 8px;
	background: #fffbeb;
	border: 1px solid #fde68a;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__note-icon {
	color: #b45309;
	font-size: 0.9rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__note-body {
	min-width: 0;
	flex: 1;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__note-label {
	display: block;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #92400e;
	margin-bottom: 2px;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__note-text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #3f3f46;
	white-space: pre-wrap;
	word-break: break-word;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-bottom: 14px;
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(244, 244, 245, 0.85);
	font-size: 0.75rem;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__meta-appts {
	font-weight: 600;
	color: #3f3f46;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__meta-last {
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card__meta-new {
	color: #a1a1aa;
	font-style: italic;
}

.practitioner-finance-page.practitioner-customers-page .pc-client-card .action-buttons {
	display: flex;
	gap: 8px;
	margin: 0;
	cursor: default;
}

.practitioner-finance-page.practitioner-customers-page .pc-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 0.8125rem;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	border: none;
	transition: transform 0.12s, box-shadow 0.2s, background 0.2s;
}

.practitioner-finance-page.practitioner-customers-page .pc-btn:active {
	transform: scale(0.98);
}

.practitioner-finance-page.practitioner-customers-page .pc-btn--view {
	background: #7c3aed;
	color: #fff;
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
}

.practitioner-finance-page.practitioner-customers-page .pc-btn--view:hover {
	background: #6d28d9;
}

.practitioner-finance-page.practitioner-customers-page .pc-btn--note {
	background: #fff;
	color: #18181b;
	border: 1px solid #d4d4d8;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.practitioner-customers-page .pc-btn--note:hover {
	background: #fafafa;
}

.practitioner-finance-page.practitioner-customers-page .appointments-detail-row.pc-appointments-detail {
	display: none;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e9d5ff;
	cursor: default;
	background: transparent;
}

.practitioner-finance-page.practitioner-customers-page .pc-appointments-loading {
	text-align: center;
	padding: 16px;
	color: #71717a;
	font-size: 0.875rem;
}

.practitioner-finance-page.practitioner-customers-page .pc-appointments-loading .fa-spinner {
	margin-right: 8px;
}

.practitioner-finance-page.practitioner-customers-page .pc-appointments-content {
	color: #3f3f46;
}

.practitioner-finance-page.practitioner-customers-page .pc-count-footer {
	margin: 16px 0 0;
	text-align: center;
	font-size: 0.8125rem;
	color: #71717a;
}

.practitioner-finance-page.practitioner-customers-page .pc-empty-state {
	text-align: center;
	padding: 48px 20px;
	border-radius: 16px;
	border: 1px dashed #e4e4e7;
	background: rgba(255, 255, 255, 0.65);
}

.practitioner-finance-page.practitioner-customers-page .pc-empty-state__title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.practitioner-customers-page .pc-empty-state__hint {
	margin: 0;
	font-size: 0.875rem;
	color: #71717a;
	line-height: 1.5;
}

@media (max-width: 640px) {
	.practitioner-finance-page.practitioner-customers-page .pc-header {
		flex-direction: column;
		align-items: stretch;
	}

	.practitioner-finance-page.practitioner-customers-page .pc-header__actions {
		justify-content: flex-end;
	}

	.practitioner-finance-page.practitioner-customers-page .pc-stats {
		flex-direction: column;
	}

	.practitioner-finance-page.practitioner-customers-page .pc-client-card .action-buttons {
		flex-direction: column;
	}
}

/* Practitioner single customer (CPT profile page) */
.practitioner-finance-page.pc-single-customer-page .pfo-page__header-inner {
	padding: 0;
	min-height: 0;
}

.practitioner-finance-page.pc-single-customer-page .pfo-page__content.pc-page-content {
	padding-top: 8px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-back {
	margin: 0 0 8px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-back__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #6d28d9;
	text-decoration: none;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-back__link:hover {
	text-decoration: underline;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-header {
	margin-bottom: 8px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-header__title {
	margin-top: 4px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-header__meta {
	margin-top: 6px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-wide-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (min-width: 900px) {
	.practitioner-finance-page.pc-single-customer-page .pc-single-grid {
		grid-template-columns: 1fr 1fr;
	}

	.practitioner-finance-page.pc-single-customer-page .pc-single-wide-stack {
		grid-column: 1 / -1;
	}
}

.practitioner-finance-page.pc-single-customer-page .pc-single-card {
	border-radius: 16px;
	border: 1px solid #e4e4e7;
	background: #fff;
	box-shadow: 0 4px 14px rgba(24, 24, 27, 0.06);
	padding: 18px 20px 20px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-card__title {
	margin: 0 0 14px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #18181b;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 26px;
	padding: 0 8px;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 700;
	background: #f3e8ff;
	color: #6d28d9;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-dl {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-dl__row {
	display: grid;
	grid-template-columns: minmax(110px, 34%) 1fr;
	gap: 10px 16px;
	padding: 10px 0;
	border-bottom: 1px solid #f4f4f5;
	font-size: 0.875rem;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-dl__row:last-child {
	border-bottom: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-dl__k {
	color: #71717a;
	font-weight: 600;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-dl__v {
	color: #18181b;
	word-break: break-word;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-dl__v a {
	color: #6d28d9;
	font-weight: 500;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-code {
	display: inline-block;
	max-width: 100%;
	padding: 2px 8px;
	border-radius: 6px;
	background: #fafafa;
	border: 1px solid #e4e4e7;
	font-size: 0.78rem;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-note-label {
	margin: 0 0 6px;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #a1a1aa;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-note-box {
	margin: 0 0 14px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fafafa;
	border: 1px solid #e4e4e7;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #3f3f46;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-muted {
	margin: 0;
	color: #a1a1aa;
	font-size: 0.875rem;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-textarea {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d4d4d8;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1.45;
	resize: vertical;
	min-height: 120px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-textarea:focus {
	outline: none;
	border-color: #a78bfa;
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-notes-actions {
	margin-top: 10px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-msg {
	margin: 10px 0 0;
	font-size: 0.8125rem;
	color: #059669;
	min-height: 1.2em;
}

/* Tips + booking history (matches app-style list) */
.practitioner-finance-page.pc-single-customer-page .pc-single-tips-card {
	border-radius: 16px;
	border: 1px solid #e9d5ff;
	background: linear-gradient(180deg, #fdf2f8 0%, #faf5ff 100%);
	box-shadow: 0 4px 12px rgba(24, 24, 27, 0.05);
	padding: 16px 18px 14px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-tips-card__title {
	margin: 0 0 12px;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-tips-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-tips-card__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-tips-card__date {
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.55);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-tips-card__amount {
	font-size: 0.875rem;
	font-weight: 700;
	color: #db2777;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-tips-card__footnote {
	margin: 10px 0 0;
	font-size: 0.625rem;
	font-style: italic;
	color: rgba(24, 24, 27, 0.32);
	line-height: 1.4;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-bookings-card {
	border-radius: 16px;
	border: 1px solid #e4e4e7;
	background: #fff;
	box-shadow: 0 4px 12px rgba(24, 24, 27, 0.05);
	overflow: hidden;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-bookings-card__head {
	padding: 12px 16px;
	border-bottom: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.85);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-bookings-card__title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-bookings-card__empty {
	padding: 36px 20px 40px;
	text-align: center;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-bookings-card__empty-icon {
	margin: 0 0 8px;
	font-size: 2rem;
	line-height: 1;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-bookings-card__empty-title {
	margin: 0 0 6px;
	font-size: 0.8125rem;
	color: rgba(24, 24, 27, 0.45);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-bookings-card__empty-hint {
	margin: 0;
	font-size: 0.6875rem;
	color: rgba(24, 24, 27, 0.32);
	line-height: 1.45;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row {
	padding: 16px;
	border-bottom: 1px solid #e4e4e7;
	transition: background 0.15s ease;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row:last-child {
	border-bottom: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row:hover {
	background: rgba(250, 250, 250, 0.65);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
	flex-wrap: wrap;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__when {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	min-width: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__date {
	font-size: 0.6875rem;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.48);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__dot {
	font-size: 0.625rem;
	color: rgba(24, 24, 27, 0.22);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__time {
	font-size: 0.6875rem;
	color: rgba(24, 24, 27, 0.38);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-status {
	display: inline-flex;
	align-items: center;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 9999px;
	border: 1px solid transparent;
	flex-shrink: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-status--confirmed {
	background: rgba(167, 139, 250, 0.12);
	color: #6d28d9;
	border-color: rgba(167, 139, 250, 0.28);
}

.practitioner-finance-page.pc-single-customer-page .pc-single-status--completed {
	background: #ecfdf5;
	color: #047857;
	border-color: #a7f3d0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-status--cancelled {
	background: #fef2f2;
	color: #dc2626;
	border-color: #fecaca;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__service {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #18181b;
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page.pc-single-customer-page .pc-single-booking-row__amount {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: #18181b;
	flex-shrink: 0;
}

.practitioner-finance-page.pc-single-customer-page a.pc-customer-profile-link {
	text-decoration: none;
}

/* Practitioner settings (light shell + app-style cards; .pst-* under .practitioner-finance-page.pst-page) */
.practitioner-finance-page.pst-page .pfo-page__header-inner.pst-page__header-spacer {
	padding: 0;
	min-height: 0;
}

.practitioner-finance-page.pst-page .pst-content {
	padding: 8px 24px 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.practitioner-finance-page.pst-page .pst-hero {
	margin: 0;
}

.practitioner-finance-page.pst-page .pst-eyebrow {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7c3aed;
}

.practitioner-finance-page.pst-page .pst-title {
	margin: 0;
	font-size: clamp(1.5rem, 4vw, 1.75rem);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #18181b;
}

.practitioner-finance-page.pst-page .pst-lede {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(24, 24, 27, 0.5);
}

.practitioner-finance-page.pst-page .pst-alert {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid #e4e4e7;
	font-size: 0.8125rem;
}

.practitioner-finance-page.pst-page .pst-alert--success {
	background: #ecfdf5;
	border-color: #bbf7d0;
	color: #065f46;
}

.practitioner-finance-page.pst-page .pst-alert--info {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1e40af;
}

.practitioner-finance-page.pst-page .pst-alert__icon {
	font-size: 1.25rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.practitioner-finance-page.pst-page .pst-alert__title {
	display: block;
	margin: 0 0 4px;
}

.practitioner-finance-page.pst-page .pst-alert__text {
	margin: 0;
	line-height: 1.45;
	opacity: 0.9;
}

.practitioner-finance-page.pst-page .pst-card {
	border-radius: 16px;
	border: 1px solid #e4e4e7;
	background: #fff;
	box-shadow: 0 4px 14px rgba(24, 24, 27, 0.06);
	overflow: hidden;
}

.practitioner-finance-page.pst-page .pst-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.75);
}

.practitioner-finance-page.pst-page .pst-card__head-icon {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 0.95rem;
}

.practitioner-finance-page.pst-page .pst-card__head-icon--brand {
	background: rgba(167, 139, 250, 0.15);
	color: #6d28d9;
}

.practitioner-finance-page.pst-page .pst-card__head-icon--amber {
	background: #fffbeb;
	color: #d97706;
}

.practitioner-finance-page.pst-page .pst-card__head-icon--pink {
	background: #fdf2f8;
	color: #db2777;
}

.practitioner-finance-page.pst-page .pst-card__title {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #18181b;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
}

.practitioner-finance-page.pst-page .pst-card__subtitle {
	margin: 2px 0 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.48);
	line-height: 1.35;
}

.practitioner-finance-page.pst-page .pst-card__body {
	padding: 18px 20px 20px;
}

.practitioner-finance-page.pst-page .pst-card__body--tight {
	padding-top: 16px;
}

.practitioner-finance-page.pst-page .pst-banner {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 0.8125rem;
	margin-bottom: 14px;
}

.practitioner-finance-page.pst-page .pst-banner:last-child {
	margin-bottom: 0;
}

.practitioner-finance-page.pst-page .pst-banner--info {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1e3a8a;
}

.practitioner-finance-page.pst-page .pst-banner--amber {
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
}

.practitioner-finance-page.pst-page .pst-banner--muted {
	background: #fafafa;
	border: 1px solid #e4e4e7;
	color: #52525b;
}

.practitioner-finance-page.pst-page .pst-banner p {
	margin: 4px 0 0;
	line-height: 1.45;
}

.practitioner-finance-page.pst-page .pst-stripe-connected {
	display: flex;
	gap: 12px;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #bbf7d0;
	background: #ecfdf5;
	margin-bottom: 14px;
}

.practitioner-finance-page.pst-page .pst-stripe-connected__icon {
	color: #10b981;
	font-size: 1.25rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.practitioner-finance-page.pst-page .pst-stripe-connected__title {
	margin: 0 0 6px;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #065f46;
}

.practitioner-finance-page.pst-page .pst-stripe-connected__text {
	margin: 0 0 8px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgba(6, 95, 70, 0.88);
}

.practitioner-finance-page.pst-page .pst-stripe-connected__id {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	color: rgba(5, 150, 105, 0.85);
}

.practitioner-finance-page.pst-page .pst-stripe-connected__id code {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 8px;
	border-radius: 6px;
	background: rgba(16, 185, 129, 0.12);
	font-size: 0.6875rem;
}

.practitioner-finance-page.pst-page .pst-stripe-connected__meta {
	margin: 8px 0 0;
	font-size: 0.6875rem;
	color: rgba(6, 95, 70, 0.65);
}

.practitioner-finance-page.pst-page .pst-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	font-size: 0.8125rem;
	font-weight: 600;
	font-family: inherit;
	border-radius: 12px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease, opacity 0.15s ease;
}

.practitioner-finance-page.pst-page .pst-btn:active:not(:disabled) {
	transform: scale(0.98);
}

.practitioner-finance-page.pst-page .pst-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.practitioner-finance-page.pst-page .pst-btn--block {
	width: 100%;
}

.practitioner-finance-page.pst-page .pst-btn--flex {
	flex: 1;
}

.practitioner-finance-page.pst-page .pst-btn--shrink {
	flex-shrink: 0;
}

.practitioner-finance-page.pst-page .pst-btn--outline.pst-btn--shrink {
	color: #7c3aed;
	font-weight: 600;
	font-size: 0.75rem;
}

.practitioner-finance-page.pst-page .pst-btn--outline.pst-btn--shrink:hover:not(:disabled) {
	background: rgba(167, 139, 250, 0.12);
	color: #6d28d9;
}

.practitioner-finance-page.pst-page .pst-btn--primary {
	background: #7c3aed;
	color: #fff;
	border-color: #7c3aed;
	box-shadow: 0 4px 14px rgba(124, 58, 237, 0.22);
}

.practitioner-finance-page.pst-page .pst-btn--primary:hover:not(:disabled) {
	background: #6d28d9;
	border-color: #6d28d9;
}

.practitioner-finance-page.pst-page .pst-btn--outline {
	background: #fff;
	color: #18181b;
	font-weight: 500;
	border-color: #d4d4d8;
	box-shadow: 0 2px 6px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.pst-page .pst-btn--outline:hover:not(:disabled) {
	background: #fafafa;
}

.practitioner-finance-page.pst-page .pst-btn--ghost {
	background: #fff;
	color: #18181b;
	font-weight: 500;
	border-color: #d4d4d8;
}

.practitioner-finance-page.pst-page .pst-btn--ghost:hover:not(:disabled) {
	background: #fafafa;
}

.practitioner-finance-page.pst-page .pst-prefs-section {
	margin-bottom: 22px;
}

.practitioner-finance-page.pst-page .pst-prefs-section:last-of-type {
	margin-bottom: 0;
}

.practitioner-finance-page.pst-page .pst-prefs-section__title {
	margin: 0 0 6px;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.pst-page .pst-prefs-section__desc {
	margin: 0 0 12px;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.48);
	line-height: 1.45;
}

.practitioner-finance-page.pst-page .pst-toggle-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.practitioner-finance-page.pst-page .pst-toggle-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e4e4e7;
	border-radius: 12px;
	background: #fff;
}

.practitioner-finance-page.pst-page .pst-toggle-row__label {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.pst-page .pst-toggle-row__hint {
	margin: 4px 0 0;
	font-size: 10px;
	color: rgba(24, 24, 27, 0.38);
	line-height: 1.35;
}

.practitioner-finance-page.pst-page .pst-toggle-row__copy {
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page.pst-page .pst-switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 26px;
	flex-shrink: 0;
	cursor: pointer;
}

.practitioner-finance-page.pst-page .pst-switch__input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.practitioner-finance-page.pst-page .pst-switch__track {
	position: absolute;
	inset: 0;
	border-radius: 9999px;
	background: #d4d4d8;
	transition: background 0.2s ease;
}

.practitioner-finance-page.pst-page .pst-switch__thumb {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 9999px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s ease;
}

.practitioner-finance-page.pst-page .pst-switch__input:checked + .pst-switch__track {
	background: #7c3aed;
}

.practitioner-finance-page.pst-page .pst-switch__input:checked + .pst-switch__track .pst-switch__thumb {
	transform: translateX(18px);
}

.practitioner-finance-page.pst-page .pst-switch__input:focus-visible + .pst-switch__track {
	outline: 2px solid #a78bfa;
	outline-offset: 2px;
}

.practitioner-finance-page.pst-page .pst-prefs-submit {
	margin-top: 8px;
}

.practitioner-finance-page.pst-page .pst-staff-existing {
	margin-top: 18px;
	padding-top: 4px;
}

.practitioner-finance-page.pst-page .pst-staff-existing__title {
	margin: 0 0 12px;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.pst-page .pst-staff-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.practitioner-finance-page.pst-page .pst-staff-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid #e4e4e7;
	background: linear-gradient(180deg, #fdf4ff 0%, #fafafa 100%);
}

.practitioner-finance-page.pst-page .pst-staff-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 9999px;
	background: #ede9fe;
	color: #6d28d9;
	font-weight: 700;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.practitioner-finance-page.pst-page .pst-staff-card__name {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.pst-page .pst-staff-card__email {
	margin: 2px 0 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.48);
}

.practitioner-finance-page.pst-page .pst-staff-empty {
	margin: 0;
	font-size: 0.8125rem;
	color: #a1a1aa;
}

.practitioner-finance-page.pst-page .pst-footer-note {
	margin: 4px 0 0;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: rgba(24, 24, 27, 0.28);
}

/* Scope for staff modal markup placed after </section> — keeps layout neutral */
.practitioner-finance-page.pst-page.pst-staff-modal-scope {
	display: contents;
}

/* Staff modal */
.practitioner-finance-page.pst-page .pst-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.practitioner-finance-page.pst-page .pst-modal[hidden] {
	display: none;
}

.practitioner-finance-page.pst-page .pst-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.practitioner-finance-page.pst-page .pst-modal--open .pst-modal__backdrop {
	opacity: 1;
}

.practitioner-finance-page.pst-page .pst-modal__sheet {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -20px 50px rgba(24, 24, 27, 0.22);
	overflow: hidden;
	transform: translateY(24px) scale(0.97);
	opacity: 0;
	transition:
		transform 0.36s cubic-bezier(0.32, 0.72, 0, 1),
		opacity 0.22s ease;
}

.practitioner-finance-page.pst-page .pst-modal--open .pst-modal__sheet {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.practitioner-finance-page.pst-page .pst-modal__handle {
	display: flex;
	justify-content: center;
	padding: 10px 0 4px;
}

.practitioner-finance-page.pst-page .pst-modal__handle::after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 9999px;
	background: #d4d4d8;
}

.practitioner-finance-page.pst-page .pst-modal__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 22px 12px;
}

.practitioner-finance-page.pst-page .pst-modal__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.pst-page .pst-modal__lede {
	margin: 4px 0 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.4);
	line-height: 1.4;
}

.practitioner-finance-page.pst-page .pst-modal__close {
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 9999px;
	background: #f4f4f5;
	color: rgba(24, 24, 27, 0.45);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}

.practitioner-finance-page.pst-page .pst-modal__close:hover {
	background: #e4e4e7;
}

.practitioner-finance-page.pst-page .pst-modal__form {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.practitioner-finance-page.pst-page .pst-modal__scroll {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.practitioner-finance-page.pst-page .pst-field__label {
	display: block;
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(24, 24, 27, 0.45);
}

.practitioner-finance-page.pst-page .pst-field__optional {
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: rgba(24, 24, 27, 0.35);
	font-size: 10px;
}

.practitioner-finance-page.pst-page .pst-field__hint {
	margin: 8px 0 0;
	font-size: 10px;
	font-style: italic;
	color: rgba(24, 24, 27, 0.32);
}

.practitioner-finance-page.pst-page .pst-input {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d4d4d8;
	font-size: 0.8125rem;
	font-family: inherit;
	background: #fff;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.pst-page .pst-input--mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.practitioner-finance-page.pst-page .pst-input:focus {
	outline: none;
	border-color: #a78bfa;
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

/* Staff modal — clinic combobox (pull-up sheet) */
.practitioner-finance-page.pst-page .pst-field--combobox {
	position: relative;
}

.practitioner-finance-page.pst-page .pst-combobox {
	position: relative;
}

.practitioner-finance-page.pst-page .pst-combobox__btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d4d4d8;
	font-size: 0.8125rem;
	font-weight: 500;
	font-family: inherit;
	color: #18181b;
	background: #fff;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
	cursor: pointer;
	text-align: left;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.practitioner-finance-page.pst-page .pst-combobox__btn:hover {
	border-color: #c4b5fd;
}

.practitioner-finance-page.pst-page .pst-combobox__label {
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page.pst-page .pst-combobox__chev {
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.38);
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.practitioner-finance-page.pst-page .pst-combobox__btn[aria-expanded="true"] .pst-combobox__chev {
	transform: rotate(180deg);
}

.practitioner-finance-page.pst-page .pst-combobox__panel {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(24, 24, 27, 0.12);
	overflow: hidden;
}

.practitioner-finance-page.pst-page .pst-combobox__opt {
	display: block;
	width: 100%;
	padding: 12px 14px;
	border: 0;
	border-bottom: 1px solid #e4e4e7;
	background: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	font-family: inherit;
	color: rgba(24, 24, 27, 0.72);
	text-align: left;
	cursor: pointer;
	transition: background 0.12s ease, color 0.12s ease;
}

.practitioner-finance-page.pst-page .pst-combobox__opt:last-child {
	border-bottom: 0;
}

.practitioner-finance-page.pst-page .pst-combobox__opt:hover {
	background: #fafafa;
}

.practitioner-finance-page.pst-page .pst-combobox__opt.is-selected {
	color: #6d28d9;
	background: rgba(245, 243, 255, 0.85);
}

.practitioner-finance-page.pst-page .pst-password-row {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.practitioner-finance-page.pst-page .pst-password-wrap {
	position: relative;
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page.pst-page .pst-password-wrap .pst-input {
	padding-right: 40px;
}

.practitioner-finance-page.pst-page .pst-password-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: rgba(24, 24, 27, 0.35);
	cursor: pointer;
	padding: 4px;
}

.practitioner-finance-page.pst-page .pst-password-toggle:hover {
	color: rgba(24, 24, 27, 0.55);
}

.practitioner-finance-page.pst-page .pst-perms-label {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(24, 24, 27, 0.45);
}

.practitioner-finance-page.pst-page .pst-perms {
	border: 1px solid #e4e4e7;
	border-radius: 12px;
	overflow: hidden;
}

.practitioner-finance-page.pst-page .pst-perms__head {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	background: rgba(250, 250, 250, 0.9);
	border-bottom: 1px solid #e4e4e7;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(24, 24, 27, 0.38);
}

.practitioner-finance-page.pst-page .pst-perms__col {
	width: 48px;
	min-width: 48px;
	text-align: center;
	flex-shrink: 0;
}

.practitioner-finance-page.pst-page .pst-perms__col--section {
	flex: 1;
	width: auto;
	text-align: left;
}

.practitioner-finance-page.pst-page .pst-perms__row {
	display: flex;
	align-items: center;
	padding: 10px 14px;
	border-bottom: 1px solid #e4e4e7;
	gap: 6px;
}

.practitioner-finance-page.pst-page .pst-perms__row:last-child {
	border-bottom: 0;
}

.practitioner-finance-page.pst-page .pst-perms__section {
	flex: 1;
	font-size: 0.75rem;
	font-weight: 500;
	color: #18181b;
	min-width: 0;
}

.practitioner-finance-page.pst-page .pst-perms__cell {
	width: 48px;
	min-width: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

/* Contain hit target: absolute inputs were positioning against .pst-modal__sheet and stealing clicks. */
.practitioner-finance-page.pst-page .pst-check {
	position: relative;
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
	vertical-align: middle;
}

.practitioner-finance-page.pst-page .pst-check__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
	-webkit-appearance: none;
	appearance: none;
}

.practitioner-finance-page.pst-page .pst-check__box {
	position: relative;
	z-index: 0;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	border: 2px solid #d4d4d8;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.15s ease, background 0.15s ease;
	pointer-events: none;
}

.practitioner-finance-page.pst-page .pst-check__icon {
	font-size: 11px;
	color: #fff;
	opacity: 0;
	line-height: 1;
}

.practitioner-finance-page.pst-page .pst-check__input:checked + .pst-check__box {
	background: #8b5cf6;
	border-color: #8b5cf6;
}

.practitioner-finance-page.pst-page .pst-check__input:checked + .pst-check__box .pst-check__icon {
	opacity: 1;
}

.practitioner-finance-page.pst-page .pst-check__input:focus-visible + .pst-check__box {
	outline: 2px solid #a78bfa;
	outline-offset: 2px;
}

.practitioner-finance-page.pst-page .pst-modal__actions {
	display: flex;
	flex-shrink: 0;
	gap: 12px;
	padding: 16px 22px calc(20px + env(safe-area-inset-bottom, 0));
	border-top: 1px solid #e4e4e7;
	background: #fff;
}

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

/* SweetAlert2 — staff created summary (settings page) */
.pst-staff-success-swal {
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #3f3f46;
}

.pst-staff-success-swal__lead {
	margin: 0 0 0.5rem;
}

.pst-staff-success-swal__meta {
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.8125rem;
}

.pst-staff-success-swal__meta li {
	margin: 0.35rem 0;
}

.pst-staff-success-swal__perms-title {
	margin: 0.85rem 0 0.35rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #71717a;
}

.pst-staff-success-swal__perms {
	margin: 0;
	padding-left: 1.1rem;
	font-size: 0.75rem;
	color: #52525b;
	max-height: 11rem;
	overflow-y: auto;
}

.pst-staff-success-swal__perms li {
	margin: 0.2rem 0;
}

.pst-staff-success-swal__pw {
	margin: 0.85rem 0 0.35rem;
	font-size: 0.8125rem;
}

.pst-staff-success-swal__code {
	display: block;
	margin: 0.35rem 0;
	padding: 0.5rem 0.65rem;
	background: #fafafa;
	border: 1px solid #e4e4e7;
	border-radius: 8px;
	font-size: 0.75rem;
	word-break: break-all;
}

.pst-staff-success-swal__hint {
	margin: 0.5rem 0 0;
	font-size: 0.6875rem;
	color: #71717a;
	font-style: italic;
}

@media (max-width: 640px) {
	.practitioner-finance-page.pst-page .pst-content {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Practitioner discounts / vouchers (light shell; .pvch-* under .practitioner-finance-page.pvch-page) */
.practitioner-finance-page.pvch-page .pfo-page__header-inner.pvch-page__header-spacer {
	padding: 0;
	min-height: 0;
}

.practitioner-finance-page.pvch-page .pvch-content {
	padding: 8px 24px 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.practitioner-finance-page.pvch-page .pvch-hero {
	margin: 0;
}

.practitioner-finance-page.pvch-page .pvch-eyebrow {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7c3aed;
}

.practitioner-finance-page.pvch-page .pvch-title {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #18181b;
}

.practitioner-finance-page.pvch-page .pvch-lede {
	margin: 6px 0 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(24, 24, 27, 0.5);
	max-width: 36rem;
}

.practitioner-finance-page.pvch-page .pvch-notice {
	background: rgba(255, 251, 235, 0.65);
	border: 1px solid rgba(253, 230, 138, 0.55);
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 1px 3px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.pvch-page .pvch-notice__title-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.practitioner-finance-page.pvch-page .pvch-notice__icon {
	font-size: 1rem;
	color: #d97706;
	flex-shrink: 0;
}

.practitioner-finance-page.pvch-page .pvch-notice__title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #92400e;
}

.practitioner-finance-page.pvch-page .pvch-notice__text {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.55;
	color: rgba(146, 64, 14, 0.88);
}

.practitioner-finance-page.pvch-page .pvch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 12px;
	font-size: 0.875rem;
	font-weight: 600;
	font-family: inherit;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

.practitioner-finance-page.pvch-page .pvch-btn--primary {
	background: #7c3aed;
	color: #fff;
	border-color: #7c3aed;
	box-shadow: 0 4px 14px rgba(124, 58, 237, 0.22);
}

.practitioner-finance-page.pvch-page .pvch-btn--primary:hover {
	background: #6d28d9;
	border-color: #6d28d9;
}

.practitioner-finance-page.pvch-page .pvch-btn--block {
	width: 100%;
}

.practitioner-finance-page.pvch-page .pvch-list {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 16px;
	box-shadow: 0 4px 14px rgba(24, 24, 27, 0.06);
	overflow: hidden;
}

.practitioner-finance-page.pvch-page .pvch-list__head {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-bottom: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.75);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(24, 24, 27, 0.38);
}

.practitioner-finance-page.pvch-page .pvch-list__head-code {
	flex: 1;
}

.practitioner-finance-page.pvch-page .pvch-list__head-status {
	width: 5.5rem;
	text-align: right;
	flex-shrink: 0;
}

.practitioner-finance-page.pvch-page .pvch-list__body {
	display: flex;
	flex-direction: column;
}

.practitioner-finance-page.pvch-page .pvch-row {
	padding: 16px;
	border-bottom: 1px solid #e4e4e7;
	transition: background 0.12s ease;
}

.practitioner-finance-page.pvch-page .pvch-row:last-child {
	border-bottom: 0;
}

.practitioner-finance-page.pvch-page .pvch-row:hover {
	background: rgba(250, 250, 250, 0.45);
}

.practitioner-finance-page.pvch-page .pvch-row__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.practitioner-finance-page.pvch-page .pvch-row__main {
	min-width: 0;
	flex: 1;
}

.practitioner-finance-page.pvch-page .pvch-row__code-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}

.practitioner-finance-page.pvch-page .pvch-row__tag {
	font-size: 0.875rem;
	color: #8b5cf6;
	flex-shrink: 0;
}

.practitioner-finance-page.pvch-page .pvch-row__code {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #18181b;
}

.practitioner-finance-page.pvch-page .pvch-row__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.55);
}

.practitioner-finance-page.pvch-page .pvch-row__dot {
	color: rgba(24, 24, 27, 0.22);
}

.practitioner-finance-page.pvch-page .pvch-row__amount {
	font-weight: 700;
	color: #7c3aed;
}

.practitioner-finance-page.pvch-page .pvch-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 9999px;
	font-size: 10px;
	font-weight: 600;
	flex-shrink: 0;
	border: 1px solid transparent;
}

.practitioner-finance-page.pvch-page .pvch-status__dot {
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	flex-shrink: 0;
}

.practitioner-finance-page.pvch-page .pvch-status--active {
	background: #ecfdf5;
	color: #047857;
	border-color: #a7f3d0;
}

.practitioner-finance-page.pvch-page .pvch-status--active .pvch-status__dot {
	background: #10b981;
}

.practitioner-finance-page.pvch-page .pvch-status--expired,
.practitioner-finance-page.pvch-page .pvch-status--inactive {
	background: #fef2f2;
	color: #b91c1c;
	border-color: #fecaca;
}

.practitioner-finance-page.pvch-page .pvch-status--expired .pvch-status__dot,
.practitioner-finance-page.pvch-page .pvch-status--inactive .pvch-status__dot {
	background: #ef4444;
}

.practitioner-finance-page.pvch-page .pvch-row__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	padding-top: 12px;
	border-top: 1px solid rgba(228, 228, 231, 0.65);
}

.practitioner-finance-page.pvch-page .pvch-row__expiry {
	margin: 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.38);
}

.practitioner-finance-page.pvch-page .pvch-row__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.practitioner-finance-page.pvch-page .pvch-row__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 11px;
	font-weight: 600;
	font-family: inherit;
	color: #7c3aed;
	cursor: pointer;
	transition: color 0.12s ease;
}

.practitioner-finance-page.pvch-page .pvch-row__link:hover {
	color: #6d28d9;
}

.practitioner-finance-page.pvch-page .pvch-row__link--danger {
	color: #dc2626;
}

.practitioner-finance-page.pvch-page .pvch-row__link--danger:hover {
	color: #b91c1c;
}

.practitioner-finance-page.pvch-page .pvch-empty {
	text-align: center;
	padding: 48px 20px;
	background: rgba(250, 250, 250, 0.6);
	border: 1px dashed #e4e4e7;
	border-radius: 16px;
	color: rgba(24, 24, 27, 0.45);
}

.practitioner-finance-page.pvch-page .pvch-empty i {
	display: block;
	font-size: 2.25rem;
	margin: 0 auto 12px;
	color: rgba(24, 24, 27, 0.15);
}

.practitioner-finance-page.pvch-page .pvch-empty p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
}

.practitioner-finance-page.pvch-page .pvch-footer-note {
	margin: 4px 0 0;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: rgba(24, 24, 27, 0.28);
}

@media (max-width: 640px) {
	.practitioner-finance-page.pvch-page .pvch-content {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* SweetAlert — practitioner voucher create/edit (popup may render on body) */
.pvch-swal-popup .pvch-swal-note {
	background: #fffbeb;
	border-left: 4px solid #f59e0b;
	padding: 12px 14px;
	margin: 0 0 16px;
	border-radius: 8px;
	text-align: left;
}

.pvch-swal-popup .pvch-swal-note p {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #78350f;
}

.pvch-swal-popup .pvch-swal-field {
	margin-bottom: 14px;
	text-align: left;
}

.pvch-swal-popup .pvch-swal-label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #374151;
}

.pvch-swal-popup .pvch-swal-req {
	color: #dc2626;
}

.pvch-swal-popup .pvch-swal-optional {
	font-weight: 400;
	color: #9ca3af;
}

.pvch-swal-popup .pvch-swal-input,
.pvch-swal-popup .pvch-swal-select {
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid #d4d4d8;
	font-size: 0.875rem;
	font-family: inherit;
	background: #fff;
	color: #18181b;
	box-sizing: border-box;
}

.pvch-swal-popup .pvch-swal-input:focus,
.pvch-swal-popup .pvch-swal-select:focus {
	outline: none;
	border-color: #a78bfa;
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

/* Create discount — bottom sheet (markup after </section>; scope for selector chain) */
.practitioner-finance-page.pvch-page.pvch-discount-modal-scope {
	display: contents;
}

body.pvch-create-modal-open {
	overflow: hidden;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal[hidden] {
	display: none;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal--open .pvch-discount-modal__backdrop {
	opacity: 1;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__sheet {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -20px 50px rgba(24, 24, 27, 0.22);
	overflow: hidden;
	transform: translateY(24px) scale(0.97);
	opacity: 0;
	transition:
		transform 0.36s cubic-bezier(0.32, 0.72, 0, 1),
		opacity 0.22s ease;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal--open .pvch-discount-modal__sheet {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__handle {
	display: flex;
	justify-content: center;
	padding: 10px 0 4px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__handle::after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 9999px;
	background: #d4d4d8;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 22px 12px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__lede {
	margin: 4px 0 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.4);
	line-height: 1.4;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__close {
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 9999px;
	background: #f4f4f5;
	color: rgba(24, 24, 27, 0.45);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__close:hover {
	background: #e4e4e7;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__form {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__scroll {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	background: rgba(255, 251, 235, 0.65);
	border: 1px solid rgba(253, 230, 138, 0.55);
	border-radius: 12px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__note-icon {
	font-size: 1rem;
	color: #d97706;
	flex-shrink: 0;
	margin-top: 2px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__note-text {
	margin: 0;
	font-size: 11px;
	line-height: 1.55;
	color: rgba(146, 64, 14, 0.88);
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__field--combobox {
	position: relative;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(24, 24, 27, 0.45);
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__label-optional {
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	color: rgba(24, 24, 27, 0.3);
	font-size: 10px;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__req {
	color: #dc2626;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__input {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d4d4d8;
	font-size: 0.8125rem;
	font-weight: 500;
	font-family: inherit;
	background: #fff;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
	box-sizing: border-box;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__input--code {
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__input:focus {
	outline: none;
	border-color: #a78bfa;
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__amount-wrap {
	position: relative;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__amount-prefix {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.4);
	pointer-events: none;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__input--amount {
	padding-left: 2rem;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox {
	position: relative;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d4d4d8;
	font-size: 0.8125rem;
	font-weight: 500;
	font-family: inherit;
	color: #18181b;
	background: #fff;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
	cursor: pointer;
	text-align: left;
	transition: border-color 0.15s ease;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-btn:hover {
	border-color: #c4b5fd;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-label {
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-chev {
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.38);
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-btn[aria-expanded="true"] .pvch-discount-modal__combobox-chev {
	transform: rotate(180deg);
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-panel {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(24, 24, 27, 0.12);
	overflow: hidden;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-opt {
	display: block;
	width: 100%;
	padding: 12px 14px;
	border: 0;
	border-bottom: 1px solid #e4e4e7;
	background: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	font-family: inherit;
	color: rgba(24, 24, 27, 0.72);
	text-align: left;
	cursor: pointer;
	transition: background 0.12s ease, color 0.12s ease;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-opt:last-child {
	border-bottom: 0;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-opt:hover {
	background: #fafafa;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__combobox-opt.is-selected {
	color: #6d28d9;
	background: rgba(245, 243, 255, 0.85);
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__actions {
	display: flex;
	flex-shrink: 0;
	gap: 12px;
	padding: 16px 22px calc(20px + env(safe-area-inset-bottom, 0));
	border-top: 1px solid #e4e4e7;
	background: #fff;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 12px;
	font-size: 0.875rem;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	border: 1px solid transparent;
	transition: background 0.15s ease, opacity 0.15s ease, transform 0.1s ease;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__btn--ghost {
	background: #fff;
	color: #18181b;
	font-weight: 500;
	border-color: #d4d4d8;
	box-shadow: 0 2px 6px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__btn--ghost:hover {
	background: #fafafa;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__btn--primary {
	background: #7c3aed;
	color: #fff;
	border-color: #7c3aed;
	box-shadow: 0 4px 14px rgba(124, 58, 237, 0.22);
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__btn--primary:hover:not(:disabled) {
	background: #6d28d9;
	border-color: #6d28d9;
}

.practitioner-finance-page.pvch-page .pvch-discount-modal__btn--primary:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

/* Practitioner reviews (matches in-app “Reviews” layout; .prv-* under finance shell) */
.practitioner-finance-page.prv-page .pfo-page__header-inner {
	padding: 0;
	min-height: 0;
}

.practitioner-finance-page.prv-page .pfo-page__content.prv-page__content {
	padding: 8px 24px 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.practitioner-finance-page.prv-page .prv-header {
	margin: 0;
}

.practitioner-finance-page.prv-page .prv-eyebrow {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7c3aed;
}

.practitioner-finance-page.prv-page .prv-title {
	margin: 0;
	font-size: clamp(1.5rem, 4vw, 1.75rem);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-lede {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(24, 24, 27, 0.5);
}

.practitioner-finance-page.prv-page .prv-summary {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #e4e4e7;
	background: #fff;
	box-shadow: 0 4px 14px rgba(24, 24, 27, 0.06);
}

.practitioner-finance-page.prv-page .prv-summary__accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #a78bfa 0%, #c084fc 45%, #e879f9 100%);
}

.practitioner-finance-page.prv-page .prv-summary__inner {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 22px 22px 20px;
	padding-top: 26px;
}

.practitioner-finance-page.prv-page .prv-summary__score {
	text-align: center;
	flex-shrink: 0;
	min-width: 72px;
}

.practitioner-finance-page.prv-page .prv-summary__average {
	margin: 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-summary__outof {
	margin: 6px 0 0;
	font-size: 12px;
	font-weight: 500;
	color: rgba(24, 24, 27, 0.38);
}

.practitioner-finance-page.prv-page .prv-summary__side {
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page.prv-page .prv-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.practitioner-finance-page.prv-page .prv-stars--lg .prv-star {
	font-size: 1.1rem;
}

.practitioner-finance-page.prv-page .prv-stars--md .prv-star {
	font-size: 0.95rem;
}

.practitioner-finance-page.prv-page .prv-stars--sm .prv-star {
	font-size: 0.72rem;
}

.practitioner-finance-page.prv-page .prv-star {
	color: #d4d4d8;
}

.practitioner-finance-page.prv-page .prv-star--on {
	color: #fbbf24;
}

.practitioner-finance-page.prv-page .prv-summary__based {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 500;
	color: rgba(24, 24, 27, 0.55);
}

.practitioner-finance-page.prv-page .prv-summary__count {
	color: #7c3aed;
	font-weight: 700;
}

.practitioner-finance-page.prv-page .prv-breakdown {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.practitioner-finance-page.prv-page .prv-breakdown__row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.practitioner-finance-page.prv-page .prv-breakdown__num {
	width: 12px;
	text-align: right;
	font-size: 11px;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.38);
}

.practitioner-finance-page.prv-page .prv-breakdown__star {
	font-size: 10px;
	color: #fbbf24;
}

.practitioner-finance-page.prv-page .prv-breakdown__track {
	flex: 1;
	height: 6px;
	border-radius: 9999px;
	background: #e4e4e7;
	overflow: hidden;
}

.practitioner-finance-page.prv-page .prv-breakdown__fill {
	display: block;
	height: 100%;
	border-radius: 9999px;
	background: linear-gradient(90deg, #c4b5fd 0%, #7c3aed 100%);
	transition: width 0.55s ease;
}

.practitioner-finance-page.prv-page .prv-breakdown__cnt {
	width: 16px;
	text-align: right;
	font-size: 10px;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.32);
}

.practitioner-finance-page.prv-page .prv-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.practitioner-finance-page.prv-page .prv-card {
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #e4e4e7;
	background: #fff;
	box-shadow: 0 4px 12px rgba(24, 24, 27, 0.05);
}

.practitioner-finance-page.prv-page .prv-card__top {
	padding: 20px 20px 12px;
}

.practitioner-finance-page.prv-page .prv-card__rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.practitioner-finance-page.prv-page .prv-card__stars-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.practitioner-finance-page.prv-page .prv-card__rating-label {
	font-size: 14px;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-card__rating-label--muted {
	font-weight: 600;
	color: #a1a1aa;
}

.practitioner-finance-page.prv-page .prv-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	border-radius: 9999px;
	font-size: 10px;
	font-weight: 600;
	white-space: nowrap;
	flex-shrink: 0;
}

.practitioner-finance-page.prv-page .prv-badge--verified {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.practitioner-finance-page.prv-page .prv-badge--pending {
	background: #fffbeb;
	color: #b45309;
	border: 1px solid #fde68a;
}

.practitioner-finance-page.prv-page .prv-card__meta {
	padding-top: 12px;
	border-top: 1px solid #e4e4e7;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.practitioner-finance-page.prv-page .prv-meta-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: rgba(24, 24, 27, 0.48);
}

.practitioner-finance-page.prv-page .prv-meta-row__icon {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: rgba(167, 139, 250, 0.12);
	color: #7c3aed;
	font-size: 11px;
}

.practitioner-finance-page.prv-page .prv-meta-row__icon--pink {
	background: #fdf2f8;
	color: #db2777;
}

.practitioner-finance-page.prv-page .prv-meta-row__icon--soft {
	background: #faf5ff;
	color: #7c3aed;
}

.practitioner-finance-page.prv-page .prv-meta-row__text {
	line-height: 1.4;
}

.practitioner-finance-page.prv-page .prv-meta-row__text--strong {
	font-size: 13px;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-card__body {
	padding: 0 20px 16px;
}

.practitioner-finance-page.prv-page .prv-quote {
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.85);
}

.practitioner-finance-page.prv-page .prv-quote__title {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-quote__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	font-style: italic;
	color: rgba(24, 24, 27, 0.65);
}

.practitioner-finance-page.prv-page .prv-quote__text--muted {
	font-style: normal;
	color: #a1a1aa;
}

.practitioner-finance-page.prv-page .prv-card__actions {
	padding: 0 20px 20px;
}

.practitioner-finance-page.prv-page .prv-dispute-open {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	font-size: 12px;
	font-weight: 500;
	font-family: inherit;
	color: rgba(24, 24, 27, 0.55);
	background: #fff;
	border: 1px solid #d4d4d8;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(24, 24, 27, 0.04);
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

.practitioner-finance-page.prv-page .prv-dispute-open:hover {
	background: #fafafa;
	border-color: #c4c4cc;
}

.practitioner-finance-page.prv-page .prv-dispute-open:active {
	transform: scale(0.98);
}

.practitioner-finance-page.prv-page .prv-dispute-open i {
	color: rgba(24, 24, 27, 0.38);
	font-size: 13px;
}

.practitioner-finance-page.prv-page .prv-disputed-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	justify-content: center;
	padding: 10px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #a1a1aa;
	background: #fafafa;
	border: 1px dashed #e4e4e7;
	border-radius: 12px;
}

.practitioner-finance-page.prv-page .prv-empty {
	text-align: center;
	padding: 36px 20px;
	border-radius: 16px;
	border: 1px dashed #e4e4e7;
	background: rgba(255, 255, 255, 0.65);
}

.practitioner-finance-page.prv-page .prv-empty__icon {
	margin: 0 0 10px;
	font-size: 2rem;
	line-height: 1;
}

.practitioner-finance-page.prv-page .prv-empty__title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-empty__hint {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #71717a;
}

.practitioner-finance-page.prv-page .prv-footer-quote {
	margin: 8px 0 0;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: rgba(24, 24, 27, 0.28);
}

/* Dispute modal (bottom sheet) */
.practitioner-finance-page.prv-page .prv-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.practitioner-finance-page.prv-page .prv-modal[hidden] {
	display: none;
}

.practitioner-finance-page.prv-page .prv-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.4);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.practitioner-finance-page.prv-page .prv-modal__sheet {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.18);
	overflow: hidden;
	animation: prv-sheet-in 0.28s ease;
}

@keyframes prv-sheet-in {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.practitioner-finance-page.prv-page .prv-modal__handle {
	display: flex;
	justify-content: center;
	padding: 10px 0 4px;
}

.practitioner-finance-page.prv-page .prv-modal__handle::after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 9999px;
	background: #d4d4d8;
}

.practitioner-finance-page.prv-page .prv-modal__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 22px 12px;
}

.practitioner-finance-page.prv-page .prv-modal__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-modal__lede {
	margin: 4px 0 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.4);
	line-height: 1.4;
}

.practitioner-finance-page.prv-page .prv-modal__close {
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 9999px;
	background: #f4f4f5;
	color: rgba(24, 24, 27, 0.45);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.15s ease;
}

.practitioner-finance-page.prv-page .prv-modal__close:hover {
	background: #e4e4e7;
}

.practitioner-finance-page.prv-page .prv-modal__body {
	flex: 1;
	overflow-y: auto;
	padding: 0 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.practitioner-finance-page.prv-page .prv-dispute-preview {
	border-radius: 12px;
	border: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.75);
	padding: 14px 16px;
}

.practitioner-finance-page.prv-page .prv-dispute-preview__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
}

.practitioner-finance-page.prv-page .prv-dispute-preview__rating {
	font-size: 12px;
	font-weight: 700;
	color: rgba(24, 24, 27, 0.55);
}

.practitioner-finance-page.prv-page .prv-dispute-preview__client {
	width: 100%;
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.78);
}

.practitioner-finance-page.prv-page .prv-dispute-preview__title {
	width: 100%;
	margin: 2px 0 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.45);
	font-style: italic;
}

.practitioner-finance-page.prv-page .prv-dispute-reasons {
	margin: 0;
	padding: 0;
	border: 0;
}

.practitioner-finance-page.prv-page .prv-label {
	display: block;
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(24, 24, 27, 0.45);
}

.practitioner-finance-page.prv-page .prv-label__req {
	color: #dc2626;
}

.practitioner-finance-page.prv-page .prv-reason {
	display: block;
	margin: 0 0 8px;
	cursor: pointer;
}

.practitioner-finance-page.prv-page .prv-reason:last-child {
	margin-bottom: 0;
}

.practitioner-finance-page.prv-page .prv-reason__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.practitioner-finance-page.prv-page .prv-reason__box {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #e4e4e7;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.practitioner-finance-page.prv-page .prv-reason:hover .prv-reason__box {
	border-color: #d4d4d8;
}

.practitioner-finance-page.prv-page .prv-reason__input:focus-visible + .prv-reason__box {
	outline: 2px solid #a78bfa;
	outline-offset: 2px;
}

.practitioner-finance-page.prv-page .prv-reason__input:checked + .prv-reason__box {
	border-color: #c4b5fd;
	background: rgba(167, 139, 250, 0.08);
	box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
}

.practitioner-finance-page.prv-page .prv-reason__input:checked + .prv-reason__box .prv-reason__label {
	color: #6d28d9;
}

.practitioner-finance-page.prv-page .prv-reason__label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-reason__desc {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.38);
	line-height: 1.35;
}

.practitioner-finance-page.prv-page .prv-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.practitioner-finance-page.prv-page .prv-textarea {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d4d4d8;
	background: rgba(250, 250, 250, 0.5);
	font-size: 13px;
	font-family: inherit;
	line-height: 1.45;
	color: #18181b;
	resize: vertical;
	min-height: 88px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.practitioner-finance-page.prv-page .prv-textarea::placeholder {
	color: rgba(24, 24, 27, 0.25);
}

.practitioner-finance-page.prv-page .prv-textarea:focus {
	outline: none;
	border-color: #a78bfa;
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

.practitioner-finance-page.prv-page .prv-notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(251, 191, 36, 0.45);
	background: rgba(255, 251, 235, 0.75);
}

.practitioner-finance-page.prv-page .prv-notice__icon {
	margin-top: 2px;
	color: #d97706;
	font-size: 14px;
	flex-shrink: 0;
}

.practitioner-finance-page.prv-page .prv-notice__text {
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
	color: rgba(180, 83, 9, 0.88);
}

.practitioner-finance-page.prv-page .prv-modal__actions {
	display: flex;
	gap: 10px;
	padding: 14px 22px 18px;
	border-top: 1px solid #e4e4e7;
	margin-top: auto;
}

.practitioner-finance-page.prv-page .prv-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 14px;
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	border-radius: 12px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.15s ease, opacity 0.15s ease, transform 0.1s ease;
}

.practitioner-finance-page.prv-page .prv-btn:active {
	transform: scale(0.98);
}

.practitioner-finance-page.prv-page .prv-btn--ghost {
	background: #fff;
	border-color: #d4d4d8;
	color: #18181b;
	font-weight: 500;
	box-shadow: 0 2px 6px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.prv-page .prv-btn--ghost:hover {
	background: #fafafa;
}

.practitioner-finance-page.prv-page .prv-btn--primary {
	background: #7c3aed;
	color: #fff;
	border-color: #7c3aed;
	box-shadow: 0 2px 10px rgba(124, 58, 237, 0.25);
}

.practitioner-finance-page.prv-page .prv-btn--primary:hover {
	background: #6d28d9;
	border-color: #6d28d9;
}

.practitioner-finance-page.prv-page .prv-btn--primary:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	transform: none;
}

.practitioner-finance-page.prv-page .prv-form-msg {
	margin: 0;
	padding: 0 4px 4px;
	font-size: 12px;
	color: #dc2626;
	min-height: 1.25em;
}

.practitioner-finance-page.prv-page .prv-modal__panel--success {
	padding: 36px 24px 40px;
	text-align: center;
	overflow-y: auto;
}

.practitioner-finance-page.prv-page .prv-success__emoji {
	margin: 0 0 14px;
	font-size: 2.75rem;
	line-height: 1;
}

.practitioner-finance-page.prv-page .prv-success__title {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 600;
	color: #18181b;
}

.practitioner-finance-page.prv-page .prv-success__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(24, 24, 27, 0.48);
}

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

@media (max-width: 640px) {
	.practitioner-finance-page.prv-page .pfo-page__content.prv-page__content {
		padding-left: 16px;
		padding-right: 16px;
	}

	.practitioner-finance-page.prv-page .prv-summary__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.practitioner-finance-page.prv-page .prv-summary__score {
		text-align: left;
		display: flex;
		align-items: baseline;
		gap: 12px;
	}

	.practitioner-finance-page.prv-page .prv-summary__outof {
		margin-top: 0;
	}
}

/* Finance – All bookings (aligned with light finance shell + React-style list) */
.practitioner-finance-page.practitioner-finance-orders-page .pf-back-nav {
	margin: 0 0 12px;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-back-to-analytics {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #71717a;
	text-decoration: none;
	transition: color 0.2s;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-back-to-analytics:hover {
	color: #7c3aed;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-header {
	margin: 0 0 16px;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-title {
	margin: 0;
	font-size: clamp(1.65rem, 2.5vw, 1.85rem);
	line-height: 1.15;
	font-weight: 600;
	color: #18181b;
	letter-spacing: -0.02em;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-lede {
	margin: 8px 0 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #52525b;
	max-width: 42rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-stripe-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 20px;
	padding: 10px 16px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #52525b;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-stripe-btn:hover {
	background: #fafafa;
	border-color: #d4d4d8;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-stripe-btn:disabled {
	opacity: 0.7;
	cursor: wait;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-filters {
	margin-bottom: 20px;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 14px;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
	color: #52525b;
	background: #fff;
	border: 1px solid #e4e4e7;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-pill:hover {
	background: #fafafa;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-pill.is-active {
	background: #7c3aed;
	border-color: #7c3aed;
	color: #fff;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-pill--static {
	cursor: default;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-bookings-pill--static:not(.is-active) {
	opacity: 0.65;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-date-range-form {
	margin: 0;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-date-range-custom-label {
	margin: 0 0 8px;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-date-range-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 12px;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-date-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	min-width: 130px;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-date-field label {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-date-input {
	width: 100%;
	padding: 8px 10px;
	border-radius: 0.5rem;
	border: 1px solid #e4e4e7;
	background: #fff;
	font-size: 0.8125rem;
	color: #18181b;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-date-input:focus {
	outline: none;
	border-color: #7c3aed;
	box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.15);
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-apply-range-btn {
	padding: 8px 16px;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #fff;
	background: #7c3aed;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-apply-range-btn:hover {
	background: #6d28d9;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-clear-range-btn {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #71717a;
	background: #f4f4f5;
	text-decoration: none;
	transition: background 0.2s;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-clear-range-btn:hover {
	background: #e4e4e7;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-orders-section {
	margin: 0;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-orders-panel {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
	overflow: hidden;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table-wrapper {
	overflow-x: auto;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8125rem;
	background: #fff;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table th,
.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table td {
	padding: 10px 14px;
	border-bottom: 1px solid #f4f4f5;
	text-align: left;
	color: #3f3f46;
	vertical-align: top;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table thead th {
	background: rgba(250, 250, 250, 0.9);
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #a1a1aa;
	white-space: nowrap;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table tbody tr:hover {
	background: #fafafa;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table tbody tr.pf-order-row--clickable {
	cursor: pointer;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table tbody tr.pf-order-row--clickable:focus-visible {
	outline: 2px solid #7c3aed;
	outline-offset: -2px;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table a {
	color: #7c3aed;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-total-row td {
	padding: 14px 16px;
	font-weight: 700;
	border-top: 2px solid #e4e4e7;
	border-bottom: none;
	background: rgba(250, 250, 250, 0.95);
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-total-label {
	text-align: right;
	color: #18181b;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-total-amount {
	text-align: right;
	color: #18181b;
	font-size: 1.15rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-orders-empty-row td {
	text-align: center;
	color: #71717a;
	padding: 2.5rem 1rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-orders-empty-row td i {
	margin-right: 8px;
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-order-status {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 0.375rem;
	font-size: 0.5625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-order-status-pending {
	background: #fffbeb;
	color: #b45309;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-order-status-confirmed {
	background: #ecfdf5;
	color: #047857;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-order-status-completed {
	background: #f5f3ff;
	color: #6d28d9;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-order-status-cancelled {
	background: #fef2f2;
	color: #dc2626;
}

.practitioner-finance-page.practitioner-finance-orders-page .pf-order-status-no_show {
	background: #faf5ff;
	color: #7c3aed;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-mobile-list {
	display: none;
}

@media (max-width: 1023px) {
	.practitioner-finance-page.practitioner-finance-orders-page .pf-orders-table-wrapper {
		display: none;
	}.pfo-page {
    border: none;
    border-radius: 0;
}

.content_wrap.practitioner-finance-content {
    width: 100%;
}
.pfo-page {
    border: none;
    border-radius: 0;
}

.content_wrap.practitioner-finance-content {
    width: 100%;
}

	.practitioner-finance-page.practitioner-finance-orders-page .pfo-mobile-list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.practitioner-finance-page.practitioner-finance-orders-page .pfo-orders-panel {
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
	}
}

/* Mobile booking cards — same layout as dashboard / calendar .pdd-next-appt__gradient */
.practitioner-finance-page.practitioner-finance-orders-page .pfo-card--next-appt {
	margin-top: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	display: block;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-card--next-appt.pfo-card--clickable {
	cursor: pointer;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-card--next-appt.pfo-card--clickable:focus-visible {
	outline: 2px solid #7c3aed;
	outline-offset: 3px;
	border-radius: 0.85rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-card--next-appt.pfo-card--clickable:active .pdd-next-appt__gradient {
	filter: brightness(0.98);
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__gradient {
	background: linear-gradient(135deg, rgba(245, 243, 255, 0.85) 0%, rgba(253, 244, 255, 0.55) 50%, rgba(252, 231, 243, 0.35) 100%);
	border: 1px solid #ede9fe;
	border-radius: 0.75rem;
	padding: 1rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__row-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.625rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__identity {
	flex: 1;
	min-width: 0;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__client {
	margin: 0 0 0.125rem;
	font-size: 0.875rem;
	font-weight: 800;
	color: #18181b;
	line-height: 1.25;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__service {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #7c3aed;
	line-height: 1.35;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__service-spark {
	margin-right: 0.125rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__price {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 800;
	color: #18181b;
	flex-shrink: 0;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	font-size: 0.75rem;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	flex-wrap: wrap;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status {
	color: #059669;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status-pending {
	color: #d97706;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status-confirmed,
.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status-completed,
.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status-arriving {
	color: #059669;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status-cancelled,
.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status-no_show {
	color: #dc2626;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-strong {
	font-weight: 600;
	color: #52525b;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-date {
	font-weight: 500;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-dot {
	color: #d4d4d8;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-dot--wide {
	margin: 0 0.125rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-icon {
	font-size: 0.875rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-icon--clock {
	color: #c4b5fd;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__meta-group--status .pdd-next-appt__meta-icon--status {
	color: inherit;
}

.practitioner-finance-page.practitioner-finance-orders-page .pdd-next-appt__status-label {
	font-weight: 600;
	color: inherit;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-card-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px;
	margin-top: 4px;
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.95);
	font-size: 0.8125rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-card-total-amount {
	font-size: 1.125rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-mobile-empty {
	text-align: center;
	padding: 40px 16px;
	color: #71717a;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-mobile-empty i {
	font-size: 2rem;
	margin-bottom: 12px;
	display: block;
	color: #d4d4d8;
}

.practitioner-finance-page.practitioner-finance-orders-page .pfo-mobile-empty p {
	margin: 0;
	font-size: 0.875rem;
}

/* Finance – Expenses (light shell aligned) */
.practitioner-finance-page.practitioner-finance-expenses-page .pf-back-nav {
	margin: 0 0 12px;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-back-to-analytics {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #71717a;
	text-decoration: none;
	transition: color 0.2s;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-back-to-analytics:hover {
	color: #7c3aed;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-header {
	margin: 0 0 16px;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-title {
	margin: 0;
	font-size: clamp(1.65rem, 2.5vw, 1.85rem);
	line-height: 1.15;
	font-weight: 600;
	color: #18181b;
	letter-spacing: -0.02em;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-subtitle {
	margin: 8px 0 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #52525b;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-add-expense-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 18px;
	padding: 10px 16px;
	border-radius: 0.75rem;
	border: 1px solid #7c3aed;
	background: #7c3aed;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(124, 58, 237, 0.2);
	transition: background 0.2s, border-color 0.2s;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-add-expense-btn:hover {
	background: #6d28d9;
	border-color: #6d28d9;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-filters {
	margin: 0 0 16px;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-filters label {
	display: block;
	margin: 0 0 6px;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-month-select-wrap {
	position: relative;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-month-select-wrap i {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 0.75rem;
	color: #a1a1aa;
	pointer-events: none;
}

.practitioner-finance-page.practitioner-finance-expenses-page #pfe-month-filter {
	width: 100%;
	padding: 10px 36px 10px 12px;
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	color: #18181b;
	appearance: none;
}

.practitioner-finance-page.practitioner-finance-expenses-page #pfe-month-filter:focus {
	outline: none;
	border-color: #7c3aed;
	box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.14);
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-panel {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 1rem;
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.06);
	overflow: hidden;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table-wrapper {
	overflow-x: auto;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8125rem;
	background: #fff;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table th,
.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table td {
	padding: 10px 14px;
	border-bottom: 1px solid #f4f4f5;
	text-align: left;
	color: #3f3f46;
	vertical-align: middle;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table thead th {
	background: rgba(250, 250, 250, 0.9);
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #a1a1aa;
	white-space: nowrap;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table tbody tr {
	cursor: pointer;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table tbody tr:hover {
	background: #fafafa;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-td-amount {
	font-weight: 700;
	white-space: nowrap;
	color: #18181b;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-td-date {
	white-space: nowrap;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-muted {
	color: #a1a1aa;
	font-style: italic;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 8px;
	border-radius: 0.375rem;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge--recurring {
	background: #f5f3ff;
	color: #6d28d9;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge--no {
	background: #f4f4f5;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge--vat {
	background: #ecfdf5;
	color: #047857;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge--no-vat {
	background: #f4f4f5;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge--invoice {
	background: #eef2ff;
	color: #4f46e5;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge--invoice:hover {
	background: #e0e7ff;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-badge--no-invoice {
	background: #fafafa;
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-empty-row td {
	text-align: center;
	padding: 2.4rem 1rem;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-empty-row td i {
	margin-right: 8px;
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-top: 2px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.95);
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-total-label {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #18181b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pf-total-value {
	font-size: 1.2rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mobile-list {
	display: none;
}

@media (max-width: 1023px) {
	.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-table-wrapper {
		display: none;
	}

	.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mobile-list {
		display: block;
	}

	.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expenses-panel {
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
	}

	.practitioner-finance-page.practitioner-finance-expenses-page .pf-expenses-total {
		display: none;
	}
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mobile-cards {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card {
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
	padding: 14px;
	cursor: pointer;
	outline: none;
	box-shadow: 0 2px 8px rgba(24, 24, 27, 0.04);
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card:hover {
	background: #fafafa;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__lead {
	min-width: 0;
	flex: 1;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__title {
	margin: 0 0 6px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #18181b;
	line-height: 1.35;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mob-badge {
	display: inline-block;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mob-badge--recurring {
	background: #f5f3ff;
	color: #6d28d9;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mob-badge--once {
	background: #f4f4f5;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mob-badge--vat {
	background: #ecfdf5;
	color: #047857;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__amount {
	flex-shrink: 0;
	font-weight: 700;
	font-size: 0.95rem;
	color: #18181b;
	white-space: nowrap;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 10px;
	border-top: 1px solid #f4f4f5;
	font-size: 0.75rem;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #71717a;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__receipt {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #7c3aed;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__receipt:hover {
	text-decoration: underline;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-expense-card__hint {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #a1a1aa;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mobile-summary {
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.95);
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mobile-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mob-total-this {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #18181b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mob-total-this strong,
.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mob-total-amount {
	font-size: 1.125rem;
	font-weight: 700;
	color: #18181b;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mobile-empty {
	text-align: center;
	padding: 40px 16px;
	color: #71717a;
	background: #fff;
	border: 1px solid #e4e4e7;
	border-radius: 0.75rem;
}

.practitioner-finance-page.practitioner-finance-expenses-page .pfe-mobile-empty i {
	font-size: 2rem;
	display: block;
	margin-bottom: 10px;
	color: #d4d4d8;
}

/* Add expense bottom sheet (rendered outside .practitioner-finance-page section) */
.pfe-expense-modal {
	position: fixed;
	inset: 0;
	z-index: 220;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pfe-expense-modal.is-open {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.pfe-expense-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.4);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.pfe-expense-modal.is-open .pfe-expense-modal__backdrop {
	opacity: 1;
}

.pfe-expense-modal__sheet {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 1.75rem 1.75rem 0 0;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	transform: translateY(105%);
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.pfe-expense-modal.is-open .pfe-expense-modal__sheet {
	transform: translateY(0);
}

.pfe-expense-modal__handle {
	display: flex;
	justify-content: center;
	padding: 10px 0 6px;
}

.pfe-expense-modal__handle::after {
	content: '';
	width: 40px;
	height: 4px;
	border-radius: 999px;
	background: #e4e4e7;
}

.pfe-expense-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 22px 14px;
}

.pfe-expense-modal__title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 600;
	color: #18181b;
	letter-spacing: -0.02em;
}

.pfe-expense-modal__close {
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 999px;
	background: #f4f4f5;
	color: #71717a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.pfe-expense-modal__close:hover {
	background: #e4e4e7;
	color: #52525b;
}

.pfe-expense-modal__body {
	flex: 1;
	overflow-y: auto;
	padding: 0 22px 10px;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.pfe-expense-modal__error {
	margin: 0;
	padding: 10px 12px;
	border-radius: 0.75rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	font-size: 0.8125rem;
}

.pfe-expense-modal__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pfe-expense-modal__label {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #71717a;
}

.pfe-expense-modal__label-opt {
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: #a1a1aa;
}

.pfe-expense-modal__req {
	color: #f87171;
	font-weight: 700;
}

.pfe-expense-modal__input-wrap {
	position: relative;
}

.pfe-expense-modal__input-wrap--pound .pfe-expense-modal__input {
	padding-left: 2rem;
}

.pfe-expense-modal__prefix {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.875rem;
	font-weight: 600;
	color: #a1a1aa;
	pointer-events: none;
}

.pfe-expense-modal__input {
	width: 100%;
	padding: 10px 14px;
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.65);
	font-size: 0.875rem;
	font-weight: 500;
	color: #18181b;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.pfe-expense-modal__input::placeholder {
	color: #a1a1aa;
}

.pfe-expense-modal__input:focus {
	outline: none;
	border-color: #7c3aed;
	box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.18);
}

.pfe-expense-modal__field--toggle-block {
	gap: 10px;
}

.pfe-expense-modal__toggle-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 4px 0;
}

.pfe-expense-modal__toggle-copy {
	min-width: 0;
	flex: 1;
}

.pfe-expense-modal__toggle-title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #18181b;
}

.pfe-expense-modal__toggle-hint {
	margin: 4px 0 0;
	font-size: 0.6875rem;
	color: #a1a1aa;
	line-height: 1.35;
}

.pfe-expense-modal__switch-slot {
	position: relative;
	flex-shrink: 0;
}

.pfe-expense-modal__checkbox {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.pfe-expense-modal__switch {
	display: block;
	width: 48px;
	height: 28px;
	border-radius: 999px;
	background: #e4e4e7;
	position: relative;
	cursor: pointer;
	transition: background 0.2s;
}

.pfe-expense-modal__checkbox:focus-visible + .pfe-expense-modal__switch {
	outline: 2px solid #7c3aed;
	outline-offset: 2px;
}

.pfe-expense-modal__checkbox:checked + .pfe-expense-modal__switch {
	background: #7c3aed;
}

.pfe-expense-modal__switch-knob {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(24, 24, 27, 0.12);
	transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.pfe-expense-modal__checkbox:checked + .pfe-expense-modal__switch .pfe-expense-modal__switch-knob {
	transform: translateX(20px);
}

.pfe-expense-modal__freq {
	padding-top: 2px;
}

.pfe-expense-modal__freq-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pfe-expense-modal__freq-pill {
	padding: 8px 14px;
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: #f4f4f5;
	font-size: 0.75rem;
	font-weight: 600;
	color: #52525b;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.pfe-expense-modal__freq-pill:hover {
	background: #e4e4e7;
}

.pfe-expense-modal__freq-pill.is-active {
	background: #7c3aed;
	border-color: #7c3aed;
	color: #fff;
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.22);
}

.pfe-expense-modal__file {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.pfe-expense-modal__upload {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 0.75rem;
	border: 1px dashed #d4d4d8;
	background: rgba(250, 250, 250, 0.65);
	font-size: 0.8125rem;
	font-weight: 500;
	color: #71717a;
	cursor: pointer;
	transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.pfe-expense-modal__upload:hover {
	border-color: #c4b5fd;
	color: #6d28d9;
	background: rgba(245, 243, 255, 0.6);
}

.pfe-expense-modal__foot {
	display: flex;
	gap: 10px;
	padding: 14px 22px calc(14px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #f4f4f5;
	flex-shrink: 0;
}

/* Dynamic sheet (profile edit / confirm / gallery) — same shell as add expense */
.pfe-expense-modal.pmd-sheet-modal {
	z-index: 230;
}

.pfe-expense-modal__foot--single {
	flex-direction: column;
}

.pfe-expense-modal__foot--single .pfe-expense-modal__btn {
	width: 100%;
	flex: none;
}

#pmd-sheet-modal-primary.pmd-sheet-modal__primary--danger {
	background: #e11d48 !important;
	color: #fff !important;
	border: 1px solid #e11d48 !important;
}

#pmd-sheet-modal-primary.pmd-sheet-modal__primary--danger:hover {
	background: #be123c !important;
	border-color: #be123c !important;
}

.pmd-sheet-modal__subtitle {
	margin: 0 0 12px;
	font-size: 0.6875rem;
	color: #a1a1aa;
	line-height: 1.4;
}

/* Swal field markup inside native expense shell */
#pmd-sheet-modal .swal2-field-group {
	margin-bottom: 0;
	text-align: left;
}

#pmd-sheet-modal .swal2-field-group + .swal2-field-group {
	margin-top: 1.1rem;
}

#pmd-sheet-modal .swal2-field-group label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #71717a;
	margin-bottom: 6px;
}

#pmd-sheet-modal .swal2-input,
#pmd-sheet-modal .swal2-textarea,
#pmd-sheet-modal .swal2-select,
#pmd-sheet-modal .swal2-file {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 14px;
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: rgba(250, 250, 250, 0.65);
	font-size: 0.875rem;
	font-weight: 500;
	color: #18181b;
}

#pmd-sheet-modal .swal2-textarea {
	resize: vertical;
	min-height: 5rem;
}

#pmd-sheet-modal .swal2-input[readonly] {
	opacity: 0.85;
	cursor: not-allowed;
	background: #fafafa;
}

#pmd-sheet-modal .mpp-swal-hint {
	font-size: 0.6875rem;
	color: #a1a1aa;
	margin-top: 6px;
	line-height: 1.4;
}

#pmd-sheet-modal .mpp-swal-hint--spaced {
	margin-top: 10px;
	font-size: 0.75rem;
}

#pmd-sheet-modal .pmd-confirm-swal {
	box-shadow: none;
	border-radius: 1rem;
	margin: 0 auto;
	max-width: 100%;
}

#pmd-sheet-modal .swal-clinic-grid {
	margin-top: 8px;
}

.pfe-expense-modal__btn {
	flex: 1;
	padding: 10px 14px;
	border-radius: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.pfe-expense-modal__btn--ghost {
	border: 1px solid #e4e4e7;
	background: #fff;
	color: #52525b;
}

.pfe-expense-modal__btn--ghost:hover {
	background: #fafafa;
}

.pfe-expense-modal__btn--primary {
	border: 1px solid #7c3aed;
	background: #7c3aed;
	color: #fff;
	box-shadow: 0 6px 16px rgba(124, 58, 237, 0.22);
}

.pfe-expense-modal__btn--primary:hover:not(:disabled) {
	background: #6d28d9;
	border-color: #6d28d9;
}

.pfe-expense-modal__btn--primary:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	box-shadow: none;
}

/* -------------------------------------------------------------------------
   PMD success toast (light card; template: template-parts/components/pmd-success-modal.php)
   ------------------------------------------------------------------------- */
.pmd-success-modal {
	position: fixed;
	inset: 0;
	z-index: 200000;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.15s ease, visibility 0.15s ease;
}

.pmd-success-modal[hidden] {
	display: none !important;
}

.pmd-success-modal--open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.pmd-success-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 18, 0.2);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	cursor: pointer;
}

.pmd-success-modal__stage {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	pointer-events: none;
}

.pmd-success-modal__card {
	position: relative;
	width: 100%;
	max-width: 300px;
	background: #fff;
	border-radius: 28px;
	border: 1px solid #e4e4e7;
	box-shadow: 0 10px 40px rgba(24, 24, 27, 0.12);
	overflow: hidden;
	pointer-events: auto;
	transform: scale(0.9) translateY(20px);
	opacity: 0;
	transition:
		transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.22s ease;
}

.pmd-success-modal--wide .pmd-success-modal__card {
	max-width: 480px;
}

.pmd-success-modal--open .pmd-success-modal__card {
	transform: scale(1) translateY(0);
	opacity: 1;
}

.pmd-success-modal__topbar {
	height: 4px;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

.pmd-success-modal__toast-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 1.5rem 1.25rem;
	text-align: center;
}

.pmd-success-modal__icon-cell {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	transform: scale(0);
	opacity: 0;
}

.pmd-success-modal--open .pmd-success-modal__icon-cell {
	animation: pmd-toast-icon-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

.pmd-success-modal__icon-cell--saved {
	background: #d1fae5;
	color: #059669;
}

.pmd-success-modal__icon-cell--updated {
	background: #ede9fe;
	color: #7c3aed;
}

.pmd-success-modal__icon-cell--deleted {
	background: #ffe4e6;
	color: #e11d48;
}

.pmd-success-modal__icon-cell--info {
	background: #ede9fe;
	color: #7c3aed;
}

.pmd-success-modal__icon-cell .fa-solid {
	font-size: 1.75rem;
	line-height: 1;
}

@keyframes pmd-toast-icon-pop {
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.pmd-success-modal__emoji {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 0.75rem;
	display: block;
	transform: scale(0) rotate(-12deg);
	opacity: 0;
}

.pmd-success-modal--open .pmd-success-modal__emoji {
	animation: pmd-toast-emoji 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.14s forwards;
}

@keyframes pmd-toast-emoji {
	to {
		transform: scale(1) rotate(0);
		opacity: 1;
	}
}

.pmd-success-modal__line {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #18181b;
	line-height: 1.35;
	max-width: 100%;
	opacity: 0;
	transform: translateY(8px);
}

.pmd-success-modal--open .pmd-success-modal__line {
	animation: pmd-toast-fade-up 0.35s ease 0.2s forwards;
}

.pmd-success-modal__hint {
	margin: 0.5rem 0 0;
	font-size: 12px;
	color: rgba(24, 24, 27, 0.4);
	line-height: 1.4;
	opacity: 0;
	transform: translateY(8px);
}

.pmd-success-modal--open .pmd-success-modal__hint {
	animation: pmd-toast-fade-up 0.35s ease 0.28s forwards;
}

@keyframes pmd-toast-fade-up {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pmd-success-modal__rich-wrap {
	padding: 1.25rem 1.5rem 0.5rem;
	max-height: 60vh;
	overflow-y: auto;
}

.pmd-success-modal--rich .pmd-success-modal__toast-main {
	display: none;
}

.pmd-success-modal--rich .pmd-success-modal__hint {
	display: none;
}

.pmd-success-modal__message--rich {
	text-align: left;
	color: #3f3f46;
	font-size: 0.9rem;
	line-height: 1.5;
}

.pmd-success-modal__message--rich .pst-staff-success-swal__lead {
	margin: 0 0 0.75rem;
	font-weight: 600;
	color: #18181b;
}

.pmd-success-modal__message--rich ul {
	margin: 0;
	padding-left: 1.1rem;
}

.pmd-success-modal__message--rich code {
	display: block;
	margin-top: 0.5rem;
	padding: 0.5rem 0.65rem;
	background: #f4f4f5;
	border-radius: 8px;
	font-size: 0.85rem;
	word-break: break-all;
}

.pmd-success-modal__actions {
	padding: 0 1.25rem 1.25rem;
}

.pmd-success-modal__dismiss {
	width: 100%;
	padding: 0.625rem 1rem;
	border: 0;
	border-radius: 0.75rem;
	background: #f4f4f5;
	color: rgba(24, 24, 27, 0.7);
	font-size: 13px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
	opacity: 0;
	transform: translateY(6px);
}

.pmd-success-modal--open .pmd-success-modal__dismiss {
	animation: pmd-toast-fade-up 0.35s ease 0.32s forwards;
}

.pmd-success-modal__dismiss:hover {
	background: #e4e4e7;
	color: #18181b;
}

.pmd-success-modal__dismiss:active {
	transform: scale(0.99);
}

/* PMD Swal — bottom sheet (pull-up like practitioner-finance expense modal) */
@keyframes pmd-swal-sheet-in {
	from {
		transform: translate3d(0, 105%, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes pmd-swal-sheet-out {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(0, 105%, 0);
	}
}

.swal2-container:has(.swal2-form-modal--pmd),
.swal2-container:has(.swal2-confirm-modal--pmd),
.swal2-container:has(.swal2-gallery-modal--pmd) {
	align-items: flex-end !important;
	justify-content: center !important;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
}

.swal2-container:has(.swal2-form-modal--pmd) .swal2-popup.swal2-show.swal2-form-modal--pmd,
.swal2-container:has(.swal2-confirm-modal--pmd) .swal2-popup.swal2-show.swal2-confirm-modal--pmd,
.swal2-container:has(.swal2-gallery-modal--pmd) .swal2-popup.swal2-show.swal2-gallery-modal--pmd {
	width: 100% !important;
	max-width: 28rem !important;
	margin: 0 auto !important;
	transform-origin: bottom center !important;
	animation: pmd-swal-sheet-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.swal2-container:has(.swal2-form-modal--pmd) .swal2-popup.swal2-hide,
.swal2-container:has(.swal2-confirm-modal--pmd) .swal2-popup.swal2-hide,
.swal2-container:has(.swal2-gallery-modal--pmd) .swal2-popup.swal2-hide {
	animation: pmd-swal-sheet-out 0.22s ease forwards !important;
}

/* Dark Swal forms (PMD.swal.form / calendar / dashboard) — bottom sheet, exclude light pmd shell + review exception */
.swal2-container:has(.swal2-popup.swal--form):not(:has(.swal2-form-modal--pmd)):not(:has(.cma-swal-review)) {
	align-items: flex-end !important;
	justify-content: center !important;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
}

.swal2-container:has(.swal2-popup.swal--form):not(:has(.swal2-form-modal--pmd)):not(:has(.cma-swal-review)) .swal2-backdrop {
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.swal2-container:has(.swal2-popup.swal--form):not(:has(.swal2-form-modal--pmd)):not(:has(.cma-swal-review)) .swal2-popup.swal2-show {
	width: 100% !important;
	max-width: 28rem !important;
	margin: 0 auto !important;
	border-radius: 1.75rem 1.75rem 0 0 !important;
	transform-origin: bottom center !important;
	animation: pmd-swal-sheet-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.swal2-container:has(.swal2-popup.swal--form):not(:has(.swal2-form-modal--pmd)):not(:has(.cma-swal-review)) .swal2-popup.swal2-hide {
	animation: pmd-swal-sheet-out 0.22s ease forwards !important;
}

.swal2-container:has(.swal2-popup.swal--form):not(:has(.swal2-form-modal--pmd)):not(:has(.cma-swal-review)) .swal2-actions {
	padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
	border-radius: 0 !important;
}

/* Legacy dark Swal confirm (PMD.swal.confirm without pmd card) — bottom sheet */
.swal2-container:has(.swal2-popup.swal--confirm):not(:has(.swal2-confirm-modal--pmd)) {
	align-items: flex-end !important;
	justify-content: center !important;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
}

.swal2-container:has(.swal2-popup.swal--confirm):not(:has(.swal2-confirm-modal--pmd)) .swal2-popup.swal2-show {
	width: 100% !important;
	max-width: 28rem !important;
	margin: 0 auto !important;
	border-radius: 1.75rem 1.75rem 0 0 !important;
	transform-origin: bottom center !important;
	animation: pmd-swal-sheet-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.swal2-container:has(.swal2-popup.swal--confirm):not(:has(.swal2-confirm-modal--pmd)) .swal2-popup.swal2-hide {
	animation: pmd-swal-sheet-out 0.22s ease forwards !important;
}

.swal2-container:has(.swal2-popup.swal--confirm):not(:has(.swal2-confirm-modal--pmd)) .swal2-actions {
	padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
}

/* Calendar — appointment details (view) as bottom sheet */
.swal2-container.pmd-cal-appt-swal-container,
.swal2-container.swal2-bottom:has(.swal--appointment-details-light),
.swal2-container:has(.swal--appointment-details-light) {
	align-items: flex-end !important;
	justify-content: center !important;
	align-content: flex-end !important;
	min-height: 100vh !important;
	min-height: 100dvh !important;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
}

.swal2-container:has(.swal--appointment-details-light) .swal2-backdrop {
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.swal2-container.pmd-cal-appt-swal-container .swal2-popup.swal2-show,
.swal2-container:has(.swal--appointment-details-light) .swal2-popup.swal2-show {
	width: 100% !important;
	max-width: 28rem !important;
	margin: 0 auto !important;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	align-self: flex-end !important;
	border-radius: 1.75rem 1.75rem 0 0 !important;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12) !important;
	transform-origin: bottom center !important;
	animation: pmd-swal-sheet-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.swal2-container.pmd-cal-appt-swal-container .swal2-popup.swal2-hide,
.swal2-container:has(.swal--appointment-details-light) .swal2-popup.swal2-hide {
	animation: pmd-swal-sheet-out 0.22s ease forwards !important;
}

/* SweetAlert2 confirm — same chrome as PMD success toast (practitioner-dashboard showConfirmModal) */
.swal2-container:has(.swal2-confirm-modal--pmd) {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.swal2-container:has(.swal2-confirm-modal--pmd) .swal2-backdrop {
	background: rgba(24, 24, 27, 0.4) !important;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.swal2-popup.swal2-confirm-modal--pmd {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 28rem !important;
	border-radius: 0 !important;
}

.swal2-popup.swal2-confirm-modal--pmd .swal2-html-container.swal2-confirm-modal__html {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

/* PMD confirm actions — keep in default Swal DOM (moving breaks confirm / delete callback) */
.swal2-popup.swal2-confirm-modal--pmd .swal2-actions.swal2-confirm-modal__actions {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;
	gap: 0.75rem !important;
	box-sizing: border-box !important;
	background: #fff !important;
	border-top: 1px solid #f4f4f5 !important;
	border-radius: 0 0 1.75rem 1.75rem !important;
}

.swal2-popup.swal2-confirm-modal--pmd .swal2-confirm-modal__btn {
	margin: 0 !important;
	flex: 1 1 0;
	min-width: 0;
	padding: 0.625rem 0.75rem !important;
	border-radius: 0.75rem !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	font-family: inherit !important;
	border: 0 !important;
	box-shadow: none !important;
	transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease !important;
}

.swal2-popup.swal2-confirm-modal--pmd .swal2-confirm-modal__btn--secondary {
	background: #f4f4f5 !important;
	color: #52525b !important;
}

.swal2-popup.swal2-confirm-modal--pmd .swal2-confirm-modal__btn--secondary:hover {
	background: #e4e4e7 !important;
	color: #18181b !important;
}

/* Undo global .swal2-popup-custom .swal2-cancel red chrome for PMD confirm */
.swal2-popup.swal2-confirm-modal--pmd .swal2-actions .swal2-cancel {
	background: #f4f4f5 !important;
	color: #52525b !important;
	border: 0 !important;
}

.swal2-popup.swal2-confirm-modal--pmd .swal2-actions .swal2-cancel:hover {
	background: #e4e4e7 !important;
	color: #18181b !important;
}

.swal2-popup.swal2-confirm-modal--pmd .swal2-actions .swal2-confirm {
	border: 0 !important;
	box-shadow: none !important;
}

.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-delete .swal2-confirm-modal__btn--primary {
	background: #e11d48 !important;
	color: #fff !important;
}

.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-delete .swal2-confirm-modal__btn--primary:hover {
	background: #be123c !important;
}

.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-complete .swal2-confirm-modal__btn--primary,
.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-default .swal2-confirm-modal__btn--primary {
	background: #7c3aed !important;
	color: #fff !important;
}

.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-complete .swal2-confirm-modal__btn--primary:hover,
.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-default .swal2-confirm-modal__btn--primary:hover {
	background: #6d28d9 !important;
}

.pmd-confirm-swal {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 1.75rem 1.75rem 0 0;
	border: 1px solid #e4e4e7;
	border-bottom: none;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12);
	overflow: hidden;
}

/* Drag handle (matches .pfe-expense-modal__handle) */
.swal2-container:has(.swal2-confirm-modal--pmd) .pmd-confirm-swal__topbar {
	position: relative;
	padding-top: 14px;
}

.swal2-container:has(.swal2-confirm-modal--pmd) .pmd-confirm-swal__topbar::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	border-radius: 999px;
	background: #e4e4e7;
}

.pmd-confirm-swal__topbar {
	height: 4px;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

.pmd-confirm-swal__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 1.5rem 0.75rem;
	text-align: center;
}

.pmd-confirm-swal__icon {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.pmd-confirm-swal__icon .fa-solid {
	font-size: 1.75rem;
	line-height: 1;
}

.pmd-confirm-swal__icon--deleted {
	background: #ffe4e6;
	color: #e11d48;
}

.pmd-confirm-swal__icon--updated {
	background: #ede9fe;
	color: #7c3aed;
}

.pmd-confirm-swal__icon--info {
	background: #ede9fe;
	color: #7c3aed;
}

.pmd-confirm-swal__emoji {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 0.75rem;
	display: block;
}

.pmd-confirm-swal__line {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #18181b;
	line-height: 1.35;
	max-width: 100%;
}

.pmd-confirm-swal__hint {
	margin: 0.5rem 0 0;
	font-size: 12px;
	color: rgba(24, 24, 27, 0.55);
	line-height: 1.45;
}

.pmd-confirm-swal--loading {
	border-radius: 1.75rem;
	border-bottom: 1px solid #e4e4e7;
	box-shadow: 0 24px 60px rgba(24, 24, 27, 0.18);
}

.pmd-confirm-swal__main--loading {
	padding: 2.25rem 1.5rem 2rem;
}

.pmd-confirm-swal__icon--loading {
	background: #ede9fe;
	color: #7c3aed;
}

.pmd-confirm-swal__icon--loading .fa-spinner {
	font-size: 1.5rem;
}

.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-loading {
	max-width: 22rem !important;
}

.swal2-popup.swal2-confirm-modal--pmd.swal2-confirm-modal--variant-loading .swal2-loader {
	display: none !important;
}

.swal2-container:has(.swal2-confirm-modal--variant-loading) {
	align-items: center !important;
	padding: 1rem !important;
}

.swal2-container:has(.swal2-confirm-modal--variant-loading) .swal2-popup.swal2-show.swal2-confirm-modal--pmd {
	max-width: 22rem !important;
	transform-origin: center center !important;
	animation: pmd-swal-fade-in 0.18s ease-out both !important;
}

.swal2-container:has(.swal2-confirm-modal--variant-loading) .pmd-confirm-swal__topbar::before {
	display: none;
}

@keyframes pmd-swal-fade-in {
	from {
		opacity: 0;
		transform: scale(0.96);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Light form modal (My Practitioner Profile, style-guide parity) */
.swal2-container:has(.swal2-form-modal--pmd) .swal2-backdrop {
	background: rgba(15, 15, 18, 0.4) !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.swal2-popup.swal2-form-modal--pmd {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 28rem !important;
	border-radius: 0 !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-html-container.swal2-form-modal__html {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	max-height: min(85vh, 720px);
}

.pmd-form-swal {
	background: #fff;
	border-radius: 1.75rem 1.75rem 0 0;
	border: 1px solid #e4e4e7;
	border-bottom: none;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12);
	overflow: hidden;
	text-align: left;
}

.swal2-container:has(.swal2-form-modal--pmd) .pmd-form-swal__topbar {
	position: relative;
	padding-top: 14px;
	height: auto;
	min-height: 4px;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

.swal2-container:has(.swal2-form-modal--pmd) .pmd-form-swal__topbar::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	border-radius: 999px;
	background: #e4e4e7;
	z-index: 1;
}

.pmd-form-swal__header {
	padding: 1rem 1.25rem 0.75rem;
	border-bottom: 1px solid #f4f4f5;
}

.pmd-form-swal__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #18181b;
	letter-spacing: -0.02em;
}

.pmd-form-swal__subtitle {
	margin: 0.25rem 0 0;
	font-size: 0.6875rem;
	color: rgba(24, 24, 27, 0.45);
}

.pmd-form-swal__body--scroll {
	padding: 1rem 1.25rem 1.25rem;
	max-height: min(65vh, 560px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.swal2-popup.swal2-form-modal--pmd .swal2-actions.swal2-form-modal__actions {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0.75rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
	gap: 0.75rem !important;
	background: #fff !important;
	border-top: 1px solid #f4f4f5 !important;
	border-bottom: 0 !important;
	box-sizing: border-box !important;
}

/* Cancel left, confirm right (SweetAlert2 DOM order can vary with reverseButtons) */
.swal2-popup.swal2-form-modal--pmd .swal2-actions.swal2-form-modal__actions .swal2-cancel {
	order: 1 !important;
}
.swal2-popup.swal2-form-modal--pmd .swal2-actions.swal2-form-modal__actions .swal2-confirm {
	order: 2 !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-form-modal__btn {
	margin: 0 !important;
	flex: 1 1 0;
	min-width: 0;
	padding: 0.625rem 0.75rem !important;
	border-radius: 0.75rem !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	font-family: inherit !important;
	border: 0 !important;
	box-shadow: none !important;
	transition: background 0.15s ease, color 0.15s ease !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-form-modal__btn--secondary {
	background: #f4f4f5 !important;
	color: #52525b !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-form-modal__btn--secondary:hover {
	background: #e4e4e7 !important;
	color: #18181b !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-form-modal__btn--primary {
	background: #7c3aed !important;
	color: #fff !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-form-modal__btn--primary:hover {
	background: #6d28d9 !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-field-group label {
	color: #52525b;
}

.swal2-popup.swal2-form-modal--pmd .swal2-input,
.swal2-popup.swal2-form-modal--pmd .swal2-textarea,
.swal2-popup.swal2-form-modal--pmd .swal2-select,
.swal2-popup.swal2-form-modal--pmd .swal2-file {
	border-color: #e4e4e7;
	background: #fff;
	color: #18181b;
	color-scheme: light;
}

.swal2-popup.swal2-form-modal--pmd .swal2-input[readonly] {
	background: #fafafa !important;
	color: #71717a !important;
	border-color: #e4e4e7 !important;
}

.swal2-popup.swal2-form-modal--pmd .swal2-html-container-custom::-webkit-scrollbar-thumb {
	background: #d4d4d8;
}

.swal2-popup.swal2-form-modal--pmd .mpp-swal-hint {
	font-size: 11px;
	color: #71717a;
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 1.4;
}

.swal2-popup.swal2-form-modal--pmd .mpp-swal-hint--spaced {
	margin-top: 8px;
	font-size: 12px;
}

/* Finance expenses — edit form inside light PMD form Swal (body-level; scope under .pmd-form-swal) */
.pmd-form-swal .pfe-swal-req {
	color: #e11d48;
	font-weight: 700;
}

.pmd-form-swal .pfe-swal-opt {
	font-weight: 500;
	color: #a1a1aa;
}

.pmd-form-swal .pfe-swal-inline-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
}

.pmd-form-swal .pfe-swal-inline-row .pfe-swal-check {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
	accent-color: #7c3aed;
	cursor: pointer;
}

.pmd-form-swal .pfe-swal-inline-row .pfe-swal-check-label {
	display: inline;
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #3f3f46;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
}

.pmd-form-swal .pfe-swal-attach-hint {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	color: #71717a;
}

.pmd-form-swal .pfe-swal-attach-link {
	color: #7c3aed;
	font-weight: 600;
	text-decoration: none;
}

.pmd-form-swal .pfe-swal-attach-link:hover {
	color: #6d28d9;
	text-decoration: underline;
}

.pmd-form-swal .pfe-swal-delete-strip {
	margin-top: 0.5rem;
	padding-top: 1rem;
	border-top: 1px solid #f4f4f5;
}

.pmd-form-swal .pfe-swal-delete-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 10px 14px;
	border-radius: 0.75rem;
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #be123c;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.pmd-form-swal .pfe-swal-delete-btn:hover {
	background: #fee2e2;
	border-color: #fca5a5;
}

/* Gallery manager modal (light) */
.swal2-container:has(.swal2-gallery-modal--pmd) .swal2-backdrop {
	background: rgba(15, 15, 18, 0.4) !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.swal2-popup.swal2-gallery-modal--pmd {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 28rem !important;
	border-radius: 0 !important;
}

.swal2-popup.swal2-gallery-modal--pmd .swal2-html-container.swal2-gallery-modal__html {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	max-height: min(85vh, 640px);
}

.pmd-gallery-swal {
	background: #fff;
	border-radius: 1.75rem 1.75rem 0 0;
	border: 1px solid #e4e4e7;
	border-bottom: none;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12);
	overflow: hidden;
	text-align: left;
}

.swal2-container:has(.swal2-gallery-modal--pmd) .pmd-gallery-swal__topbar {
	position: relative;
	padding-top: 14px;
	height: auto;
	min-height: 4px;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

.swal2-container:has(.swal2-gallery-modal--pmd) .pmd-gallery-swal__topbar::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	border-radius: 999px;
	background: #e4e4e7;
	z-index: 1;
}

.pmd-gallery-swal__head {
	padding: 1rem 1.25rem 0.5rem;
	border-bottom: 1px solid #f4f4f5;
}

.pmd-gallery-swal__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #18181b;
}

.pmd-gallery-swal__body {
	padding: 1rem 1.25rem 1.25rem;
	max-height: min(65vh, 560px);
	overflow-y: auto;
	color: #3f3f46;
}

.pmd-gallery-swal__body .mpp-swal-hint {
	font-size: 13px;
	color: #71717a;
	margin: 0 0 10px;
}

.swal2-popup.swal2-gallery-modal--pmd .swal2-actions {
	display: flex !important;
	justify-content: stretch !important;
	margin: 0 !important;
	padding: 0.75rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
	background: #fff !important;
	border-top: 1px solid #f4f4f5 !important;
	border-radius: 0 0 1.75rem 1.75rem !important;
}

.swal2-popup.swal2-gallery-modal--pmd .swal2-cancel {
	margin: 0 !important;
	width: 100% !important;
	padding: 0.625rem 0.75rem !important;
	border-radius: 0.75rem !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	background: #f4f4f5 !important;
	color: #52525b !important;
	border: 0 !important;
}

.swal2-popup.swal2-gallery-modal--pmd .swal2-cancel:hover {
	background: #e4e4e7 !important;
	color: #18181b !important;
}

/* Practitioner dashboard — edit appointment (React-style panel; overrides pdd-appt-sheet partial) */
#pdd-appt-edit-sheet.pdd-appt-sheet--edit-modal {
	z-index: 240;
}

#pdd-appt-edit-sheet.pdd-appt-sheet--edit-modal .pdd-edit-appt__backdrop {
	background: rgba(15, 15, 18, 0.4);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

#pdd-appt-edit-sheet.pdd-appt-sheet--edit-modal .pdd-edit-appt__stage {
	position: absolute;
	inset: 0;
	top: 4rem;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 1rem;
	pointer-events: none;
	z-index: 1;
}

@media (min-width: 640px) {
	#pdd-appt-edit-sheet.pdd-appt-sheet--edit-modal .pdd-edit-appt__stage {
		align-items: flex-end;
		padding: 1rem;
		top: 0;
	}
}

#pdd-appt-edit-sheet.pdd-appt-sheet--edit-modal .pdd-edit-appt__panel.pdd-appt-sheet__sheet {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	max-width: 28rem;
	margin: 0;
	max-height: 85vh;
	border-radius: 1.75rem 1.75rem 0 0;
	border: 1px solid #f4f4f5;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.18);
	pointer-events: auto;
	transform: translateY(100%);
	opacity: 1;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 640px) {
	#pdd-appt-edit-sheet.pdd-appt-sheet--edit-modal .pdd-edit-appt__panel.pdd-appt-sheet__sheet {
		border-radius: 1.75rem 1.75rem 0 0;
	}
}

#pdd-appt-edit-sheet.pdd-appt-sheet--edit-modal.is-open .pdd-edit-appt__panel.pdd-appt-sheet__sheet {
	transform: translateY(0);
}

#pdd-appt-edit-sheet .pdd-edit-appt__bar {
	height: 4px;
	flex-shrink: 0;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

#pdd-appt-edit-sheet .pdd-edit-appt__header {
	flex-shrink: 0;
	padding: 1.25rem 1.25rem 0.75rem;
	border-bottom: 1px solid #f4f4f5;
	box-sizing: border-box;
}

#pdd-appt-edit-sheet .pdd-edit-appt__header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

#pdd-appt-edit-sheet .pdd-edit-appt__title {
	margin: 0;
	font-size: 1.25rem; /* text-[20px] */
	font-weight: 500;
	color: #18181b; /* semantic-ink */
	letter-spacing: -0.02em;
	line-height: 1.2;
}

#pdd-appt-edit-sheet .pdd-edit-appt__title-emoji {
	font-weight: 400;
}

#pdd-appt-edit-sheet .pdd-edit-appt__title-emoji img.emoji {
	width: 1.125rem;
	height: 1.125rem;
	vertical-align: -0.12em;
	display: inline-block;
	object-fit: contain;
}

#pdd-appt-edit-sheet .pdd-edit-appt__close {
	width: 1.75rem;
	height: 1.75rem;
	border: 0;
	border-radius: 999px;
	background: #f4f4f5;
	color: #52525b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
	flex-shrink: 0;
}

#pdd-appt-edit-sheet .pdd-edit-appt__close:hover {
	background: #e4e4e7;
	color: #18181b;
}

#pdd-appt-edit-sheet .pdd-edit-appt__close i {
	font-size: 0.875rem;
}

#pdd-appt-edit-sheet .pdd-edit-appt__body.pdd-appt-sheet__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1rem 1.25rem; /* py-4 px-5 */
	box-sizing: border-box;
}

#pdd-appt-edit-sheet .pdd-edit-appt__form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	box-sizing: border-box;
}

#pdd-appt-edit-sheet .pdd-edit-appt__exotic-hint {
	margin: 0.35rem 0 0;
	font-size: 0.6875rem;
	line-height: 1.45;
	color: #71717a;
}

#pdd-appt-edit-sheet .pdd-edit-appt__field {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

#pdd-appt-edit-sheet .pdd-edit-appt__row2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

@media (max-width: 380px) {
	#pdd-appt-edit-sheet .pdd-edit-appt__row2 {
		grid-template-columns: 1fr;
	}
}

#pdd-appt-edit-sheet .pdd-edit-appt__label {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.6875rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(24, 24, 27, 0.5);
}

#pdd-appt-edit-sheet .pdd-edit-appt__label--static {
	display: flex;
	align-items: center;
	gap: 0.375rem;
}

#pdd-appt-edit-sheet .pdd-edit-appt__label i {
	font-size: 0.75rem;
	opacity: 0.85;
}

#pdd-appt-edit-sheet .pdd-edit-appt__req {
	color: #f87171;
	font-weight: 800;
}

#pdd-appt-edit-sheet .pdd-edit-appt__input,
#pdd-appt-edit-sheet .pdd-edit-appt__textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.625rem 0.75rem;
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7;
	background: #fff;
	font-size: 0.875rem;
	color: #18181b;
	font-family: inherit;
	line-height: 1.45;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#pdd-appt-edit-sheet .pdd-edit-appt__textarea {
	font-size: 0.8125rem;
	line-height: 1.55;
	resize: none;
	min-height: 0;
}

#pdd-appt-edit-sheet .pdd-edit-appt__input::placeholder,
#pdd-appt-edit-sheet .pdd-edit-appt__textarea::placeholder {
	color: #a1a1aa;
}

#pdd-appt-edit-sheet .pdd-edit-appt__input:focus,
#pdd-appt-edit-sheet .pdd-edit-appt__textarea:focus {
	outline: none;
	border-color: transparent;
	box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.55); /* ring-brand-500 */
}

#pdd-appt-edit-sheet .pdd-edit-appt__pills--trio {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.5rem;
}

#pdd-appt-edit-sheet .pdd-edit-appt__pills--trio .pdd-edit-appt__pill {
	flex: 1 1 0;
	min-width: 0;
	padding: 0.5rem 0.25rem; /* py-2 */
	border-radius: 0.75rem;
	border: 1px solid #e4e4e7; /* zinc-200 */
	background: #fff;
	color: #71717a; /* zinc-500 */
	font-size: 0.75rem; /* text-[12px] */
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

#pdd-appt-edit-sheet .pdd-edit-appt__pill:not(.is-active):hover {
	background: #fafafa; /* zinc-50 */
}

#pdd-appt-edit-sheet .pdd-edit-appt__pill:focus-visible {
	outline: none;
	box-shadow: 0 0 0 2px #7c3aed;
}

#pdd-appt-edit-sheet .pdd-edit-appt__pill.is-active {
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 3px rgba(196, 181, 253, 0.9);
}

#pdd-appt-edit-sheet .pdd-edit-appt__pill.is-active.pdd-edit-appt__pill--pending {
	background: #fffbeb; /* amber-50 */
	color: #b45309; /* amber-700 */
	border-color: #fde68a; /* amber-200 */
}

#pdd-appt-edit-sheet .pdd-edit-appt__pill.is-active.pdd-edit-appt__pill--confirmed {
	background: #ecfdf5; /* emerald-50 */
	color: #047857; /* emerald-700 */
	border-color: #a7f3d0; /* emerald-200 */
}

#pdd-appt-edit-sheet .pdd-edit-appt__pill.is-active.pdd-edit-appt__pill--completed {
	background: #f4f4f5; /* zinc-100 */
	color: #52525b; /* zinc-600 */
	border-color: #e4e4e7; /* zinc-200 */
}

#pdd-appt-edit-sheet .pdd-edit-appt__pill.is-active.pdd-edit-appt__pill--cancelled {
	background: #fef2f2; /* rose-50 */
	color: #b91c1c; /* red-700 */
	border-color: #fecaca; /* red-200 */
}

#pdd-appt-edit-sheet .pdd-edit-appt__footer {
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #f4f4f5;
	background: #fff;
	box-sizing: border-box;
}

#pdd-appt-edit-sheet .pdd-edit-appt__footer .pdd-edit-appt__cancel,
#pdd-appt-edit-sheet .pdd-edit-appt__footer .pdd-edit-appt__save {
	flex: 0 1 auto;
	min-width: 0;
}

#pdd-appt-edit-sheet .pdd-edit-appt__save .emoji {
	width: 1rem;
	height: 1rem;
	vertical-align: -0.1em;
	display: inline-block;
	object-fit: contain;
}

#pdd-appt-edit-sheet .pdd-edit-appt__save {
	width: 100%;
	padding: 0.75rem 1rem; /* py-3 */
	border: 0;
	border-radius: 0.75rem;
	background: #7c3aed; /* brand-600 */
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.08),
		0 2px 4px -2px rgba(0, 0, 0, 0.06),
		0 4px 14px rgba(139, 92, 246, 0.22); /* shadow-md + brand tint */
	transition: background 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

#pdd-appt-edit-sheet .pdd-edit-appt__save:hover:not(:disabled) {
	background: #6d28d9; /* brand-700 */
}

#pdd-appt-edit-sheet .pdd-edit-appt__save:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

#pdd-appt-edit-sheet .pdd-edit-appt__cancel {
	width: 100%;
	padding: 0.625rem 1rem;
	border: 0;
	border-radius: 0.75rem;
	background: #fafafa;
	color: #52525b;
	font-size: 0.8125rem;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

#pdd-appt-edit-sheet .pdd-edit-appt__cancel:hover {
	background: #f4f4f5;
	color: #18181b;
}

/* =============================================================================
   Home + main-register + practitioner + prescribers + practitioners browse —
   light hero shell & header
   pages/home.php, pages/main-register.php, pages/practitioner-landing.php,
   pages/prescribers-landing.php, pages/practitioners.php
   ============================================================================= */

body.home-template .hp-page--light-hero,
body.main-register-template .hp-page--light-hero,
body.practitioner-landing-template .hp-page--light-hero,
body.prescribers-landing-template .hp-page--light-hero,
body.practitioners-listing-template .hp-page--light-hero,
body.single-practitioner .hp-page--light-hero {
	--hh-brand-500: #8b5cf6;
	--hh-brand-600: #7c3aed;
	--hh-brand-700: #6d28d9;
	--hh-brand-800: #5b21b6;
	--hh-ink: #18181b;
	--hh-ink-muted: rgba(24, 24, 27, 0.65);
	--hh-ink-soft: rgba(24, 24, 27, 0.4);
	--hh-border: #e4e4e7;
	--hh-surface-alt: #fafafa;
	background: #fafafa;
	color: var(--hh-ink);
}

body.home-template .hp-page--light-hero .hp-hero-wrap,
body.main-register-template .hp-page--light-hero .hp-hero-wrap,
body.practitioner-landing-template .hp-page--light-hero .hp-hero-wrap,
body.prescribers-landing-template .hp-page--light-hero .hp-hero-wrap,
body.practitioners-listing-template .hp-page--light-hero .hp-hero-wrap,
body.single-practitioner .hp-page--light-hero .hp-hero-wrap {
	position: relative;
	background: #fafafa;
}

/* Light header bar — tokens aligned with template-parts/components/style-guide-modals.php (sheet / celebrate / accent chips) */
body.home-template .hp-page--light-hero .hp-header,
body.main-register-template .hp-page--light-hero .hp-header,
body.practitioner-landing-template .hp-page--light-hero .hp-header,
body.prescribers-landing-template .hp-page--light-hero .hp-header,
body.practitioners-listing-template .hp-page--light-hero .hp-header,
body.single-practitioner .hp-page--light-hero .hp-header {
	position: sticky !important;
	top: 0;
	z-index: 100;
	overflow: visible;
	max-width: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 0.625rem 1rem calc(0.625rem + 3px) !important;
	box-sizing: border-box;
	background: #ffffff !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: 1px solid #f4f4f5 !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(24, 24, 27, 0.06);
}

body.home-template .hp-page--light-hero .hp-header::after,
body.main-register-template .hp-page--light-hero .hp-header::after,
body.practitioner-landing-template .hp-page--light-hero .hp-header::after,
body.prescribers-landing-template .hp-page--light-hero .hp-header::after,
body.practitioners-listing-template .hp-page--light-hero .hp-header::after,
body.single-practitioner .hp-page--light-hero .hp-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
	pointer-events: none;
}

body.home-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.main-register-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.practitioner-landing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.prescribers-landing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.practitioners-listing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.single-practitioner .hp-page--light-hero .hp-header.hp-header--scrolled {
	background: #ffffff !important;
	border-bottom: 1px solid #f4f4f5 !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 10px 30px rgba(24, 24, 27, 0.08);
	padding-top: 0.625rem !important;
	padding-bottom: calc(0.625rem + 3px) !important;
}

@media (min-width: 640px) {
	body.home-template .hp-page--light-hero .hp-header,
	body.main-register-template .hp-page--light-hero .hp-header,
body.practitioner-landing-template .hp-page--light-hero .hp-header,
body.prescribers-landing-template .hp-page--light-hero .hp-header,
body.practitioners-listing-template .hp-page--light-hero .hp-header,
body.single-practitioner .hp-page--light-hero .hp-header {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	body.home-template .hp-page--light-hero .hp-header.hp-header--scrolled,
	body.main-register-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.practitioner-landing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.prescribers-landing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.practitioners-listing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.single-practitioner .hp-page--light-hero .hp-header.hp-header--scrolled {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

@media (min-width: 1024px) {
	body.home-template .hp-page--light-hero .hp-header,
	body.main-register-template .hp-page--light-hero .hp-header,
body.practitioner-landing-template .hp-page--light-hero .hp-header,
body.prescribers-landing-template .hp-page--light-hero .hp-header,
body.practitioners-listing-template .hp-page--light-hero .hp-header,
body.single-practitioner .hp-page--light-hero .hp-header {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	body.home-template .hp-page--light-hero .hp-header.hp-header--scrolled,
	body.main-register-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.practitioner-landing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.prescribers-landing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.practitioners-listing-template .hp-page--light-hero .hp-header.hp-header--scrolled,
body.single-practitioner .hp-page--light-hero .hp-header.hp-header--scrolled {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

body.home-template .hp-page--light-hero .hp-header-inner,
body.main-register-template .hp-page--light-hero .hp-header-inner,
body.practitioner-landing-template .hp-page--light-hero .hp-header-inner,
body.prescribers-landing-template .hp-page--light-hero .hp-header-inner,
body.practitioners-listing-template .hp-page--light-hero .hp-header-inner,
body.single-practitioner .hp-page--light-hero .hp-header-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

body.home-template .hp-page--light-hero .hp-header-logo-text,
body.main-register-template .hp-page--light-hero .hp-header-logo-text,
body.practitioner-landing-template .hp-page--light-hero .hp-header-logo-text,
body.prescribers-landing-template .hp-page--light-hero .hp-header-logo-text,
body.practitioners-listing-template .hp-page--light-hero .hp-header-logo-text,
body.single-practitioner .hp-page--light-hero .hp-header-logo-text {
	color: #18181b !important;
	background: none !important;
	-webkit-text-fill-color: #18181b !important;
}

body.home-template .hp-page--light-hero .hp-header-link--text,
body.main-register-template .hp-page--light-hero .hp-header-link--text,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--text,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--text,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--text,
body.single-practitioner .hp-page--light-hero .hp-header-link--text {
	color: #52525b !important;
}

body.home-template .hp-page--light-hero .hp-header-link--text:hover,
body.main-register-template .hp-page--light-hero .hp-header-link--text:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--text:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--text:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--text:hover,
body.single-practitioner .hp-page--light-hero .hp-header-link--text:hover {
	color: #18181b !important;
	background: #f4f4f5 !important;
}

body.home-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active,
body.main-register-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active,
body.single-practitioner .hp-page--light-hero .hp-header-link--text.hp-header-link--active {
	background: #f5f3ff !important;
	color: #6d28d9 !important;
}

body.home-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active:hover,
body.main-register-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--text.hp-header-link--active:hover,
body.single-practitioner .hp-page--light-hero .hp-header-link--text.hp-header-link--active:hover {
	background: #ede9fe !important;
	color: #5b21b6 !important;
}

body.home-template .hp-page--light-hero .hp-header-link--ghost,
body.main-register-template .hp-page--light-hero .hp-header-link--ghost,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--ghost,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--ghost,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--ghost,
body.single-practitioner .hp-page--light-hero .hp-header-link--ghost,
body.home-template .hp-page--light-hero .hp-header-link--secondary,
body.main-register-template .hp-page--light-hero .hp-header-link--secondary,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--secondary,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--secondary,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--secondary,
body.single-practitioner .hp-page--light-hero .hp-header-link--secondary {
	color: #3f3f46 !important;
	background: #ffffff !important;
	border: 1px solid #e4e4e7 !important;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}

body.home-template .hp-page--light-hero .hp-header-link--ghost:hover,
body.main-register-template .hp-page--light-hero .hp-header-link--ghost:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--ghost:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--ghost:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--ghost:hover,
body.single-practitioner .hp-page--light-hero .hp-header-link--ghost:hover,
body.home-template .hp-page--light-hero .hp-header-link--secondary:hover,
body.main-register-template .hp-page--light-hero .hp-header-link--secondary:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--secondary:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--secondary:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--secondary:hover,
body.single-practitioner .hp-page--light-hero .hp-header-link--secondary:hover {
	color: #18181b !important;
	background: #fafafa !important;
	border-color: #d4d4d8 !important;
}

body.home-template .hp-page--light-hero .hp-header-link--ghost.hp-header-link--active,
body.main-register-template .hp-page--light-hero .hp-header-link--ghost.hp-header-link--active,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--ghost.hp-header-link--active,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--ghost.hp-header-link--active,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--ghost.hp-header-link--active,
body.single-practitioner .hp-page--light-hero .hp-header-link--ghost.hp-header-link--active,
body.home-template .hp-page--light-hero .hp-header-link--secondary.hp-header-link--active,
body.main-register-template .hp-page--light-hero .hp-header-link--secondary.hp-header-link--active,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--secondary.hp-header-link--active,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--secondary.hp-header-link--active,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--secondary.hp-header-link--active,
body.single-practitioner .hp-page--light-hero .hp-header-link--secondary.hp-header-link--active {
	background: #f5f3ff !important;
	border-color: #ddd6fe !important;
	color: #6d28d9 !important;
}

body.home-template .hp-page--light-hero .hp-header-link--outline,
body.main-register-template .hp-page--light-hero .hp-header-link--outline,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--outline,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--outline,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--outline,
body.single-practitioner .hp-page--light-hero .hp-header-link--outline,
body.home-template .hp-page--light-hero .hp-header-link--cta,
body.main-register-template .hp-page--light-hero .hp-header-link--cta,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--cta,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--cta,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--cta,
body.single-practitioner .hp-page--light-hero .hp-header-link--cta {
	border: 1px solid transparent !important;
	color: #ffffff !important;
	background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%) !important;
	box-shadow: 0 6px 16px rgba(124, 58, 237, 0.28);
	font-weight: 600;
}

body.home-template .hp-page--light-hero .hp-header-link--outline:hover,
body.main-register-template .hp-page--light-hero .hp-header-link--outline:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--outline:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--outline:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--outline:hover,
body.single-practitioner .hp-page--light-hero .hp-header-link--outline:hover,
body.home-template .hp-page--light-hero .hp-header-link--cta:hover,
body.main-register-template .hp-page--light-hero .hp-header-link--cta:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--cta:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--cta:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--cta:hover,
body.single-practitioner .hp-page--light-hero .hp-header-link--cta:hover {
	border-color: transparent !important;
	background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%) !important;
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(124, 58, 237, 0.36);
}

body.home-template .hp-page--light-hero .hp-header-link--outline.hp-header-link--active,
body.main-register-template .hp-page--light-hero .hp-header-link--outline.hp-header-link--active,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--outline.hp-header-link--active,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--outline.hp-header-link--active,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--outline.hp-header-link--active,
body.single-practitioner .hp-page--light-hero .hp-header-link--outline.hp-header-link--active,
body.home-template .hp-page--light-hero .hp-header-link--cta.hp-header-link--active,
body.main-register-template .hp-page--light-hero .hp-header-link--cta.hp-header-link--active,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--cta.hp-header-link--active,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--cta.hp-header-link--active,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--cta.hp-header-link--active,
body.single-practitioner .hp-page--light-hero .hp-header-link--cta.hp-header-link--active {
	border-color: transparent !important;
	background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%) !important;
	color: #ffffff !important;
}

body.home-template .hp-page--light-hero .hp-header-actions,
body.main-register-template .hp-page--light-hero .hp-header-actions,
body.practitioner-landing-template .hp-page--light-hero .hp-header-actions,
body.prescribers-landing-template .hp-page--light-hero .hp-header-actions,
body.practitioners-listing-template .hp-page--light-hero .hp-header-actions,
body.single-practitioner .hp-page--light-hero .hp-header-actions {
	gap: 0.5rem;
}

body.home-template .hp-page--light-hero .hp-header-nav,
body.main-register-template .hp-page--light-hero .hp-header-nav,
body.practitioner-landing-template .hp-page--light-hero .hp-header-nav,
body.prescribers-landing-template .hp-page--light-hero .hp-header-nav,
body.practitioners-listing-template .hp-page--light-hero .hp-header-nav,
body.single-practitioner .hp-page--light-hero .hp-header-nav {
	gap: 0.375rem;
}

body.home-template .hp-page--light-hero .hp-header-link--text,
body.main-register-template .hp-page--light-hero .hp-header-link--text,
body.practitioner-landing-template .hp-page--light-hero .hp-header-link--text,
body.prescribers-landing-template .hp-page--light-hero .hp-header-link--text,
body.practitioners-listing-template .hp-page--light-hero .hp-header-link--text,
body.single-practitioner .hp-page--light-hero .hp-header-link--text {
	font-weight: 500;
	letter-spacing: -0.01em;
}

body.home-template .hp-page--light-hero .hp-header-dropdown-trigger,
body.main-register-template .hp-page--light-hero .hp-header-dropdown-trigger,
body.practitioner-landing-template .hp-page--light-hero .hp-header-dropdown-trigger,
body.prescribers-landing-template .hp-page--light-hero .hp-header-dropdown-trigger,
body.practitioners-listing-template .hp-page--light-hero .hp-header-dropdown-trigger,
body.single-practitioner .hp-page--light-hero .hp-header-dropdown-trigger {
	color: #52525b !important;
}

body.home-template .hp-page--light-hero .hp-header-dropdown-menu,
body.main-register-template .hp-page--light-hero .hp-header-dropdown-menu,
body.practitioner-landing-template .hp-page--light-hero .hp-header-dropdown-menu,
body.prescribers-landing-template .hp-page--light-hero .hp-header-dropdown-menu,
body.practitioners-listing-template .hp-page--light-hero .hp-header-dropdown-menu,
body.single-practitioner .hp-page--light-hero .hp-header-dropdown-menu {
	background: #ffffff !important;
	border: 1px solid #e4e4e7 !important;
	border-radius: 14px !important;
	padding: 0.375rem !important;
	box-shadow: 0 12px 40px rgba(24, 24, 27, 0.12) !important;
	margin-top: 0.5rem !important;
}

body.home-template .hp-page--light-hero .hp-header-dropdown-link,
body.main-register-template .hp-page--light-hero .hp-header-dropdown-link,
body.practitioner-landing-template .hp-page--light-hero .hp-header-dropdown-link,
body.prescribers-landing-template .hp-page--light-hero .hp-header-dropdown-link,
body.practitioners-listing-template .hp-page--light-hero .hp-header-dropdown-link,
body.single-practitioner .hp-page--light-hero .hp-header-dropdown-link {
	color: #18181b !important;
	border-radius: 10px;
	padding: 0.625rem 0.875rem;
}

body.home-template .hp-page--light-hero .hp-header-dropdown-link:hover,
body.main-register-template .hp-page--light-hero .hp-header-dropdown-link:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-dropdown-link:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-dropdown-link:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-dropdown-link:hover,
body.single-practitioner .hp-page--light-hero .hp-header-dropdown-link:hover {
	background: #f5f3ff !important;
	color: #6d28d9 !important;
}

body.home-template .hp-page--light-hero .hp-header-dropdown-link--active,
body.main-register-template .hp-page--light-hero .hp-header-dropdown-link--active,
body.practitioner-landing-template .hp-page--light-hero .hp-header-dropdown-link--active,
body.prescribers-landing-template .hp-page--light-hero .hp-header-dropdown-link--active,
body.practitioners-listing-template .hp-page--light-hero .hp-header-dropdown-link--active,
body.single-practitioner .hp-page--light-hero .hp-header-dropdown-link--active {
	background: #f5f3ff !important;
	color: #6d28d9 !important;
}

body.home-template .hp-page--light-hero .hp-header-toggle,
body.main-register-template .hp-page--light-hero .hp-header-toggle,
body.practitioner-landing-template .hp-page--light-hero .hp-header-toggle,
body.prescribers-landing-template .hp-page--light-hero .hp-header-toggle,
body.practitioners-listing-template .hp-page--light-hero .hp-header-toggle,
body.single-practitioner .hp-page--light-hero .hp-header-toggle {
	color: #18181b !important;
	background: #ffffff !important;
	border: 1px solid #e4e4e7 !important;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}

body.home-template .hp-page--light-hero .hp-header-toggle:hover,
body.main-register-template .hp-page--light-hero .hp-header-toggle:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-toggle:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-toggle:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-toggle:hover,
body.single-practitioner .hp-page--light-hero .hp-header-toggle:hover {
	background: #fafafa !important;
	border-color: #d4d4d8 !important;
}

body.home-template .hp-page--light-hero .hp-header--menu-open .hp-header-toggle,
body.main-register-template .hp-page--light-hero .hp-header--menu-open .hp-header-toggle,
body.practitioner-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-toggle,
body.prescribers-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-toggle,
body.practitioners-listing-template .hp-page--light-hero .hp-header--menu-open .hp-header-toggle,
body.single-practitioner .hp-page--light-hero .hp-header--menu-open .hp-header-toggle {
	background: #f5f3ff !important;
	border-color: #ddd6fe !important;
	color: #6d28d9 !important;
}

@media (max-width: 767px) {
	body.home-template .hp-page--light-hero .hp-header-close,
	body.main-register-template .hp-page--light-hero .hp-header-close,
body.practitioner-landing-template .hp-page--light-hero .hp-header-close,
body.prescribers-landing-template .hp-page--light-hero .hp-header-close,
body.practitioners-listing-template .hp-page--light-hero .hp-header-close,
body.single-practitioner .hp-page--light-hero .hp-header-close {
		background: #ffffff !important;
		color: #18181b !important;
		border: 1px solid #e4e4e7 !important;
		border-radius: 12px !important;
		box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
	}

	body.home-template .hp-page--light-hero .hp-header-close:hover,
	body.main-register-template .hp-page--light-hero .hp-header-close:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header-close:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header-close:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header-close:hover,
body.single-practitioner .hp-page--light-hero .hp-header-close:hover {
		background: #fafafa !important;
		border-color: #d4d4d8 !important;
		color: #18181b !important;
	}

	body.home-template .hp-page--light-hero .hp-header-nav,
	body.main-register-template .hp-page--light-hero .hp-header-nav,
body.practitioner-landing-template .hp-page--light-hero .hp-header-nav,
body.prescribers-landing-template .hp-page--light-hero .hp-header-nav,
body.practitioners-listing-template .hp-page--light-hero .hp-header-nav,
body.single-practitioner .hp-page--light-hero .hp-header-nav {
		background: #ffffff !important;
		backdrop-filter: none !important;
		border-bottom: 1px solid #e4e4e7 !important;
		box-shadow: 0 10px 40px rgba(24, 24, 27, 0.12) !important;
		align-items: stretch;
		gap: 0.5rem;
		padding: 5.5rem 1.25rem 2rem;
	}

	body.home-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link,
	body.main-register-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link,
body.practitioner-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link,
body.prescribers-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link,
body.practitioners-listing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link,
body.single-practitioner .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link {
		color: #18181b !important;
		width: 100%;
		justify-content: flex-start;
		height: 48px;
		padding: 0 1rem;
		border-radius: 12px;
	}

	body.home-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text,
	body.main-register-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text,
body.practitioner-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text,
body.prescribers-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text,
body.practitioners-listing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text,
body.single-practitioner .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text {
		color: #3f3f46 !important;
		background: #fafafa !important;
		border: 1px solid #f4f4f5 !important;
	}

	body.home-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text:hover,
	body.main-register-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text:hover,
body.practitioner-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text:hover,
body.prescribers-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text:hover,
body.practitioners-listing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text:hover,
body.single-practitioner .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text:hover {
		background: #f5f3ff !important;
		border-color: #ede9fe !important;
		color: #6d28d9 !important;
	}

	body.home-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text.hp-header-link--active,
	body.main-register-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text.hp-header-link--active,
body.practitioner-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text.hp-header-link--active,
body.prescribers-landing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text.hp-header-link--active,
body.practitioners-listing-template .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text.hp-header-link--active,
body.single-practitioner .hp-page--light-hero .hp-header--menu-open .hp-header-nav .hp-header-link--text.hp-header-link--active {
		background: #f5f3ff !important;
		border-color: #ddd6fe !important;
		color: #6d28d9 !important;
	}

	body.home-template .hp-page--light-hero .hp-header--scrolled.hp-header--menu-open .hp-header-nav,
	body.main-register-template .hp-page--light-hero .hp-header--scrolled.hp-header--menu-open .hp-header-nav,
body.practitioner-landing-template .hp-page--light-hero .hp-header--scrolled.hp-header--menu-open .hp-header-nav,
body.prescribers-landing-template .hp-page--light-hero .hp-header--scrolled.hp-header--menu-open .hp-header-nav,
body.practitioners-listing-template .hp-page--light-hero .hp-header--scrolled.hp-header--menu-open .hp-header-nav,
body.single-practitioner .hp-page--light-hero .hp-header--scrolled.hp-header--menu-open .hp-header-nav {
		border-bottom: 1px solid #e4e4e7 !important;
		box-shadow: 0 8px 24px rgba(24, 24, 27, 0.1) !important;
	}

	/* Keep Join / Sign in compact on small screens */
	body.home-template .hp-page--light-hero .hp-header-actions .hp-header-link--cta,
	body.main-register-template .hp-page--light-hero .hp-header-actions .hp-header-link--cta,
	body.practitioner-landing-template .hp-page--light-hero .hp-header-actions .hp-header-link--cta,
	body.prescribers-landing-template .hp-page--light-hero .hp-header-actions .hp-header-link--cta,
	body.practitioners-listing-template .hp-page--light-hero .hp-header-actions .hp-header-link--cta,
body.single-practitioner .hp-page--light-hero .hp-header-actions .hp-header-link--cta,
	body.home-template .hp-page--light-hero .hp-header-actions .hp-header-link--secondary,
	body.main-register-template .hp-page--light-hero .hp-header-actions .hp-header-link--secondary,
	body.practitioner-landing-template .hp-page--light-hero .hp-header-actions .hp-header-link--secondary,
	body.prescribers-landing-template .hp-page--light-hero .hp-header-actions .hp-header-link--secondary,
	body.practitioners-listing-template .hp-page--light-hero .hp-header-actions .hp-header-link--secondary,
body.single-practitioner .hp-page--light-hero .hp-header-actions .hp-header-link--secondary {
		padding: 0 0.75rem;
		font-size: 0.8125rem;
	}
}

body.home-template .hp-home-hero {
	padding: 2rem 1rem 2.5rem;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media (min-width: 640px) {
	body.home-template .hp-home-hero {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	body.home-template .hp-home-hero {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

body.home-template .hp-home-hero__eyebrow {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hh-brand-600);
	margin: 0 0 1rem;
}

body.home-template .hp-home-hero__title {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--hh-ink);
	margin: 0 0 1rem;
}

body.home-template .hp-home-hero__accent {
	font-style: italic;
	background: linear-gradient(to right, var(--hh-brand-500), var(--hh-brand-700));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.home-template .hp-home-hero__lead {
	font-size: 1rem;
	line-height: 1.625;
	color: var(--hh-ink-muted);
	margin: 0 0 2rem;
	max-width: 36rem;
}

body.home-template .hp-home-hero__card {
	background: #fff;
	padding: 0.75rem;
	border-radius: 1rem;
	border: 1px solid var(--hh-border);
	box-shadow:
		0 10px 15px -3px rgba(0, 0, 0, 0.08),
		0 4px 6px -4px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 36rem;
}

body.home-template .hp-home-hero__search-row {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0.25rem 0.5rem;
	cursor: text;
	border-radius: 0.375rem;
	transition: background 0.15s ease;
}

body.home-template .hp-home-hero__search-row:focus-within {
	background: var(--hh-surface-alt);
}

body.home-template .hp-home-hero__row-icon {
	width: 1.25rem;
	flex-shrink: 0;
	margin-right: 0.75rem;
	color: var(--hh-ink-soft);
	text-align: center;
	font-size: 1rem;
}

body.home-template .hp-home-hero__input {
	flex: 1;
	min-width: 0;
	width: 100%;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	font-size: 0.9375rem;
	font-family: inherit;
	color: var(--hh-ink);
	-webkit-appearance: none;
	appearance: none;
}

body.home-template .hp-home-hero__input::placeholder {
	color: var(--hh-ink-soft);
}

body.home-template .hp-home-hero__rule {
	height: 1px;
	width: 100%;
	background: var(--hh-border);
}

body.home-template .hp-home-hero__loc-row {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.5rem;
}

body.home-template .hp-home-hero__loc-text {
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--hh-ink);
}

body.home-template .hp-home-hero__cta {
	width: 100%;
	margin-top: 0.125rem;
	padding: 0.75rem 1rem;
	border: none;
	border-radius: 0.75rem;
	font-size: 0.9375rem;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(to right, var(--hh-brand-500), var(--hh-brand-700));
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.08),
		0 0 0 1px rgba(139, 92, 246, 0.08),
		0 8px 20px rgba(139, 92, 246, 0.18);
	transition: filter 0.15s ease, box-shadow 0.15s ease;
}

body.home-template .hp-home-hero__cta:hover {
	filter: brightness(1.05);
	box-shadow:
		0 6px 12px -2px rgba(0, 0, 0, 0.1),
		0 0 0 1px rgba(139, 92, 246, 0.12),
		0 12px 28px rgba(124, 58, 237, 0.22);
}

body.home-template .hp-home-hero__chips {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	overflow-x: auto;
	padding: 1.5rem 0 0.5rem;
	margin: 0 -1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	scrollbar-width: none;
	-ms-overflow-style: none;
	max-width: 100vw;
	box-sizing: border-box;
}

@media (min-width: 640px) {
	body.home-template .hp-home-hero__chips {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	body.home-template .hp-home-hero__chips {
		margin-left: -2rem;
		margin-right: -2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

body.home-template .hp-home-hero__chips::-webkit-scrollbar {
	display: none;
}

body.home-template .hp-home-hero__chip {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.375rem 0.75rem;
	border-radius: 999px;
	border: 1px solid var(--hh-border);
	background: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--hh-ink);
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: background 0.15s ease, border-color 0.15s ease;
	white-space: nowrap;
}

body.home-template .hp-home-hero__chip:hover {
	background: var(--hh-surface-alt);
	border-color: #d4d4d8;
}

body.home-template .hp-home-hero__chip-emoji {
	line-height: 1;
}

body.home-template .hp-home-hero__meta {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.8125rem;
	color: var(--hh-ink-muted);
}

body.home-template .hp-home-hero__meta-link {
	font-weight: 500;
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}

body.home-template .hp-home-hero__meta-link:hover {
	color: var(--hh-brand-600);
}

body.home-template .hp-home-hero__meta-sep {
	color: rgba(24, 24, 27, 0.35);
	user-select: none;
}

/* =============================================================================
   Home template — Top categories (HomeTopCategories parity)
   ============================================================================= */

body.home-template .hp-page--light-hero .hp-top-categories {
	padding: 2.5rem 1rem;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
}

@media (min-width: 640px) {
	body.home-template .hp-page--light-hero .hp-top-categories {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	body.home-template .hp-page--light-hero .hp-top-categories {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

body.home-template .hp-page--light-hero .hp-top-categories__title {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: 0 0 1.5rem;
	background: linear-gradient(to right, var(--hh-brand-600), var(--hh-ink));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.home-template .hp-page--light-hero .hp-top-categories__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: none;
	margin: 0;
}

body.home-template .hp-page--light-hero .hp-top-categories__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 0;
	padding: 0.75rem;
	border-radius: 1rem;
	border: 1px solid var(--hh-border);
	background: #fff;
	text-decoration: none;
	color: var(--hh-ink);
	transition:
		box-shadow 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

body.home-template .hp-page--light-hero .hp-top-categories__card:hover {
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.08),
		0 2px 4px -2px rgba(0, 0, 0, 0.06);
	border-color: #d8b4fe;
}

body.home-template .hp-page--light-hero .hp-top-categories__emoji-wrap {
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: var(--hh-surface-alt);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}

body.home-template .hp-page--light-hero .hp-top-categories__card:hover .hp-top-categories__emoji-wrap {
	background: #faf5ff;
}

body.home-template .hp-page--light-hero .hp-top-categories__emoji {
	font-size: 1.5rem;
	line-height: 1;
	display: block;
}

body.home-template .hp-page--light-hero .hp-top-categories__label {
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	color: var(--hh-ink);
}

/* =============================================================================
   Home template — Trust banner (HomeTrustBanner parity)
   ============================================================================= */

body.home-template .hp-page--light-hero .hp-trust-banner {
	background: #fff;
	border-top: 1px solid var(--hh-border);
	border-bottom: 1px solid var(--hh-border);
	padding: 1.5rem 1rem;
	width: 100%;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
}

@media (min-width: 640px) {
	body.home-template .hp-page--light-hero .hp-trust-banner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	body.home-template .hp-page--light-hero .hp-trust-banner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

body.home-template .hp-page--light-hero .hp-trust-banner__intro {
	text-align: center;
	max-width: 1280px;
	margin: 0 auto 1.25rem;
	box-sizing: border-box;
}

body.home-template .hp-page--light-hero .hp-trust-banner__headline {
	display: inline-block;
	margin: 0;
	max-width: 36rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	background: linear-gradient(to right, var(--hh-brand-600), var(--hh-ink));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.home-template .hp-page--light-hero .hp-trust-banner__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--hh-ink-muted);
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

body.home-template .hp-page--light-hero .hp-trust-banner__row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

body.home-template .hp-page--light-hero .hp-trust-banner__icon {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	font-size: 1.25rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hh-brand-500);
}

body.home-template .hp-page--light-hero .hp-trust-banner__text {
	flex: 1;
	min-width: 0;
}

/* =============================================================================
   Home template — CTA (HomeCTA parity)
   ============================================================================= */

body.home-template .hp-page--light-hero .hp-home-cta {
	padding: 4rem 1rem;
	border-top: 1px solid var(--hh-border);
	background: linear-gradient(to bottom right, #faf5ff, var(--hh-surface-alt));
	box-sizing: border-box;
	width: 100%;
}

@media (min-width: 640px) {
	body.home-template .hp-page--light-hero .hp-home-cta {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	body.home-template .hp-page--light-hero .hp-home-cta {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

body.home-template .hp-page--light-hero .hp-home-cta__inner {
	max-width: 28rem;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

body.home-template .hp-page--light-hero .hp-home-cta__title {
	display: inline-block;
	margin: 0 0 1rem;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	background: linear-gradient(to right, var(--hh-brand-600), var(--hh-ink));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.home-template .hp-page--light-hero .hp-home-cta__lead {
	margin: 0 0 2rem;
	font-size: 0.9375rem;
	line-height: 1.625;
	color: var(--hh-ink-muted);
}

body.home-template .hp-page--light-hero .hp-home-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	align-items: stretch;
	width: 100%;
}

body.home-template .hp-page--light-hero .hp-home-cta__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0.875rem 1.5rem;
	border-radius: 999px;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: var(--hh-brand-600);
	border: none;
	cursor: pointer;
	box-shadow:
		0 10px 15px -3px rgba(0, 0, 0, 0.08),
		0 4px 6px -4px rgba(0, 0, 0, 0.06),
		0 8px 24px rgba(124, 58, 237, 0.2);
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

body.home-template .hp-page--light-hero .hp-home-cta__primary:hover {
	background: var(--hh-brand-700);
	color: #fff;
	box-shadow:
		0 12px 20px -4px rgba(0, 0, 0, 0.1),
		0 8px 28px rgba(124, 58, 237, 0.28);
}

body.home-template .hp-page--light-hero .hp-home-cta__arrow {
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	line-height: 1;
}

body.home-template .hp-page--light-hero .hp-home-cta__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0.875rem 1.5rem;
	border-radius: 999px;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--hh-ink);
	background: #fff;
	border: 1px solid var(--hh-border);
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.home-template .hp-page--light-hero .hp-home-cta__secondary:hover {
	background: var(--hh-surface-alt);
	border-color: #d4d4d8;
	color: var(--hh-ink);
}

/* =============================================================================
   Single practitioner (public profile) — light shell, style-guide–aligned
   ============================================================================= */

body.single-practitioner {
	--sp-ink: #18181b;
	--sp-ink-muted: rgba(24, 24, 27, 0.65);
	--sp-ink-soft: rgba(24, 24, 27, 0.45);
	--sp-border: #e4e4e7;
	--sp-border-soft: rgba(228, 228, 231, 0.9);
	--sp-surface: #ffffff;
	--sp-surface-glass: rgba(255, 255, 255, 0.72);
	--sp-canvas: #fafafa;
	--sp-brand-50: #f5f3ff;
	--sp-brand-100: #ede9fe;
	--sp-brand-200: #ddd6fe;
	--sp-brand-500: #8b5cf6;
	--sp-brand-600: #7c3aed;
	--sp-brand-700: #6d28d9;
	--sp-pink-soft: #fdf2f8;
	--sp-accent-bar: linear-gradient(90deg, #a78bfa 0%, #7c3aed 45%, #ec4899 100%);
}

body.single-practitioner #masthead {
	display: none !important;
}

body.single-practitioner .site {
	max-width: none;
}

body.single-practitioner .site-content {
	padding-top: 0;
}

body.single-practitioner .content_wrap.sp-profile-wrap {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.single-practitioner .hp-page.hp-page--light-hero.sp-profile-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fafafa;
	color: #18181b;
	box-sizing: border-box;
}

body.sp-profile-noscroll {
	overflow: hidden;
}

.single-practitioner-profile {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding-bottom: 0;
	background: var(--sp-canvas);
	color: var(--sp-ink);
}

.sp-profile-canvas {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.sp-profile-canvas__wash {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #fff 0%, rgba(245, 243, 255, 0.45) 42%, rgba(253, 242, 248, 0.35) 100%);
}

.sp-profile-canvas__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.35;
}

.sp-profile-canvas__blob--1 {
	top: -8%;
	left: -10%;
	width: 40%;
	height: 28%;
	background: #c4b5fd;
}

.sp-profile-canvas__blob--2 {
	top: 18%;
	right: -12%;
	width: 32%;
	height: 38%;
	background: #f9a8d4;
}

.sp-profile-canvas__blob--3 {
	bottom: -10%;
	left: 18%;
	width: 48%;
	height: 28%;
	background: #a78bfa;
}

.sp-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	margin: 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.sp-page-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
}

.sp-profile-shell {
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
	background: #fff;
	backdrop-filter: blur(24px);
	border-radius: 0;
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}

.sp-hero-card {
	position: relative;
	overflow: hidden;
}

.sp-cover {
	height: 10rem;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #c4b5fd 0%, #7c3aed 48%, #db2777 100%);
}

.sp-cover-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.22;
	display: block;
}

.sp-cover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(1px);
}

.sp-back-btn {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 4;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: none;
	background: rgba(255, 255, 255, 0.92);
	color: var(--sp-ink);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.15s ease;
}

.sp-back-btn:hover {
	background: #fff;
}

.sp-cover-wave-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	pointer-events: none;
}

.sp-cover-wave {
	display: block;
	width: 100%;
	height: 2.5rem;
}

.sp-cover-wave--flip {
	transform: rotate(180deg);
}

.sp-hero-below-cover {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 1.25rem;
	margin-top: -4rem;
	margin-bottom: 0.35rem;
	gap: 0.75rem;
	position: relative;
	z-index: 3;
}

.sp-avatar-wrap {
	position: relative;
	flex-shrink: 0;
}

.sp-avatar-ring {
	padding: 0.35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(12px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.sp-avatar {
	width: 7rem;
	height: 7rem;
	border-radius: 999px;
	overflow: hidden;
}

.sp-avatar--photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sp-avatar--initials {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, var(--sp-brand-600), var(--sp-brand-700));
}

.sp-avatar-status {
	position: absolute;
	bottom: 0.45rem;
	right: 0.45rem;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: #10b981;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.sp-action-row {
	display: flex;
	gap: 0.5rem;
	padding-bottom: 0.25rem;
}

.sp-action-btn {
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	font-size: 1.1rem;
}

.sp-action-btn:hover {
	transform: scale(1.04);
}

.sp-action-btn:active {
	transform: scale(0.96);
}

.sp-action-btn--ig {
	background: linear-gradient(180deg, #f77737 0%, #c13584 100%);
}

.sp-action-btn--maps {
	background: linear-gradient(180deg, #4285f4 0%, #34a853 100%);
}

.sp-action-btn--contact {
	background: linear-gradient(180deg, #a78bfa 0%, var(--sp-brand-700) 100%);
}

.sp-hero-identity {
	padding: 0 1.25rem 1.25rem;
}

.sp-name-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.25rem;
}

.sp-name {
	font-size: clamp(1.5rem, 5vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0;
	line-height: 1.1;
	color: var(--sp-ink);
}

.sp-verified-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.2rem 0.45rem;
	border-radius: 0.375rem;
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.sp-pro-title {
	font-size: 0.875rem;
	color: var(--sp-ink-muted);
	margin: 0 0 0.35rem;
}

.sp-rating-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.35rem;
	font-size: 0.875rem;
	color: var(--sp-ink-muted);
	margin-bottom: 0.35rem;
}

.sp-star--on {
	color: #f59e0b;
}

.sp-star--off {
	color: #d4d4d8;
}

.sp-rating-val {
	font-weight: 700;
	color: var(--sp-ink);
}

.sp-rating-count {
	color: var(--sp-ink-muted);
}

.sp-rating-sep {
	color: var(--sp-ink-soft);
}

.sp-rating-sep--pad {
	margin-left: 0.15rem;
}

.sp-rating-none {
	font-size: 0.8125rem;
	color: var(--sp-ink-soft);
	font-style: italic;
}

.sp-location-inline {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.sp-location-inline i {
	color: var(--sp-brand-600);
	font-size: 0.875rem;
}

.sp-hero-bio {
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--sp-ink-muted);
	margin: 0.5rem 0 0;
}

.sp-hero-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.65rem;
}

.sp-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
}

.sp-chip--spec {
	background: #fff;
	border: 1px solid var(--sp-brand-200);
	color: var(--sp-brand-700);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.sp-chip--outline {
	background: #fff;
	border: 1px solid var(--sp-brand-200);
	color: var(--sp-brand-700);
	border-radius: 0.5rem;
	padding: 0.35rem 0.65rem;
	font-size: 0.8125rem;
	font-weight: 500;
}

.sp-avail-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
}

.sp-avail-pill--on {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #047857;
}

.sp-avail-pill--off {
	background: #f4f4f5;
	border: 1px solid var(--sp-border);
	color: var(--sp-ink-soft);
}

.sp-avail-dot-sm {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 999px;
	background: currentColor;
}

.sp-avail-pill--on .sp-avail-dot-sm {
	background: #10b981;
}

.sp-tabs-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: transparent;
}

.sp-tab-panels {
	padding: 1.25rem 1.25rem 1.5rem;
	flex: 1;
}

/* Bottom tab bar — pinned to page bottom (sticky footer + sticky while scrolling) */
body.single-practitioner .sp-bottom-nav {
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: none;
	margin-top: auto;
	flex-shrink: 0;
	transform: none;
	z-index: 85;
	box-sizing: border-box;
	padding-bottom: env(safe-area-inset-bottom, 0px);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border-top: 1px solid rgba(228, 228, 231, 0.85);
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.04);
}

body.single-practitioner .sp-bottom-nav__inner {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	max-width: 28rem;
	margin: 0 auto;
	padding: 0.5rem 0.5rem 0.35rem;
	gap: 0.125rem;
}

body.single-practitioner .sp-bottom-nav__btn {
	position: relative;
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	padding: 0.35rem 0.25rem;
	border: none;
	background: transparent;
	cursor: pointer;
	color: inherit;
	font: inherit;
	border-radius: 1rem;
	transition: color 0.2s ease;
}

body.single-practitioner .sp-bottom-nav__pill {
	position: absolute;
	inset: 0 0.35rem;
	border-radius: 1rem;
	background: linear-gradient(180deg, var(--sp-brand-50) 0%, rgba(237, 233, 254, 0.65) 100%);
	opacity: 0;
	transform: scale(0.96);
	transition: opacity 0.2s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
}

body.single-practitioner .sp-bottom-nav__btn--active .sp-bottom-nav__pill {
	opacity: 1;
	transform: scale(1);
}

body.single-practitioner .sp-bottom-nav__icon-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
}

body.single-practitioner .sp-bottom-nav__icon-wrap i {
	font-size: 1.1rem;
	line-height: 1;
	color: rgba(24, 24, 27, 0.5);
	transition: color 0.2s ease, transform 0.2s ease;
}

body.single-practitioner .sp-bottom-nav__btn:hover .sp-bottom-nav__icon-wrap i {
	color: rgba(24, 24, 27, 0.72);
}

body.single-practitioner .sp-bottom-nav__btn--active .sp-bottom-nav__icon-wrap i {
	color: var(--sp-brand-600);
	transform: scale(1.05);
}

body.single-practitioner .sp-bottom-nav__label {
	position: relative;
	z-index: 1;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.2;
	color: rgba(24, 24, 27, 0.5);
	transition: color 0.2s ease;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.1rem;
}

body.single-practitioner .sp-bottom-nav__btn:hover .sp-bottom-nav__label {
	color: rgba(24, 24, 27, 0.72);
}

body.single-practitioner .sp-bottom-nav__btn--active .sp-bottom-nav__label {
	color: var(--sp-brand-700);
}

.sp-panel {
	display: none;
}

.sp-panel--active {
	display: block;
}

.sp-empty-text {
	text-align: center;
	color: var(--sp-ink-soft);
	font-size: 0.875rem;
	padding: 2rem 0;
	margin: 0;
}

.sp-empty-text--tight {
	padding: 1rem 0;
}

.sp-services-section {
	padding: 0;
	background: transparent;
	border: none;
}

.sp-services-search-wrap {
	margin-bottom: 1rem;
}

.sp-services-search-inner {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid var(--sp-border, #e4e4e7);
	border-radius: 0.75rem;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sp-services-search-inner:focus-within {
	border-color: var(--sp-brand-500, #8b5cf6);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.sp-services-search-icon {
	position: absolute;
	left: 0.85rem;
	color: #71717a;
	font-size: 0.8rem;
	pointer-events: none;
}

.sp-services-search-input {
	width: 100%;
	padding: 0.65rem 2.25rem 0.65rem 2.25rem;
	border-radius: 0.75rem;
	border: none;
	background: transparent;
	font-size: 0.875rem;
	color: var(--sp-ink);
	outline: none;
	line-height: 1.4;
	-webkit-appearance: none;
	appearance: none;
}

.sp-services-search-input:focus {
	border: none;
	box-shadow: none;
}

.sp-services-search-clear {
	position: absolute;
	right: 0.5rem;
	background: none;
	border: none;
	color: #71717a;
	cursor: pointer;
	padding: 0.25rem;
}

.sp-services-search-count {
	font-size: 0.75rem;
	color: var(--sp-ink-soft);
	margin: 0.35rem 0 0;
}

.sp-services-no-results {
	text-align: center;
	color: var(--sp-ink-soft);
	font-size: 0.875rem;
	margin: 0 0 1rem;
}

.sp-accordion-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sp-accordion {
	background: #fff;
	border-radius: 1rem;
	border: 1px solid rgba(221, 214, 254, 0.55);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.sp-accordion[data-search-hidden="true"] {
	display: none;
}

.sp-accordion-header {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	border: none;
	background: linear-gradient(90deg, var(--sp-brand-50) 0%, var(--sp-pink-soft) 100%);
	border-bottom: 1px solid rgba(221, 214, 254, 0.55);
	cursor: pointer;
}

.sp-accordion-title {
	flex: 1;
	text-align: left;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #4c1d95;
}

.sp-accordion-count {
	font-size: 0.6875rem;
	font-weight: 700;
	padding: 0.15rem 0.45rem;
	border-radius: 0.375rem;
	background: #fff;
	border: 1px solid var(--sp-brand-200);
	color: var(--sp-brand-700);
}

.sp-accordion-chevron {
	font-size: 0.7rem;
	color: #71717a;
	transition: transform 0.2s ease;
}

.sp-accordion[data-open="false"] .sp-accordion-chevron {
	transform: rotate(-90deg);
}

.sp-accordion-body {
	border-top: none;
	padding: 0 1rem;
	overflow: hidden;
	max-height: 9999px;
	transition: max-height 0.3s ease, opacity 0.25s ease;
}

.sp-accordion[data-open="false"] .sp-accordion-body {
	max-height: 0;
	opacity: 0;
	padding: 0 1rem;
}

.sp-service-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 0;
	border-bottom: 1px solid #f4f4f5;
	transition: background 0.15s ease;
}

.sp-service-row:last-child {
	border-bottom: none;
}

.sp-service-row[data-search-hidden="true"] {
	display: none;
}

.sp-service-row:hover {
	background: rgba(250, 250, 250, 0.85);
}

.sp-service-row.sp-service-row--selected {
	background: transparent;
}

.sp-service-row-info {
	flex: 1;
	min-width: 0;
}

.sp-service-row-title {
	font-size: 0.9375rem;
	font-weight: 600;
	margin: 0 0 0.25rem;
	color: var(--sp-ink);
}

.sp-service-row-desc {
	font-size: 0.8125rem;
	color: var(--sp-ink-soft);
	margin: 0 0 0.35rem;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sp-service-row-duration {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.8125rem;
	color: var(--sp-ink-soft);
}

.sp-service-row-duration i {
	color: var(--sp-brand-600);
}

.sp-service-row-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.5rem;
	flex-shrink: 0;
}

.sp-service-row-price {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--sp-ink);
}

.btn-select-service {
	min-width: 5.75rem;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	border: none;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(90deg, var(--sp-brand-500), var(--sp-brand-700));
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.22);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-select-service:hover {
	box-shadow: 0 6px 16px rgba(124, 58, 237, 0.28);
	transform: scale(1.02);
}

.btn-select-service.is-selected {
	background: linear-gradient(90deg, #10b981, #059669);
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.btn-select-service__done {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.btn-select-service__done[hidden],
.btn-select-service__idle[hidden] {
	display: none !important;
}

.sp-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	border-radius: 0.75rem;
	padding: 0.875rem 1rem;
	margin-bottom: 1rem;
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
}

.sp-notice i {
	margin-top: 0.15rem;
	color: #d97706;
}

.sp-about-stack {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sp-about-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 1rem;
	padding: 1.25rem;
	border: 1px solid rgba(221, 214, 254, 0.55);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.sp-about-card--muted::before {
	content: "";
	position: absolute;
	top: -2rem;
	right: -2rem;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: rgba(237, 233, 254, 0.45);
	pointer-events: none;
}

.sp-about-card-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 0.65rem;
	color: var(--sp-ink);
	position: relative;
}

.sp-about-content {
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--sp-ink-muted);
}

.sp-about-content p {
	margin: 0 0 0.65rem;
}

.sp-about-content p:last-child {
	margin-bottom: 0;
}

.sp-about-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.25rem;
	position: relative;
}

.sp-about-stat {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: #fafafa;
	border: 1px solid var(--sp-border);
	font-size: 0.75rem;
	color: var(--sp-ink-muted);
}

.sp-about-stat i {
	color: var(--sp-brand-600);
	font-size: 0.7rem;
}

.sp-specialty-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	position: relative;
}

.sp-clinic-info-block--inline {
	padding: 0;
	margin: 0 0 1rem;
	border: none;
	background: transparent;
}

.sp-clinic-heading {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.sp-clinic-address-text,
.sp-clinic-parking-text {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: var(--sp-ink-muted);
	margin: 0 0 0.35rem;
}

.sp-clinic-address-text i,
.sp-clinic-parking-text i {
	color: var(--sp-brand-600);
	margin-top: 0.15rem;
}

.sp-map-wrap {
	height: 14rem;
	border-radius: 0.75rem;
	overflow: hidden;
	margin-top: 0.5rem;
	border: 1px solid var(--sp-border);
}

.sp-reviews-summary {
	display: flex;
	align-items: stretch;
	gap: 1.25rem;
	background: #fff;
	border-radius: 1rem;
	padding: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid rgba(221, 214, 254, 0.55);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
}

.sp-reviews-summary::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(245, 243, 255, 0.5) 0%, rgba(253, 242, 248, 0.45) 100%);
	pointer-events: none;
}

.sp-reviews-summary-left,
.sp-reviews-bars {
	position: relative;
	z-index: 1;
}

.sp-reviews-summary-left {
	text-align: center;
	min-width: 5.5rem;
}

.sp-reviews-score {
	font-size: 2.75rem;
	font-weight: 600;
	line-height: 1;
	color: #4c1d95;
	margin-bottom: 0.25rem;
}

.sp-stars--lg {
	display: flex;
	justify-content: center;
	gap: 0.1rem;
	margin-bottom: 0.25rem;
}

.sp-reviews-count-label {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--sp-brand-700);
}

.sp-reviews-bars {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	justify-content: center;
}

.sp-review-bar-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.6875rem;
	font-weight: 600;
	color: var(--sp-ink-muted);
}

.sp-review-bar-label {
	width: 0.6rem;
	text-align: right;
}

.sp-review-bar-track {
	flex: 1;
	height: 0.35rem;
	background: #f4f4f5;
	border-radius: 999px;
	overflow: hidden;
}

.sp-review-bar-fill {
	height: 100%;
	border-radius: 999px;
	background: #f59e0b;
	width: 0;
}

.sp-reviews-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sp-review-card {
	background: #fff;
	border-radius: 1rem;
	padding: 1.15rem;
	border: 1px solid rgba(221, 214, 254, 0.55);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.sp-review-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.65rem;
}

.sp-review-author {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.sp-review-avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}

.sp-review-avatar--violet {
	background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.sp-review-avatar--pink {
	background: linear-gradient(135deg, #ec4899, #e11d48);
}

.sp-review-avatar--amber {
	background: linear-gradient(135deg, #f59e0b, #d97706);
}

.sp-review-avatar--emerald {
	background: linear-gradient(135deg, #10b981, #059669);
}

.sp-review-avatar--cyan {
	background: linear-gradient(135deg, #06b6d4, #0284c7);
}

.sp-review-avatar--fuchsia {
	background: linear-gradient(135deg, #d946ef, #c026d3);
}

.sp-review-name {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
	color: var(--sp-ink);
}

.sp-review-name-verified {
	color: #10b981;
	font-size: 0.75rem;
}

.sp-review-ago {
	font-size: 0.6875rem;
	color: var(--sp-ink-soft);
	margin: 0.15rem 0 0;
}

.sp-review-stars {
	display: flex;
	gap: 0.1rem;
	flex-shrink: 0;
}

.sp-review-headline {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0 0 0.35rem;
	color: var(--sp-ink);
}

.sp-review-text {
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--sp-ink-muted);
	margin: 0;
}

.sp-review-verified {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.5rem;
	font-size: 0.6875rem;
	font-weight: 600;
	color: var(--sp-brand-700);
}

.sp-reviews-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 2.5rem 1rem;
	gap: 0.5rem;
}

.sp-reviews-empty-icon {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border: 1px solid var(--sp-border);
	color: #d4d4d8;
	font-size: 1.25rem;
}

.sp-reviews-empty-title {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--sp-ink-muted);
	margin: 0;
}

.sp-reviews-empty-sub {
	font-size: 0.8125rem;
	color: var(--sp-ink-soft);
	margin: 0;
	line-height: 1.5;
	max-width: 22rem;
}

.sp-gallery-heading {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	margin: 0 0 0.75rem;
	color: var(--sp-ink);
}

.sp-gallery-heading--spaced {
	margin-top: 1.5rem;
}

.sp-gallery-heading i {
	color: var(--sp-brand-600);
}

.sp-gallery-subtext {
	font-size: 0.8125rem;
	color: var(--sp-ink-soft);
	margin: 0 0 1rem;
}

.sp-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.sp-gallery-grid--procedures .sp-gallery-item {
	aspect-ratio: 3 / 4;
}

.sp-gallery-item {
	position: relative;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid rgba(221, 214, 254, 0.55);
	border-radius: 0.75rem;
	overflow: hidden;
	cursor: pointer;
	background: #fafafa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sp-gallery-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.sp-gallery-item:hover .sp-gallery-thumb {
	transform: scale(1.05);
}

.service-booking-bar:not([hidden]) {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0));
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(16px);
	border-top: 1px solid rgba(221, 214, 254, 0.85);
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
	animation: spSbbIn 0.25s ease;
}

@keyframes spSbbIn {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.service-booking-info {
	flex: 1;
	min-width: 0;
}

.sbb-count {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--sp-ink);
}

.sbb-sub {
	margin: 0.15rem 0 0;
	font-size: 0.75rem;
	color: var(--sp-ink-soft);
}

.sbb-names {
	margin: 0.25rem 0 0;
	font-size: 0.8125rem;
	color: var(--sp-ink-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sbb-right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.sbb-total {
	font-size: 1rem;
	font-weight: 700;
	color: var(--sp-ink);
	white-space: nowrap;
}

.btn-book-service {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.35rem;
	border-radius: 999px;
	border: none;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(90deg, var(--sp-brand-500), var(--sp-brand-700));
	box-shadow: 0 6px 18px rgba(124, 58, 237, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-book-service:hover {
	transform: scale(1.02);
	box-shadow: 0 8px 22px rgba(124, 58, 237, 0.32);
}

.sp-contact-root:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.sp-contact-root[hidden] {
	display: none;
}

.sp-contact-root__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.4);
	backdrop-filter: blur(6px);
}

.sp-contact-root__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	background: #fff;
	border-radius: 1.75rem 1.75rem 0 0;
	box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	animation: spContactIn 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes spContactIn {
	from {
		transform: translateY(1.5rem);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.sp-contact-handle {
	display: flex;
	justify-content: center;
	padding: 0.65rem 0 0.25rem;
}

.sp-contact-handle span {
	width: 2.5rem;
	height: 0.25rem;
	border-radius: 999px;
	background: #d4d4d8;
}

.sp-contact-gradient {
	height: 0.25rem;
	background: var(--sp-accent-bar);
}

.sp-contact-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.75rem 1.25rem 0.5rem;
	border-bottom: 1px solid #f4f4f5;
}

.sp-contact-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--sp-ink);
}

.sp-contact-lead {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	color: var(--sp-ink-soft);
	line-height: 1.4;
}

.sp-contact-x {
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	border: none;
	background: #f4f4f5;
	color: #52525b;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-contact-body {
	padding: 1rem 1.25rem 1.5rem;
}

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

.sp-contact-quick--single {
	grid-template-columns: 1fr;
	max-width: 16rem;
	margin-left: auto;
	margin-right: auto;
}

.sp-contact-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem;
	border-radius: 1rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.8125rem;
	transition: transform 0.15s ease, background 0.15s ease;
}

.sp-contact-tile:active {
	transform: scale(0.98);
}

.sp-contact-tile--wa {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #047857;
}

.sp-contact-tile--call {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1d4ed8;
}

.sp-contact-tile-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.25rem;
}

.sp-contact-tile--wa .sp-contact-tile-icon {
	background: linear-gradient(180deg, #25d366 0%, #128c7e 100%);
}

.sp-contact-tile--call .sp-contact-tile-icon {
	background: linear-gradient(180deg, #34c759 0%, #30b350 100%);
}

.sp-contact-divider {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0.5rem 0;
	color: var(--sp-ink-soft);
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sp-contact-divider::before,
.sp-contact-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--sp-border);
}

.sp-contact-hint {
	font-size: 0.8125rem;
	color: var(--sp-ink-muted);
	line-height: 1.5;
	margin: 0 0 0.75rem;
}

.sp-contact-primary {
	width: 100%;
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	border: none;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	background: var(--sp-brand-600);
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.22);
}

.sp-contact-primary:hover {
	background: var(--sp-brand-700);
}

.sp-bm-overlay:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.sp-bm-overlay[hidden] {
	display: none;
}

.sp-bm-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 18, 0.4);
	backdrop-filter: blur(6px);
	cursor: pointer;
}

.sp-bm-sheet {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 30rem;
	background: #fff;
	border: none;
	border-radius: 1.75rem 1.75rem 0 0;
	padding: 0;
	max-height: 90vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 -14px 38px rgba(9, 9, 11, 0.22);
	animation: spBmIn 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes spBmIn {
	from {
		transform: translateY(40px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.sp-bm-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.95rem 1.25rem 0.8rem;
	gap: 0.75rem;
}

.sp-bm-handle-wrap {
	display: flex;
	justify-content: center;
	padding: 0.7rem 0 0.3rem;
}

.sp-bm-handle {
	width: 2.6rem;
	height: 0.28rem;
	border-radius: 999px;
	background: #d4d4d8;
}

.sp-bm-accent {
	height: 0.24rem;
	background: linear-gradient(90deg, #a78bfa, #7c3aed, #ec4899);
}

.sp-bm-header-main {
	display: flex;
	align-items: center;
	gap: 0.62rem;
	min-width: 0;
}

.sp-bm-header-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 0.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(135deg, var(--sp-brand-500), var(--sp-brand-700));
	box-shadow: 0 5px 12px rgba(124, 58, 237, 0.28);
	flex-shrink: 0;
}

.sp-bm-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0;
	color: var(--sp-ink);
}

.sp-bm-subtitle {
	font-size: 0.8125rem;
	color: var(--sp-ink-soft);
	margin: 0.25rem 0 0;
}

.sp-bm-close {
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 999px;
	border: 1px solid #e4e4e7;
	background: #f4f4f5;
	color: #52525b;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-bm-steps {
	display: flex;
	align-items: center;
	padding: 0.8rem 1.25rem 0.95rem;
	gap: 0;
	border-bottom: 1px solid #f1f1f3;
	background: rgba(250, 250, 250, 0.72);
}

.sp-bm-step {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--sp-ink-soft);
	white-space: nowrap;
}

.sp-bm-step span {
	width: 1.52rem;
	height: 1.52rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.6875rem;
	font-weight: 700;
	background: #f4f4f5;
	border: 1px solid var(--sp-border);
	color: #71717a;
}

.sp-bm-step--active {
	color: var(--sp-brand-700);
}

.sp-bm-step--active span {
	background: linear-gradient(135deg, var(--sp-brand-500), var(--sp-brand-700));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 6px 12px rgba(124, 58, 237, 0.22);
}

.sp-bm-step--done {
	color: #059669;
}

.sp-bm-step--done span {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #047857;
}

.sp-bm-step-line {
	flex: 1;
	height: 2px;
	background: #e4e4e7;
	min-width: 0.75rem;
}

.sp-bm-body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0.55rem;
}

.sp-bm-panel {
	padding: 1.1rem 1.25rem 0.2rem;
}

.sp-bm-panel[hidden] {
	display: none;
}

.sp-bm-field {
	margin-bottom: 0.85rem;
}

.sp-bm-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--sp-ink-soft);
	margin-bottom: 0.35rem;
}

.sp-bm-input,
select.sp-bm-input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.65rem 0.85rem;
	padding-left: 10px;
	border-radius: 0.75rem;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	font-size: 0.875rem;
	color: var(--sp-ink);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sp-bm-input:focus {
	outline: none;
	border-color: var(--sp-brand-500);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.sp-bm-textarea {
	resize: none;
	font-family: inherit;
	min-height: 5rem;
}

.sp-cal {
	background: #fafafa;
	border: 1px solid var(--sp-border);
	border-radius: 0.875rem;
	padding: 0.85rem 0.75rem 0.65rem;
	position: relative;
}

.sp-cal-month-label {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--sp-ink);
}

.sp-cal-nav {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 0.5rem;
	border: 1px solid var(--sp-border);
	background: #fff;
	color: #52525b;
	cursor: pointer;
}

.sp-cal-weekdays span {
	color: var(--sp-ink-soft);
}

.sp-cal-day {
	color: var(--sp-ink);
}

.sp-cal-day.is-available {
	background: var(--sp-brand-50);
	border-color: #ddd6fe;
}

.sp-cal-day.is-selected {
	background: linear-gradient(135deg, var(--sp-brand-500), var(--sp-brand-700)) !important;
	color: #fff !important;
	border-color: var(--sp-brand-600) !important;
}

.sp-cal-day.is-disabled {
	color: #9ca3af;
	background: rgba(229, 231, 235, 0.55);
	border-color: rgba(209, 213, 219, 0.7);
	opacity: 0.5;
}

.sp-cal-day.is-today::after {
	background: var(--sp-brand-600);
}

.sp-bm-loading--slots:not([hidden]) {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8125rem;
	color: var(--sp-ink-muted);
	padding: 0.35rem 0;
}

.sp-bm-loading--slots[hidden] {
	display: none;
}

.sp-bm-slots {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(4.5rem, 1fr));
	gap: 0.5rem;
}

.sp-bm-slots.sp-bm-slots--hint-only {
	display: block;
	width: 100%;
}

.sp-bm-slot {
	padding: 0.5rem 0.25rem;
	text-align: center;
	background: #fafafa;
	border: 1px solid var(--sp-border);
	border-radius: 0.625rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--sp-ink-muted);
	cursor: pointer;
}

.sp-bm-slot:hover {
	border-color: #c4b5fd;
	background: var(--sp-brand-50);
	color: var(--sp-ink);
}

.sp-bm-slot--selected {
	border-color: var(--sp-brand-600);
	background: #ede9fe;
	color: var(--sp-brand-700);
	font-weight: 700;
}

.sp-bm-slots-sub {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	color: var(--sp-brand-700);
}

.sp-bm-slots-sub[hidden] {
	display: none;
}

.sp-bm-slots-pref-hint {
	margin: 0;
	width: 100%;
	max-width: none;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--sp-ink-muted);
	text-align: left;
	line-height: 1.55;
}

.sp-bm-logged-in {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	background: #fafafa;
	border: 1px solid var(--sp-border);
	border-radius: 0.75rem;
	padding: 0.75rem 0.85rem;
	margin-bottom: 0.85rem;
}

.sp-bm-user-name {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
	color: var(--sp-ink);
}

.sp-bm-user-email {
	font-size: 0.78rem;
	color: var(--sp-ink-soft);
	margin: 0.15rem 0 0;
}

.sp-bm-summary {
	background: #fafafa;
	border: 1px solid var(--sp-border);
	border-radius: 0.875rem;
	padding: 1rem;
}

.sp-bm-sum-title {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--sp-ink-soft);
	margin: 0 0 0.65rem;
}

.sp-bm-sum-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 0.875rem;
	padding: 0.3rem 0;
	border-bottom: 1px solid #f4f4f5;
}

.sp-bm-sum-row-label {
	color: var(--sp-ink-muted);
}

.sp-bm-sum-row-val {
	color: var(--sp-ink);
	font-weight: 500;
}

.sp-bm-sum-lock {
	margin-right: 0.35rem;
	font-size: 0.65em;
	opacity: 0.65;
	vertical-align: 0.05em;
}

.sp-bm-sum-divider {
	border: none;
	border-top: 1px solid var(--sp-border);
	margin: 0.4rem 0;
}

.sp-bm-sum-total {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0 0.25rem;
}

.sp-bm-sum-total-label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--sp-ink-muted);
}

.sp-bm-sum-total-val {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--sp-ink);
}

.sp-bm-sum-fee-val {
	font-size: 0.875rem;
	font-weight: 600;
	color: #d97706;
}

.sp-bm-deposit-notice:not([hidden]) {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0.75rem 1.25rem 0;
	padding: 0.75rem 0.85rem;
	border-radius: 0.75rem;
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
	font-size: 0.8125rem;
}

.sp-bm-deposit-notice[hidden] {
	display: none;
}

.sp-bm-error:not([hidden]) {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.65rem 1.25rem 0;
	padding: 0.65rem 0.85rem;
	border-radius: 0.625rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	font-size: 0.8125rem;
}

.sp-bm-error[hidden] {
	display: none;
}

.sp-bm-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.85rem 1.25rem 1rem;
	gap: 0.65rem;
	border-top: 1px solid #f1f1f3;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(6px);
}

.sp-bm-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1.25rem;
	border-radius: 0.8rem;
	font-size: 0.875rem;
	font-weight: 700;
	cursor: pointer;
	border: none;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.sp-bm-btn--primary {
	margin-left: auto;
	background: linear-gradient(90deg, var(--sp-brand-500), var(--sp-brand-700));
	color: #fff;
	box-shadow: 0 6px 16px rgba(124, 58, 237, 0.24);
}

.sp-bm-btn--primary:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	transform: none;
}

.sp-bm-btn--ghost:not([hidden]) {
	display: inline-flex;
	background: #fafafa;
	border: 1px solid var(--sp-border);
	color: #52525b;
}

.sp-bm-btn--ghost[hidden] {
	display: none;
}

.sp-bm-redirecting {
	text-align: center;
	padding: 1.5rem 0 0.75rem;
}

.sp-bm-redirecting__icon {
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 auto 1rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--sp-brand-50);
	border: 2px solid #ddd6fe;
	color: var(--sp-brand-600);
	font-size: 1.4rem;
}

.sp-bm-redirecting__title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--sp-ink);
}

.sp-bm-redirecting__text {
	margin: 0;
	font-size: 0.8125rem;
	color: var(--sp-ink-soft);
	line-height: 1.45;
}

.sp-lightbox:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-lightbox[hidden] {
	display: none;
}

.sp-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.82);
	backdrop-filter: blur(8px);
	cursor: pointer;
}

.sp-lightbox-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 90vw;
	max-height: 90vh;
}

.sp-lightbox-img {
	max-width: 90vw;
	max-height: 80vh;
	object-fit: contain;
	border-radius: 0.75rem;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.sp-lightbox-caption {
	margin-top: 0.65rem;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.8125rem;
	text-align: center;
}

.sp-lightbox-close,
.sp-lightbox-nav {
	position: fixed;
	z-index: 2;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-lightbox-close {
	top: 1rem;
	right: 1rem;
}

.sp-lightbox-nav--prev {
	left: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
}

.sp-lightbox-nav--next {
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
}

.sp-lightbox-nav[hidden] {
	display: none;
}

@media (min-width: 640px) {
	body.single-practitioner .sp-bm-overlay:not([hidden]) {
		align-items: flex-end;
		padding: 0;
	}

	body.single-practitioner .sp-bm-sheet {
		border-radius: 1.75rem 1.75rem 0 0;
		max-height: 90vh;
	}
}

@media (max-width: 640px) {
	.sp-cover {
		height: 8.5rem;
	}

	.sp-hero-below-cover {
		margin-top: -3.25rem;
		padding: 0 1rem;
	}

	.sp-avatar {
		width: 5.5rem;
		height: 5.5rem;
	}

	.service-booking-bar:not([hidden]) {
		flex-direction: column;
		align-items: stretch;
	}

	.btn-book-service {
		width: 100%;
		justify-content: center;
	}

	.sp-lightbox-nav--prev {
		left: 0.25rem;
	}

	.sp-lightbox-nav--next {
		right: 0.25rem;
	}
}

/* ==========================================================================
   Booking Success Page
   ========================================================================== */
.bs-page {
	position: relative;
	min-height: 100vh;
	padding: 2.5rem 1rem 4.75rem;
	background: #f8f8ff;
	color: #18181b;
	overflow: hidden;
}

.bs-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.bs-bg-grad {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #ffffff 0%, rgba(245, 243, 255, 0.64) 52%, rgba(253, 242, 248, 0.48) 100%);
}

.bs-bg-blob {
	position: absolute;
	border-radius: 999px;
	filter: blur(78px);
}

.bs-bg-blob--a {
	width: 17rem;
	height: 12rem;
	background: rgba(167, 139, 250, 0.24);
	top: -4%;
	left: -7%;
}

.bs-bg-blob--b {
	width: 14rem;
	height: 18rem;
	background: rgba(244, 114, 182, 0.2);
	top: 18%;
	right: -10%;
}

.bs-bg-blob--c {
	width: 19rem;
	height: 12rem;
	background: rgba(129, 140, 248, 0.16);
	bottom: -6%;
	left: 16%;
}

.bs-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 30rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	padding: 0 0.2rem;
}

.bs-hero {
	text-align: center;
	padding: 1.9rem 1.35rem 1.25rem;
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 1.5rem;
	backdrop-filter: blur(16px);
	box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
}

.bs-hero-icon {
	width: 5rem;
	height: 5rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #34d399, #059669);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.95rem;
	font-size: 2.1rem;
	color: #fff;
	box-shadow: 0 10px 26px rgba(16, 185, 129, 0.35);
}

.bs-hero-icon--warn {
	background: linear-gradient(135deg, #f59e0b, #d97706);
	box-shadow: 0 10px 22px rgba(245, 158, 11, 0.28);
}

.bs-hero-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: #111827;
	margin: 0 0 0.48rem;
	letter-spacing: -0.02em;
}

.bs-hero-sub {
	font-size: 0.95rem;
	color: rgba(31, 41, 55, 0.72);
	margin: 0;
	line-height: 1.56;
}

.bs-card {
	background: #fff;
	border: 1px solid rgba(196, 181, 253, 0.42);
	border-radius: 1.05rem;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(79, 70, 229, 0.08);
}

.bs-card-head {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.82rem 1.1rem;
	background: linear-gradient(90deg, rgba(237, 233, 254, 0.78), rgba(253, 242, 248, 0.86));
	border-bottom: 1px solid rgba(196, 181, 253, 0.28);
}

.bs-card-head i {
	color: #7c3aed;
	font-size: 0.88rem;
}

.bs-card-heading {
	font-size: 0.66rem;
	font-weight: 800;
	color: #6d28d9;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0;
}

.bs-detail-grid {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 1rem 1.1rem;
}

.bs-practitioner-row {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0 0 0.85rem;
	margin-bottom: 0.22rem;
	border-bottom: 1px solid #f3f4f6;
}

.bs-practitioner-avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #7c3aed;
	background: #f3e8ff;
	border: 2px solid #ddd6fe;
	flex-shrink: 0;
}

.bs-practitioner-avatar--img {
	object-fit: cover;
	display: block;
	background: #fff;
}

.bs-practitioner-meta {
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
	min-width: 0;
}

.bs-practitioner-kicker {
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: rgba(55, 65, 81, 0.44);
}

.bs-detail-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.75rem;
	padding: 0.6rem 0;
	border-bottom: 1px solid #f3f4f6;
	font-size: 0.86rem;
}

.bs-detail-row:last-child {
	border-bottom: none;
}

.bs-detail-row--stacked {
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
}

.bs-detail-row--stacked .bs-detail-label {
	margin-bottom: 0;
}

.bs-service-list {
	list-style: none;
	margin: 0;
	padding: 0;
	align-self: stretch;
}

.bs-service-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.3rem 0.75rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #f3f4f6;
	font-size: 0.86rem;
	color: #1f2937;
	font-weight: 500;
}

.bs-service-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.bs-service-list li:first-child {
	padding-top: 0;
}

.bs-service-name {
	color: #1f2937;
	flex: 1 1 auto;
	min-width: 0;
}

.bs-service-right {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.15rem;
}

.bs-service-price {
	font-size: 0.83rem;
	font-weight: 700;
	color: #374151;
}

.bs-service-list .bs-detail-muted {
	flex-shrink: 0;
	text-align: right;
}

.bs-detail-label {
	color: rgba(55, 65, 81, 0.62);
	display: flex;
	align-items: center;
	gap: 0.42rem;
	flex-shrink: 0;
}

.bs-detail-label i {
	font-size: 0.75rem;
	width: 0.85rem;
	text-align: center;
	color: rgba(76, 29, 149, 0.6);
}

.bs-detail-val {
	color: #111827;
	font-weight: 600;
	text-align: right;
}

.bs-detail-val--muted {
	color: rgba(31, 41, 55, 0.54);
}

.bs-detail-muted {
	color: rgba(55, 65, 81, 0.52);
	font-weight: 400;
}

.bs-detail-fee {
	color: #d97706;
}

.bs-detail-row--total {
	margin-top: 0.22rem;
	padding-top: 0.85rem;
	border-top: 1px solid #e5e7eb;
	border-bottom: none;
}

.bs-detail-row--total .bs-detail-label {
	font-weight: 700;
	color: #111827;
}

.bs-detail-total {
	font-size: 1.2rem;
	font-weight: 800;
	color: #7c3aed;
}

.bs-link {
	color: #5b21b6;
	text-decoration: none;
}

.bs-link:hover {
	color: #6d28d9;
	text-decoration: underline;
}

.bs-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.68rem;
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	border-radius: 0.9rem;
	padding: 0.82rem 0.95rem;
	font-size: 0.82rem;
	color: #065f46;
	line-height: 1.55;
}

.bs-notice i {
	color: #10b981;
	flex-shrink: 0;
	margin-top: 0.12rem;
}

.bs-notice p {
	margin: 0 0 0.25rem;
}

.bs-notice p:last-child {
	margin: 0;
	color: rgba(6, 95, 70, 0.78);
}

.bs-notice strong {
	color: #065f46;
}

.bs-error-box {
	display: flex;
	align-items: flex-start;
	gap: 0.62rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 0.88rem;
	padding: 0.8rem 0.92rem;
	font-size: 0.85rem;
	color: #991b1b;
	line-height: 1.55;
}

.bs-error-box i {
	color: #ef4444;
	flex-shrink: 0;
	margin-top: 0.12rem;
}

.bs-error-box p {
	margin: 0;
}

.bs-ref {
	background: #fafafa;
	border: 1px solid #e5e7eb;
	border-radius: 0.8rem;
	padding: 0.75rem 0.95rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.68rem;
}

.bs-ref-label {
	font-size: 0.64rem;
	font-weight: 800;
	color: rgba(55, 65, 81, 0.54);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.bs-ref-val {
	font-family: "Courier New", monospace;
	font-size: 0.84rem;
	color: rgba(31, 41, 55, 0.72);
	letter-spacing: 0.04em;
	font-weight: 700;
}

.bs-actions {
	display: flex;
	flex-direction: column;
	gap: 0.62rem;
	margin-top: 0.1rem;
}

.bs-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.48rem;
	padding: 0.84rem 1.15rem;
	border-radius: 0.82rem;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
	border: none;
	cursor: pointer;
}

.bs-btn i {
	font-size: 0.83rem;
}

.bs-btn--primary {
	background: linear-gradient(90deg, #7c3aed, #6d28d9);
	color: #fff;
	box-shadow: 0 8px 20px rgba(124, 58, 237, 0.26);
}

.bs-btn--primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(124, 58, 237, 0.32);
	color: #fff;
}

.bs-btn--ghost {
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #111827;
}

.bs-btn--ghost:hover {
	background: #f9fafb;
	color: #111827;
}

.bs-btn--success {
	background: linear-gradient(90deg, #10b981, #059669);
	color: #fff;
	box-shadow: 0 8px 20px rgba(5, 150, 105, 0.24);
}

.bs-btn--success:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(5, 150, 105, 0.28);
	color: #fff;
}

@media (max-width: 480px) {
	.bs-page {
		padding: 1.45rem 0.78rem 3.45rem;
	}

	.bs-hero {
		padding: 1.45rem 0.98rem 1rem;
	}

	.bs-hero-title {
		font-size: 1.44rem;
	}

	.bs-ref {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.2rem;
	}
}

/* ==========================================================================
   Main Register (Light Wizard)
   ========================================================================== */
body.page-template-pagesmain-register-php {
	background: #f8f8ff;
	min-height: 100vh;
	margin: 0;
	color: #18181b;
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page-template-pagesmain-register-php header#masthead,
body.page-template-pagesmain-register-php footer#colophon {
	display: none;
}

body.page-template-pagesmain-register-php .site-content {
	padding-top: 0;
}

.mr-page-wrap.pp-page-wrap {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.mr-page-wrap.pp-page-wrap .pp-nav-wrap {
	border-bottom: 1px solid rgba(196, 181, 253, 0.35);
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(8px);
}

.mr-page {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.mr-main {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	position: relative;
	overflow: hidden;
}

.mr-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40rem;
	height: 40rem;
	background: rgba(167, 139, 250, 0.18);
	border-radius: 50%;
	filter: blur(110px);
	pointer-events: none;
}

.mr-card {
	width: 100%;
	max-width: 42rem;
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 1.6rem;
	padding: 1.4rem 1.4rem 1.8rem;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
	backdrop-filter: blur(16px);
}

.mr-card--narrow {
	max-width: 36rem;
}

.mr-panel[hidden] {
	display: none !important;
}

.mr-title {
	text-align: center;
	margin-bottom: 1.7rem;
}

.mr-title h1,
.mr-title h2 {
	font-size: 1.85rem;
	font-weight: 700;
	margin: 0 0 0.45rem;
	color: #1f2937;
}

.mr-title p {
	margin: 0;
	color: rgba(31, 41, 55, 0.68);
	font-size: 0.92rem;
}

.mr-verify-lead {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.2rem 0.35rem;
	max-width: 100%;
}

.mr-verify-lead__value,
.mr-email-strong {
	color: #1f2937;
	font-weight: 700;
	word-break: break-word;
	overflow-wrap: anywhere;
	max-width: 100%;
}

@media (max-width: 640px) {
	.mr-verify-lead {
		flex-direction: column;
		align-items: center;
		gap: 0.35rem;
	}

	.mr-verify-lead__value,
	.mr-email-strong {
		display: block;
		width: 100%;
		padding: 0 0.5rem;
		box-sizing: border-box;
		font-size: 0.875rem;
		line-height: 1.4;
	}
}

.mr-type-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.82rem;
}

@media (min-width: 640px) {
	.mr-type-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mr-type-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1.15rem;
	border-radius: 1rem;
	border: 2px solid #ede9fe;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
	color: inherit;
	font: inherit;
}

.mr-type-card:hover {
	border-color: #c4b5fd;
	transform: translateY(-1px);
}

.mr-type-card--active {
	border-color: #8b5cf6;
	box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.14);
	background: rgba(245, 243, 255, 0.7);
}

.mr-type-card .mr-type-icon {
	font-size: 1.7rem;
	margin-bottom: 0.8rem;
	color: #7c3aed;
}

.mr-type-card h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: #111827;
}

.mr-type-card p {
	font-size: 0.76rem;
	color: #6b7280;
	margin: 0;
	line-height: 1.45;
}

.mr-actions {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.2rem;
	flex-wrap: wrap;
}

.mr-actions--top-gap {
	margin-top: 1.5rem;
}

.mr-actions--column {
	flex-direction: column;
}

.mr-actions--split .mr-btn {
	flex: 1;
	min-width: 120px;
}

.mr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.76rem 1.25rem;
	border-radius: 0.85rem;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	border: 0;
	transition: all 0.2s ease;
}

.mr-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.mr-btn--primary {
	background: linear-gradient(90deg, #8b5cf6, #6d28d9);
	color: #fff;
	box-shadow: 0 8px 18px rgba(124, 58, 237, 0.24);
}

.mr-btn--primary:hover:not(:disabled) {
	transform: translateY(-1px);
}

.mr-btn--outline {
	background: #fff;
	color: #374151;
	border: 1px solid #d1d5db;
}

.mr-btn--outline:hover:not(:disabled) {
	background: #f9fafb;
}

.mr-btn--block {
	width: 100%;
}

.mr-field {
	margin-bottom: 0.95rem;
}

.mr-field label {
	display: block;
	font-size: 0.74rem;
	font-weight: 700;
	color: #6b7280;
	margin-bottom: 0.38rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.mr-field input[type="text"],
.mr-field input[type="email"],
.mr-field input[type="tel"],
.mr-field input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #111827;
	border-radius: 0.8rem;
	padding: 0.74rem 0.9rem;
	font-size: 0.92rem;
}

.mr-field input:focus {
	outline: none;
	border-color: #8b5cf6;
	box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.14);
}

.mr-phone-row {
	display: flex;
}

.mr-phone-prefix {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	background: #f5f3ff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 0;
	border-radius: 0.8rem 0 0 0.8rem;
	font-weight: 600;
	color: #6d28d9;
}

.mr-phone-row input {
	border-radius: 0 0.8rem 0.8rem 0 !important;
}

.mr-input-affix {
	display: flex;
	align-items: center;
	gap: 0.62rem;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.8rem;
	padding: 0 0.9rem 0 0.8rem;
	min-height: 2.8rem;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.mr-input-affix:focus-within {
	border-color: #8b5cf6;
	box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.14);
}

.mr-input-affix__icon {
	flex-shrink: 0;
	color: #9ca3af;
	font-size: 0.9rem;
}

.mr-field .mr-input-affix input[type="text"],
.mr-field .mr-input-affix input[type="email"] {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0.6rem 0;
	box-shadow: none;
}

.mr-otp-row {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.mr-otp-row input {
	width: 2.65rem;
	height: 3.2rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 0.8rem;
	background: #fff;
	border: 1px solid #ddd6fe;
	color: #111827;
}

.mr-otp-row input:focus {
	border-color: #8b5cf6;
	outline: none;
	box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.14);
}

.mr-link {
	background: none;
	border: 0;
	color: #6d28d9;
	font-size: 0.875rem;
	cursor: pointer;
	padding: 0.25rem;
}

.mr-link:hover {
	color: #7c3aed;
}

.mr-stack {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.mr-str-label--min {
	min-height: 1.25rem;
}

/* Practitioner post-payment registration form (mr-card mr-card--narrow) */
.mr-pr-form {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.mr-pr-form .mr-field:last-of-type {
	margin-bottom: 0;
}

.mr-terms {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 1rem 0 1.25rem;
	padding: 0.75rem 0.85rem;
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	border-radius: 0.75rem;
}

.mr-terms input[type="checkbox"] {
	flex-shrink: 0;
	width: 1.05rem;
	height: 1.05rem;
	margin: 0.15rem 0 0;
	accent-color: #7c3aed;
	cursor: pointer;
}

.mr-terms label {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 500;
	color: #374151;
	line-height: 1.5;
	cursor: pointer;
}

.mr-terms a {
	color: #6d28d9;
	font-weight: 600;
	text-decoration: none;
}

.mr-terms a:hover {
	color: #5b21b6;
	text-decoration: underline;
}

/* Submit button — follows style guide primary CTA (sg-btn--primary / mr-btn--primary, .swal2-confirm-modal__btn--primary) */
.mr-pr-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	padding: 0.85rem 1.5rem;
	border-radius: 0.85rem;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #fff;
	background: linear-gradient(90deg, #8b5cf6, #6d28d9);
	border: 0;
	box-shadow: 0 8px 18px rgba(124, 58, 237, 0.24);
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.mr-pr-submit:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(124, 58, 237, 0.32);
}

.mr-pr-submit:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.35), 0 8px 18px rgba(124, 58, 237, 0.24);
}

.mr-pr-submit:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	box-shadow: none;
}

.mr-text-center--top-gap {
	margin-top: 1.5rem;
}

.mr-page-wrap--old-header .pp-nav-wrap {
	border-bottom: 1px solid rgba(63, 63, 70, 0.5);
	background: transparent;
	backdrop-filter: none;
}

.mr-page-wrap--old-header .hp-header-link--text {
	color: #d4d4d8;
}

.mr-page-wrap--old-header .hp-header-link--text:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
}

.mr-page-wrap--old-header .hp-header-link--ghost {
	color: #a1a1aa;
}

.mr-page-wrap--old-header .hp-header-link--ghost:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.mr-page-wrap--old-header .hp-header-link--outline {
	background: transparent;
	border: 1px solid #3f3f46;
	color: #fff;
}

.mr-page-wrap--old-header .hp-header-link--outline:hover {
	border-color: #52525b;
	background: rgba(255, 255, 255, 0.05);
}

.mr-page-wrap--old-header .hp-header-link--text.hp-header-link--active {
	background: rgba(139, 92, 246, 0.15);
	color: #a78bfa;
}

.mr-page-wrap--old-header .hp-header-link--text.hp-header-link--active:hover {
	background: rgba(139, 92, 246, 0.2);
	color: #c4b5fd;
}

.mr-mail-icon {
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1rem;
	border-radius: 0.9rem;
	background: #ede9fe;
	border: 1px solid #ddd6fe;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7c3aed;
	font-size: 1.15rem;
}

.mr-otp-error,
.mr-field-error {
	color: #dc2626;
	font-size: 0.8rem;
	margin: 0.4rem 0 0;
}

.mr-panel--shake {
	animation: mr-shake 0.35s ease;
}

@keyframes mr-shake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-6px); }
	75% { transform: translateX(6px); }
}

.mr-pass-wrap {
	position: relative;
}

.mr-pass-toggle {
	position: absolute;
	right: 0.7rem;
	top: 2.15rem;
	background: none;
	border: 0;
	color: #9ca3af;
	cursor: pointer;
	padding: 0.25rem;
}

.mr-str-bars {
	display: flex;
	gap: 0.25rem;
	height: 0.36rem;
	margin-top: 0.52rem;
}

.mr-str-bar {
	flex: 1;
	border-radius: 999px;
	background: #e5e7eb;
}

.mr-str-bar.is-weak { background: #ef4444; }
.mr-str-bar.is-medium { background: #f59e0b; }
.mr-str-bar.is-strong { background: #10b981; }

.mr-str-label {
	font-size: 0.75rem;
	font-weight: 600;
	margin: 0.34rem 0 0;
	color: #6b7280;
}

.mr-plan-shell {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 1.25rem;
	overflow: hidden;
}

.mr-plan-toggle {
	padding: 0.85rem 0.85rem 0.75rem;
	border-bottom: 1px solid #e5e7eb;
	background: #fafafa;
}

.mr-plan-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	gap: 0;
	padding: 0.25rem;
	border-radius: 999px;
	background: #f4f4f5;
	border: 1px solid #e4e4e7;
}

.mr-plan-tab {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.55rem 0.75rem;
	background: none;
	border: 0;
	color: #71717a;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	border-radius: 999px;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.mr-plan-tab--active {
	color: #4c1d95;
}

.mr-plan-indicator {
	position: absolute;
	top: 0.25rem;
	bottom: 0.25rem;
	left: 0.25rem;
	width: calc(50% - 0.25rem);
	height: auto;
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(24, 24, 27, 0.06), 0 4px 12px rgba(124, 58, 237, 0.12);
	border: 1px solid #ede9fe;
	transition: transform 0.25s ease;
	pointer-events: none;
}

.mr-plan-save-hint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0.7rem 0 0;
	padding: 0 0.25rem;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: #6d28d9;
	text-align: center;
	transition: color 0.2s ease;
}

.mr-plan-save-hint.is-annual {
	color: #166534;
}

.mr-plan-save-hint__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0.18rem 0.45rem;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.mr-plan-save-hint__text {
	min-width: 0;
}

.mr-plan-body { padding: 1.2rem; }
.mr-plan-price { text-align: center; margin-bottom: 1rem; }
.mr-plan-price .cur { font-size: 1rem; color: #6b7280; }
.mr-plan-price .amt { font-size: 2.6rem; font-weight: 800; color: #111827; }
.mr-plan-price .per { color: #6b7280; }
.mr-plan-price p { color: #6b7280; font-size: 0.82rem; }

.mr-plan-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.mr-plan-list li { display: flex; gap: 0.6rem; margin-bottom: 0.55rem; color: #374151; font-size: 0.85rem; }
.mr-plan-list i { color: #7c3aed; margin-top: 0.15rem; }

.mr-badge {
	font-size: 0.65rem;
	font-weight: 700;
	padding: 0.12rem 0.5rem;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.mr-plan-foot { font-size: 0.75rem; color: #6b7280; text-align: center; margin-top: 0.65rem; }

@media (max-width: 480px) {
	.mr-plan-toggle {
		padding: 0.75rem 0.75rem 0.65rem;
	}

	.mr-plan-tab {
		min-height: 2.75rem;
		font-size: 0.8125rem;
		padding: 0.5rem 0.5rem;
	}

	.mr-plan-save-hint {
		flex-wrap: wrap;
		gap: 0.35rem 0.45rem;
		margin-top: 0.65rem;
		font-size: 0.75rem;
	}

	.mr-plan-price .amt {
		font-size: 2.25rem;
	}

	.mr-plan-body {
		padding: 1rem 0.9rem 1.1rem;
	}

	.mr-plan-price p {
		font-size: 0.75rem;
		line-height: 1.4;
		padding: 0 0.25rem;
	}
}

.mr-prescriber-welcome__icon {
	width: 4rem;
	height: 4rem;
	margin: 0 auto 1.1rem;
	border-radius: 999px;
	background: #dcfce7;
	border: 1px solid #bbf7d0;
	color: #16a34a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
}


/* Practitioner onboarding - PMD modal guide layout */
body.page-template-pagespractitioner-onboarding-php,
body.page-template-pages-practitioner-onboarding-php {
	background: #fafafa;
}

/* Hide the practitioner topbar/header on onboarding (rendered HTML is removed in the template,
   these rules cover any remaining injections such as the topbar/notifications partials). */
.practitioner-onboarding-no-header .calendar-modern-header,
.practitioner-onboarding-no-header .pdd-practitioner-topbar-shell,
.practitioner-onboarding-no-header .pmd-practitioner-topbar,
body.page-template-pagespractitioner-onboarding-php .pmd-mobile-availability-fab,
body.page-template-pages-practitioner-onboarding-php .pmd-mobile-availability-fab,
body.page-template-pagespractitioner-onboarding-php .pmd-mobile-nav,
body.page-template-pages-practitioner-onboarding-php .pmd-mobile-nav,
body.page-template-pagespractitioner-onboarding-php .pmd-mobile-drawer,
body.page-template-pages-practitioner-onboarding-php .pmd-mobile-drawer,
body.page-template-pagespractitioner-complete-profile-php .pmd-mobile-nav,
body.page-template-pages-practitioner-complete-profile-php .pmd-mobile-nav,
body.page-template-pagespractitioner-complete-profile-php .pmd-mobile-drawer,
body.page-template-pages-practitioner-complete-profile-php .pmd-mobile-drawer,
body.page-template-pagespractitioner-intro-php .pmd-mobile-nav,
body.page-template-pages-practitioner-intro-php .pmd-mobile-nav,
body.page-template-pagespractitioner-intro-php .pmd-mobile-drawer,
body.page-template-pages-practitioner-intro-php .pmd-mobile-drawer {
	display: none !important;
}

.practitioner-onboarding-page {
	--po-ink: #18181b;
	--po-muted: #71717a;
	--po-soft: #f4f4f5;
	--po-line: #e4e4e7;
	--po-violet: #7c3aed;
	--po-violet-dark: #6d28d9;
	--po-violet-soft: #f5f3ff;
	--po-danger: #dc2626;
	--po-success: #10b981;
	-webkit-overflow-scrolling: touch;
	color: var(--po-ink);
}

.practitioner-onboarding-page.practitioner-onboarding-no-sidebar .main-profile,
.practitioner-onboarding-page .content_wrap,
.practitioner-onboarding-page .practitioner-dashboard-modern,
.practitioner-onboarding-page .po-fields {
	min-width: 0;
	max-width: 100%;
	overflow-x: hidden;
}

.practitioner-onboarding-page.practitioner-onboarding-no-sidebar .main-profile {
	flex: 1 1 100%;
	width: 100%;
}

.practitioner-onboarding-page .practitioner-onboarding-modern {
	padding: 0 1rem 2rem;
}

.practitioner-onboarding-page .po-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 0;
}

.practitioner-onboarding-page .po-hero {
	position: relative;
	margin: 0 0 1.25rem;
	padding: 1.25rem 1rem;
	background: #fff;
	border: 1px solid var(--po-line);
	border-radius: 1.75rem;
	box-shadow: 0 18px 45px rgba(24, 24, 27, 0.08);
	overflow: hidden;
}

.practitioner-onboarding-page .po-hero::before,
.practitioner-onboarding-page .glass-panel.po-panel::before,
.practitioner-onboarding-page .po-pref-section-card::before,
.practitioner-onboarding-page .po-services-section .modern-services-glass-panel::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
}

.practitioner-onboarding-page .po-hero-inner,
.practitioner-onboarding-page .po-panel,
.practitioner-onboarding-page .po-pref-section-card,
.practitioner-onboarding-page .modern-services-glass-panel {
	position: relative;
}

.practitioner-onboarding-page .po-hero .calendar-modern-title {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.5rem;
	color: var(--po-ink);
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.practitioner-onboarding-page .po-hero-icon {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--po-violet-soft);
	color: var(--po-violet);
	font-size: 1rem;
	text-shadow: none;
}

.practitioner-onboarding-page .po-intro,
.practitioner-onboarding-page .po-section .po-section-desc,
.practitioner-onboarding-page .po-section-guidance,
.practitioner-onboarding-page .po-progress-text,
.practitioner-onboarding-page .po-no-fields {
	margin: 0;
	color: var(--po-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.practitioner-onboarding-page .po-section-guidance {
	margin-top: 0.35rem;
	font-style: italic;
}

.practitioner-onboarding-page .po-progress-bar-wrap {
	height: 0.4rem;
	margin-top: 1rem;
	background: var(--po-soft);
	border-radius: 999px;
	overflow: hidden;
}

.practitioner-onboarding-page .po-progress-bar-fill {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #c084fc, #7c3aed, #f472b6);
	border-radius: inherit;
	transition: width 0.35s ease;
}

.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='8'] .po-progress-bar-fill { width: 8%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='10'] .po-progress-bar-fill { width: 10%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='16'] .po-progress-bar-fill { width: 16%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='25'] .po-progress-bar-fill { width: 25%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='32'] .po-progress-bar-fill { width: 32%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='37'] .po-progress-bar-fill { width: 37%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='50'] .po-progress-bar-fill { width: 50%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='54'] .po-progress-bar-fill { width: 54%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='58'] .po-progress-bar-fill { width: 58%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='80'] .po-progress-bar-fill { width: 80%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='82'] .po-progress-bar-fill { width: 82%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='84'] .po-progress-bar-fill { width: 84%; }
.practitioner-onboarding-page .po-progress-bar-wrap[aria-valuenow='100'] .po-progress-bar-fill { width: 100%; }

.practitioner-onboarding-page .glass-panel.po-panel {
	position: relative;
	background: #fff !important;
	border: 1px solid var(--po-line) !important;
	border-radius: 1.75rem !important;
	box-shadow: 0 18px 45px rgba(24, 24, 27, 0.08) !important;
	padding: 1.25rem 1rem;
	overflow: hidden;
}

.practitioner-onboarding-page .po-section-panel {
	margin-top: 1.25rem;
}

.practitioner-onboarding-page .po-section-panel:first-child {
	margin-top: 0;
}

.practitioner-onboarding-page .po-step-panel.po-step-hidden,
.practitioner-onboarding-page .po-pv-step[hidden],
.practitioner-onboarding-page [hidden] {
	display: none !important;
}

.practitioner-onboarding-page .po-step-visible,
.practitioner-onboarding-page .po-pv-step.is-active {
	animation: po-panel-in 0.28s ease both;
}

@keyframes po-panel-in {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.practitioner-onboarding-page .po-section {
	margin: 0;
}

.practitioner-onboarding-page .po-section .po-section-title-area {
	margin-bottom: 1.25rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid #f4f4f5;
}

.practitioner-onboarding-page .po-section .po-section-title {
	margin: 0 0 0.25rem;
	color: var(--po-ink);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.practitioner-onboarding-page .po-fields .acf-field,
.practitioner-onboarding-page .glass-panel .acf-fields > .acf-field {
	padding: 0;
	margin: 0 0 1rem;
	border: 0;
}

.practitioner-onboarding-page .po-fields .acf-label label,
.practitioner-onboarding-page .po-fields .acf-label,
.practitioner-onboarding-page .po-verify-label,
.practitioner-onboarding-page .po-pv-label {
	display: block;
	margin: 0 0 0.45rem;
	color: #52525b;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.practitioner-onboarding-page .po-fields .acf-input input[type='text'],
.practitioner-onboarding-page .po-fields .acf-input input[type='email'],
.practitioner-onboarding-page .po-fields .acf-input input[type='number'],
.practitioner-onboarding-page .po-fields .acf-input input[type='url'],
.practitioner-onboarding-page .po-fields .acf-input input[type='date'],
.practitioner-onboarding-page .po-fields .acf-input input[type='tel'],
.practitioner-onboarding-page .po-fields .acf-input select,
.practitioner-onboarding-page .po-fields .acf-input textarea,
.practitioner-onboarding-page .po-verify-code-input,
.practitioner-onboarding-page .po-verify-phone-input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.72rem 0.85rem;
	background: #fff !important;
	border: 1px solid var(--po-line) !important;
	border-radius: 0.8rem;
	color: var(--po-ink) !important;
	font-size: 0.92rem;
	font-family: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	color-scheme: light;
}

.practitioner-onboarding-page .po-fields .acf-input input:focus,
.practitioner-onboarding-page .po-fields .acf-input select:focus,
.practitioner-onboarding-page .po-fields .acf-input textarea:focus,
.practitioner-onboarding-page .po-verify-code-input:focus,
.practitioner-onboarding-page .po-verify-phone-input:focus {
	outline: none !important;
	border-color: var(--po-violet) !important;
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16) !important;
}

.practitioner-onboarding-page .po-verify-email-panel,
.practitioner-onboarding-page .po-pv-card {
	max-width: 28rem;
	margin: 0 auto;
}

.practitioner-onboarding-page .po-verify-notice {
	padding: 0.75rem 0.9rem;
	border-radius: 0.85rem;
	margin-bottom: 1rem;
	font-size: 0.9rem;
}

.practitioner-onboarding-page .po-verify-notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
}

.practitioner-onboarding-page .po-verify-notice--success {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #047857;
}

.practitioner-onboarding-page .po-verify-email-sent {
	margin: 0 0 1.15rem;
	color: var(--po-muted);
	font-size: 0.9rem;
	line-height: 1.5;
	max-width: 100%;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.practitioner-onboarding-page .po-verify-code-input {
	max-width: 12rem;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	font-variant-numeric: tabular-nums;
}

.practitioner-onboarding-page .po-verify-submit,
.practitioner-onboarding-page .po-step-next,
.practitioner-onboarding-page .po-pv-btn--primary,
.practitioner-onboarding-page .po-finish-cta,
.practitioner-onboarding-page .po-services-section .modern-services-add-btn,
.practitioner-onboarding-page .po-fields .acf-button,
.practitioner-onboarding-page .po-fields .acf-repeater .acf-repeater-add-row {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	border: 0 !important;
	border-radius: 0.85rem !important;
	background: linear-gradient(90deg, #8b5cf6, #6d28d9) !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 0.92rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(124, 58, 237, 0.22) !important;
	cursor: pointer !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease !important;
}

.practitioner-onboarding-page .po-verify-submit:hover,
.practitioner-onboarding-page .po-step-next:hover,
.practitioner-onboarding-page .po-pv-btn--primary:hover:not(:disabled),
.practitioner-onboarding-page .po-finish-cta:hover,
.practitioner-onboarding-page .po-services-section .modern-services-add-btn:hover,
.practitioner-onboarding-page .po-fields .acf-button:hover,
.practitioner-onboarding-page .po-fields .acf-repeater .acf-repeater-add-row:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(124, 58, 237, 0.3) !important;
}

.practitioner-onboarding-page .po-step-back,
.practitioner-onboarding-page .po-verify-resend,
.practitioner-onboarding-page .po-pv-text-btn {
	background: #f4f4f5 !important;
	border: 0 !important;
	border-radius: 0.75rem !important;
	color: #52525b !important;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	padding: 0.65rem 0.95rem !important;
	text-decoration: none !important;
	cursor: pointer;
}

.practitioner-onboarding-page .po-step-back:hover,
.practitioner-onboarding-page .po-verify-resend:hover,
.practitioner-onboarding-page .po-pv-text-btn:hover:not(:disabled) {
	background: #e4e4e7 !important;
	color: var(--po-ink) !important;
}

.practitioner-onboarding-page .po-verify-resend-form {
	margin: 1rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #f4f4f5;
}

.practitioner-onboarding-page.practitioner-onboarding-phone-verify-flow .po-hero {
	display: none;
}

.practitioner-onboarding-page.practitioner-onboarding-phone-verify-flow .po-steps-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: min(70vh, 640px);
	padding-top: 0.5rem;
}

.practitioner-onboarding-page .po-pv-wrap {
	position: relative;
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
	padding: 0 0.25rem 2rem;
}

.practitioner-onboarding-page .po-pv-glow {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(500px, 90vw);
	height: min(500px, 90vw);
	background: rgba(124, 58, 237, 0.12);
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
	z-index: 0;
}

.practitioner-onboarding-page .po-pv-inner {
	padding: 1.25rem 1rem 1.5rem;
}

.practitioner-onboarding-page .po-pv-topbar {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.75rem;
}

.practitioner-onboarding-page .po-pv-back-link,
.practitioner-onboarding-page .po-step-skip,
.practitioner-onboarding-page .po-dashboard-link,
.practitioner-onboarding-page .po-add-manual-address a {
	color: var(--po-violet);
	font-weight: 700;
	text-decoration: none;
}

.practitioner-onboarding-page .po-pv-back-link:hover,
.practitioner-onboarding-page .po-step-skip:hover,
.practitioner-onboarding-page .po-dashboard-link:hover,
.practitioner-onboarding-page .po-add-manual-address a:hover {
	color: var(--po-violet-dark);
	text-decoration: underline;
}

.practitioner-onboarding-page .po-pv-head {
	text-align: center;
	margin-bottom: 1.35rem;
}

.practitioner-onboarding-page .po-pv-icon {
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--po-violet-soft);
	border: 1px solid #ede9fe;
	color: var(--po-violet);
	font-size: 1.25rem;
}

.practitioner-onboarding-page .po-pv-title,
.practitioner-onboarding-page .po-pv-success-title {
	margin: 0 0 0.45rem;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--po-ink);
	line-height: 1.2;
}

.practitioner-onboarding-page .po-pv-desc,
.practitioner-onboarding-page .po-pv-success-desc {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--po-muted);
}

.practitioner-onboarding-page .po-pv-phone-row {
	display: flex;
	align-items: stretch;
	border-radius: 0.85rem;
	overflow: hidden;
	border: 1px solid var(--po-line);
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.practitioner-onboarding-page .po-pv-phone-row:focus-within {
	border-color: var(--po-violet);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16);
}

.practitioner-onboarding-page .po-pv-cc {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0 0.95rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: #52525b;
	background: #fafafa;
	border-right: 1px solid var(--po-line);
}

.practitioner-onboarding-page .po-pv-phone-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--po-ink);
	font-size: 1rem;
	padding: 0.75rem 0.9rem;
	outline: none;
}

.practitioner-onboarding-page .po-pv-phone-input::placeholder {
	color: #a1a1aa;
}

.practitioner-onboarding-page .po-pv-phone-row.po-pv-row-error,
.practitioner-onboarding-page .po-pv-phone-row.po-pv-row-error:focus-within {
	border-color: #fca5a5;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.practitioner-onboarding-page .po-pv-inline-err,
.practitioner-onboarding-page .po-pv-err-banner {
	margin: 0.45rem 0 0;
	font-size: 0.78rem;
	color: var(--po-danger);
}

.practitioner-onboarding-page .po-pv-code-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(0.25rem, 2.2vw, 0.45rem);
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	box-sizing: border-box;
}

.practitioner-onboarding-page .po-pv-digit {
	width: 100%;
	min-width: 0;
	height: clamp(2.5rem, 11vw, 2.85rem);
	padding: 0;
	text-align: center;
	font-size: clamp(1rem, 4vw, 1.12rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	border-radius: 0.85rem;
	border: 1px solid var(--po-line);
	background: #fff;
	color: var(--po-ink);
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.practitioner-onboarding-page .po-pv-digit:focus {
	outline: none;
	border-color: var(--po-violet);
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16);
}

.practitioner-onboarding-page .po-pv-code-row.po-pv-shake {
	animation: po-pv-shake 0.45s ease;
}

@keyframes po-pv-shake {
	0%, 100% { transform: translateX(0); }
	20% { transform: translateX(-8px); }
	40% { transform: translateX(8px); }
	60% { transform: translateX(-6px); }
	80% { transform: translateX(6px); }
}

.practitioner-onboarding-page .po-pv-btn {
	position: relative;
	width: 100%;
	min-height: 3rem;
	margin-top: 0.25rem;
	padding: 0.75rem 1.25rem;
}

.practitioner-onboarding-page .po-pv-btn:disabled,
.practitioner-onboarding-page .po-pv-text-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	box-shadow: none !important;
}

.practitioner-onboarding-page .po-pv-btn .po-pv-btn-spinner {
	display: none;
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: po-pv-spin 0.7s linear infinite;
}

.practitioner-onboarding-page .po-pv-btn.is-loading .po-pv-btn-label {
	opacity: 0;
}

.practitioner-onboarding-page .po-pv-btn.is-loading .po-pv-btn-spinner {
	display: block;
	position: absolute;
}

@keyframes po-pv-spin { to { transform: rotate(360deg); } }

.practitioner-onboarding-page .po-pv-code-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.practitioner-onboarding-page .po-pv-text-btn--accent {
	background: var(--po-violet-soft) !important;
	color: var(--po-violet) !important;
}

.practitioner-onboarding-page .po-pv-step--success {
	position: relative;
	text-align: center;
	padding: 1.5rem 0 0.5rem;
}

.practitioner-onboarding-page .po-pv-success-check,
.practitioner-onboarding-page .po-finish-icon {
	width: 5rem;
	height: 5rem;
	margin: 0 auto 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ecfdf5;
	color: var(--po-success);
	font-size: 2rem;
	box-shadow: 0 18px 35px rgba(16, 185, 129, 0.16);
	animation: po-pv-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes po-pv-pop {
	from { transform: scale(0) rotate(-24deg); opacity: 0; }
	to { transform: scale(1) rotate(0); opacity: 1; }
}

.practitioner-onboarding-page .po-finish-panel {
	text-align: center;
	padding: 2.5rem 1.25rem;
}

.practitioner-onboarding-page .po-finish-title {
	margin: 0 0 0.55rem;
	color: var(--po-ink);
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.practitioner-onboarding-page .po-finish-desc {
	margin: 0 0 1.35rem;
	color: var(--po-muted);
	font-size: 1rem;
	line-height: 1.5;
}

.practitioner-onboarding-page .po-finish-summary {
	max-width: 19rem;
	margin: 0 auto 1.5rem;
	text-align: left;
	color: #3f3f46;
	font-size: 0.93rem;
}

.practitioner-onboarding-page .po-finish-summary p {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0.45rem 0;
}

.practitioner-onboarding-page .po-finish-summary i {
	color: var(--po-success);
}

.practitioner-onboarding-page .po-finish-next {
	color: var(--po-violet) !important;
}

.practitioner-onboarding-page .po-step-actions {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #f4f4f5;
}

.practitioner-onboarding-page .po-step-actions-inner,
.practitioner-onboarding-page .po-step-right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.practitioner-onboarding-page .po-step-actions-inner {
	justify-content: space-between;
}

.practitioner-onboarding-page .po-step-right {
	justify-content: flex-end;
}

.practitioner-onboarding-page .po-message {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 1rem;
	margin-bottom: 1.25rem;
	border-radius: 1rem;
}

.practitioner-onboarding-page .po-message-success {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #047857;
}

.practitioner-onboarding-page .po-profile-photo-upload-wrap {
	margin-top: 0.5rem;
}

.practitioner-onboarding-page .po-profile-photo-upload-wrap .acf-image-uploader {
	position: relative;
	border: 2px dashed #d4d4d8;
	border-radius: 1rem;
	padding: 1.5rem;
	background: #fafafa;
	transition: border-color 0.2s, background 0.2s;
	cursor: pointer;
}

.practitioner-onboarding-page .po-profile-photo-upload-wrap .acf-image-uploader:hover {
	border-color: #a78bfa;
	background: var(--po-violet-soft);
}

.practitioner-onboarding-page .po-profile-photo-upload-wrap .acf-image-uploader .hide-if-value {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 7.5rem;
	padding: 0;
	text-align: center;
}

.practitioner-onboarding-page .po-profile-photo-upload-wrap .acf-image-uploader .hide-if-value .acf-basic-uploader::before {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 0.75rem;
	border-radius: 50%;
	border: 1px solid #ede9fe;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.practitioner-onboarding-page .po-profile-photo-hint,
.practitioner-onboarding-page .po-add-manual-address {
	margin: 0.5rem 0 0;
	color: var(--po-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

.practitioner-onboarding-page .po-fields .acf-repeater,
.practitioner-onboarding-page .po-fields .acf-gallery,
.practitioner-onboarding-page .po-pref-section-card,
.practitioner-onboarding-page .po-services-section .modern-services-glass-panel,
.practitioner-onboarding-page .po-admin-log-details {
	position: relative;
	background: #fff;
	border: 1px solid var(--po-line);
	border-radius: 1.25rem;
	overflow: hidden;
}

.practitioner-onboarding-page .po-preferences-cards {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.practitioner-onboarding-page .po-pref-card-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1.1rem 1rem 0.9rem;
	border-bottom: 1px solid #f4f4f5;
}

.practitioner-onboarding-page .po-pref-card-icon-wrap,
.practitioner-onboarding-page .po-pref-toggle-icon {
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.75rem;
	background: #f4f4f5;
	color: var(--po-muted);
	flex-shrink: 0;
	transition: background 0.2s, color 0.2s;
}

.practitioner-onboarding-page .po-pref-card-title,
.practitioner-onboarding-page .po-pref-toggle-label {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--po-ink);
}

.practitioner-onboarding-page .po-pref-card-subtitle,
.practitioner-onboarding-page .po-pref-toggle-desc {
	margin: 0.25rem 0 0;
	font-size: 0.78rem;
	color: var(--po-muted);
	line-height: 1.4;
}

.practitioner-onboarding-page .po-pref-card-body {
	display: flex;
	flex-direction: column;
}

.practitioner-onboarding-page .po-pref-toggle-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	padding: 1rem;
	border-bottom: 1px solid #f4f4f5;
	flex-wrap: wrap;
}

.practitioner-onboarding-page .po-pref-toggle-row:last-child {
	border-bottom: 0;
}

.practitioner-onboarding-page .po-pref-toggle-left {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	min-width: 0;
	flex: 1 1 100%;
}

.practitioner-onboarding-page .po-pref-toggle-row:has(.acf-switch-input:checked) .po-pref-toggle-icon,
.practitioner-onboarding-page .po-pref-toggle-icon-active,
.practitioner-onboarding-page .po-pref-card-icon-wrap {
	background: var(--po-violet-soft) !important;
	color: var(--po-violet) !important;
}

.practitioner-onboarding-page .po-pref-toggle-right {
	flex: 0 0 auto;
}

.practitioner-onboarding-page .po-pref-toggle-right .acf-field,
.practitioner-onboarding-page .po-pref-toggle-right .acf-label {
	margin: 0;
	padding: 0;
	border: 0;
}

.practitioner-onboarding-page .po-pref-toggle-right .acf-label {
	display: none !important;
}

.practitioner-onboarding-page .po-preferences-cards .acf-switch {
	min-width: 44px !important;
	width: 44px !important;
	height: 24px !important;
	border-radius: 999px !important;
	border: 0 !important;
	background: #d4d4d8 !important;
	padding: 0 !important;
}

.practitioner-onboarding-page .po-preferences-cards .acf-switch-on,
.practitioner-onboarding-page .po-preferences-cards .acf-switch-off {
	display: none !important;
}

.practitioner-onboarding-page .po-preferences-cards .acf-switch-slider {
	top: 4px !important;
	left: 4px !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	border-radius: 50% !important;
	background: #fff !important;
	border: 0 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

.practitioner-onboarding-page .po-preferences-cards .acf-switch-input:checked + .acf-switch {
	background: var(--po-violet) !important;
}

.practitioner-onboarding-page .po-preferences-cards .acf-switch-input:checked + .acf-switch .acf-switch-slider {
	transform: translateX(20px) !important;
}

.practitioner-onboarding-page .select2-container--default .select2-selection--single,
.practitioner-onboarding-page .select2-container--default .select2-selection--multiple,
.practitioner-onboarding-page span.select2-selection.select2-selection--multiple {
	background: #fff !important;
	border: 1px solid var(--po-line) !important;
	border-radius: 0.8rem !important;
	min-height: 2.65rem !important;
	color: var(--po-ink) !important;
}

.practitioner-onboarding-page .select2-container--default.select2-container--focus .select2-selection--single,
.practitioner-onboarding-page .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: var(--po-violet) !important;
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16) !important;
}

.practitioner-onboarding-page .select2-container--default .select2-selection__rendered {
	color: var(--po-ink) !important;
}

.practitioner-onboarding-page .select2-container--default .select2-selection__placeholder,
.practitioner-onboarding-page .select2-search--inline .select2-search__field::placeholder {
	color: #a1a1aa !important;
}

.practitioner-onboarding-page .select2-container--default .select2-selection__choice {
	background: var(--po-violet-soft) !important;
	border-color: #ddd6fe !important;
	color: var(--po-violet) !important;
	border-radius: 999px !important;
}

.practitioner-onboarding-page .select2-container--default .select2-selection__choice__remove {
	color: var(--po-violet) !important;
}

body.practitioner-onboarding-select2 .select2-dropdown,
body.page-template-pagespractitioner-onboarding-php .select2-dropdown,
body.page-template-pages-practitioner-onboarding-php .select2-dropdown {
	background: #fff !important;
	border: 1px solid var(--po-line, #e4e4e7) !important;
	border-radius: 0.85rem !important;
	box-shadow: 0 18px 45px rgba(24, 24, 27, 0.12) !important;
	overflow: hidden;
}

body.practitioner-onboarding-select2 .select2-results__option,
body.page-template-pagespractitioner-onboarding-php .select2-results__option,
body.page-template-pages-practitioner-onboarding-php .select2-results__option {
	background: transparent !important;
	color: #18181b !important;
}

body.practitioner-onboarding-select2 .select2-results__option--highlighted[aria-selected],
body.page-template-pagespractitioner-onboarding-php .select2-results__option--highlighted[aria-selected],
body.page-template-pages-practitioner-onboarding-php .select2-results__option--highlighted[aria-selected] {
	background: #f5f3ff !important;
	color: #7c3aed !important;
}

.practitioner-onboarding-page .po-services-section {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #f4f4f5;
}

.practitioner-onboarding-page .po-services-section .modern-services-header {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.9rem;
	padding: 0 0 1rem;
}

.practitioner-onboarding-page .po-services-section .modern-services-main-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--po-ink);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.practitioner-onboarding-page .po-services-section .modern-services-description {
	max-width: 34rem;
	margin: 0.35rem 0 0;
	color: var(--po-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.practitioner-onboarding-page .po-services-section .modern-services-add-btn {
	width: 100%;
	padding: 0.78rem 1rem !important;
	white-space: nowrap;
}

.practitioner-onboarding-page .po-services-section .modern-services-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 0 0 1.25rem;
}

.practitioner-onboarding-page .po-services-section .modern-services-category-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--po-ink);
}

.practitioner-onboarding-page .po-services-section .modern-category-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--po-violet);
	display: inline-block;
}

.practitioner-onboarding-page .po-services-section .modern-services-glass-panel {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.practitioner-onboarding-page .po-services-section .modern-services-table {
	width: 100%;
	min-width: 420px;
	border-collapse: collapse;
	text-align: left;
}

.practitioner-onboarding-page .po-services-section .modern-services-table thead tr {
	background: #fafafa;
	border-bottom: 1px solid #f4f4f5;
}

.practitioner-onboarding-page .po-services-section .modern-services-table th,
.practitioner-onboarding-page .po-services-section .modern-services-table td {
	padding: 0.75rem 0.85rem;
	font-size: 0.82rem;
	color: #3f3f46;
	border-bottom: 1px solid #f4f4f5;
}

.practitioner-onboarding-page .po-services-section .modern-services-table th {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #71717a;
}

.practitioner-onboarding-page .po-services-section .modern-services-table tbody tr:hover {
	background: #fafafa;
}

.practitioner-onboarding-page .po-services-section .modern-services-table tr:last-child td {
	border-bottom: 0;
}

.practitioner-onboarding-page .po-services-section .modern-services-table .text-right,
.practitioner-onboarding-page .po-services-section .modern-services-table th.text-right,
.practitioner-onboarding-page .po-services-section .modern-services-table td.text-right {
	text-align: right;
}

.practitioner-onboarding-page .po-services-section .services-title {
	font-weight: 700;
	color: var(--po-ink);
}

.practitioner-onboarding-page .po-services-section .modern-form-name {
	color: var(--po-violet);
	font-style: italic;
	font-weight: 600;
}

.practitioner-onboarding-page .po-services-section .modern-services-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.4rem;
}

.practitioner-onboarding-page .po-services-section .modern-service-action-btn {
	width: 2rem;
	height: 2rem;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0.65rem;
	background: #f4f4f5;
	color: #52525b;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.practitioner-onboarding-page .po-services-section .modern-service-action-btn:hover {
	background: var(--po-violet-soft);
	color: var(--po-violet);
}

.practitioner-onboarding-page .po-services-section .modern-service-action-btn .material-symbols-outlined,
.practitioner-onboarding-page .po-services-section .material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	letter-spacing: normal;
	display: inline-block;
}

.practitioner-onboarding-page .po-services-section .modern-services-empty {
	padding: 2rem 1rem;
	text-align: center;
	color: var(--po-muted);
}

.practitioner-onboarding-page .po-admin-log-wrap {
	margin-top: 2rem;
	padding: 0 1rem 2rem;
}

.practitioner-onboarding-page .po-admin-log-details {
	padding: 1rem;
}

.practitioner-onboarding-page .po-admin-log-summary {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	list-style: none;
	cursor: pointer;
	color: var(--po-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.practitioner-onboarding-page .po-admin-log-summary::-webkit-details-marker { display: none; }
.practitioner-onboarding-page .po-admin-log-summary::marker { content: none; }
.practitioner-onboarding-page .po-admin-log-summary:hover { color: var(--po-violet); }
.practitioner-onboarding-page .po-admin-log-content { margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem; }
.practitioner-onboarding-page .po-admin-log-entry { background: #fafafa; border: 1px solid #f4f4f5; border-radius: 0.85rem; padding: 0.9rem; font-size: 0.85rem; }
.practitioner-onboarding-page .po-admin-log-entry-meta { color: var(--po-ink); margin-bottom: 0.65rem; }
.practitioner-onboarding-page .po-admin-log-entry-fields { display: flex; flex-direction: column; gap: 0.4rem; }
.practitioner-onboarding-page .po-admin-log-row { display: flex; gap: 0.65rem; flex-wrap: wrap; }
.practitioner-onboarding-page .po-admin-log-label { color: var(--po-muted); min-width: 90px; }
.practitioner-onboarding-page .po-admin-log-value { color: #3f3f46; word-break: break-word; }
.practitioner-onboarding-page .po-admin-log-saved .po-admin-log-value { color: #047857; }
.practitioner-onboarding-page .po-admin-log-not-saved .po-admin-log-value { color: #b91c1c; }

.practitioner-onboarding-page .po-fields .wp-editor-container,
.practitioner-onboarding-page .po-fields .wp-editor-wrap,
.practitioner-onboarding-page .po-fields .mce-panel,
.practitioner-onboarding-page .po-fields .mce-toolbar-grp {
	background: #fff !important;
	border-color: var(--po-line) !important;
}

.practitioner-onboarding-page .po-fields .wp-editor-container {
	border-radius: 0.85rem;
	overflow: hidden;
}

.practitioner-onboarding-page .po-fields .wp-editor-tabs {
	display: none !important;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-help {
	margin: 0 0 0.5rem;
	font-size: 0.8rem;
	line-height: 1.4;
	color: #71717a;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-help--spaced {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-weekday-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.35rem 0.75rem;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-check {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	cursor: pointer;
	font-size: 0.85rem;
	color: #3f3f46;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-picker-row,
.swal2-popup.swal2-form-modal--pmd .po-swal-split-row,
.swal2-popup.swal2-form-modal--pmd .po-swal-color-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-split-row > div,
.swal2-popup.swal2-form-modal--pmd .po-swal-picker-select {
	flex: 1 1 0;
	min-width: 0;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-add-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	padding: 0 0.85rem;
	border: 0;
	border-radius: 0.75rem;
	background: #f4f4f5;
	color: #52525b;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-add-btn:hover {
	background: #e4e4e7;
	color: #18181b;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-selected {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.65rem;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-empty {
	font-size: 0.85rem;
	color: #a1a1aa;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.38rem 0.65rem;
	border-radius: 999px;
	background: #f5f3ff;
	border: 1px solid #ddd6fe;
	color: #6d28d9;
	font-size: 0.8rem;
	font-weight: 600;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-pill-remove {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1;
	padding: 0;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-new-category-wrap {
	margin-top: 0.7rem;
	padding-top: 0.85rem;
	border-top: 1px solid #f4f4f5;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-color-input {
	width: 3.25rem;
	height: 2.35rem;
	padding: 0.15rem;
	border: 1px solid #e4e4e7;
	border-radius: 0.65rem;
	background: #fff;
	cursor: pointer;
}

/* Category colour picker — preset swatches (React reference). */
.swal2-popup.swal2-form-modal--pmd .po-swal-color-row {
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-color-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0.25rem 0 0;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-color-swatch {
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--swatch, #8b5cf6);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-color-swatch:hover {
	transform: scale(1.08);
}

.swal2-popup.swal2-form-modal--pmd .po-swal-color-swatch i {
	font-size: 0.75rem;
	opacity: 0;
	transition: opacity 0.15s ease;
}

.swal2-popup.swal2-form-modal--pmd .po-swal-color-swatch.is-selected {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--swatch, #8b5cf6);
	transform: scale(1.05);
}

.swal2-popup.swal2-form-modal--pmd .po-swal-color-swatch.is-selected i {
	opacity: 1;
}

@media (min-width: 480px) {
	.practitioner-onboarding-page .po-pv-code-row,
	.practitioner-onboarding-page .po-email-code-row {
		gap: 0.65rem;
		max-width: 22rem;
		margin-left: auto;
		margin-right: auto;
	}
	.practitioner-onboarding-page .po-pv-digit,
	.practitioner-onboarding-page .po-email-digit {
		height: 3.25rem;
		font-size: 1.25rem;
	}
}

@media (min-width: 640px) {
	.practitioner-onboarding-page .practitioner-onboarding-modern { padding: 0 1.5rem 1.75rem; }
	.practitioner-onboarding-page .po-hero { padding: 1.5rem; margin-bottom: 1.5rem; }
	.practitioner-onboarding-page .po-content { padding: 0 1.5rem 1.75rem; }
	.practitioner-onboarding-page .glass-panel.po-panel { padding: 1.5rem 1.25rem; }
	.practitioner-onboarding-page .po-finish-panel { padding: 2.75rem 1.75rem; }
	.practitioner-onboarding-page .calendar-modern-header-actions { display: flex; }
	.practitioner-onboarding-page .po-services-section .modern-services-header { flex-direction: row; align-items: flex-end; justify-content: space-between; }
	.practitioner-onboarding-page .po-services-section .modern-services-add-btn { width: auto; }
}

@media (min-width: 1024px) {
	.practitioner-onboarding-page .practitioner-onboarding-modern { padding: 0 2rem 2rem; }
	.practitioner-onboarding-page .po-hero { margin-left: 2rem; margin-right: 2rem; padding: 2rem 2rem 1.5rem; }
	.practitioner-onboarding-page .po-hero .calendar-modern-title { font-size: 1.875rem; }
	.practitioner-onboarding-page .po-content { padding: 0 2rem 2rem; gap: 1.5rem; }
	.practitioner-onboarding-page .glass-panel.po-panel { padding: 1.5rem; }
	.practitioner-onboarding-page .po-finish-panel { padding: 3rem 2rem; }
	.practitioner-onboarding-page .po-section .po-section-title { font-size: 1.25rem; }
	.practitioner-onboarding-page .po-pref-card-header { padding: 1.25rem 1.5rem; }
	.practitioner-onboarding-page .po-pref-toggle-row { padding: 1rem 1.5rem; flex-wrap: nowrap; }
	.practitioner-onboarding-page .po-pref-toggle-left { flex: 1 1 auto; }
	.practitioner-onboarding-page .po-services-section .modern-services-table th,
	.practitioner-onboarding-page .po-services-section .modern-services-table td { padding: 0.85rem 1.25rem; font-size: 0.875rem; }
}

/* Practitioner onboarding - React reference mobile app shell */
body.page-template-pagespractitioner-onboarding-php,
body.page-template-pages-practitioner-onboarding-php {
	background: #fbf7ff;
}

.practitioner-onboarding-page {
	--po-brand-50: #f5f3ff;
	--po-brand-100: #ede9fe;
	--po-brand-200: #ddd6fe;
	--po-brand-400: #a78bfa;
	--po-brand-500: #8b5cf6;
	--po-brand-600: #7c3aed;
	--po-brand-700: #6d28d9;
	--po-pink: #ec4899;
	--po-blue: #3b82f6;
	--po-teal: #14b8a6;
	min-height: 100vh;
	background:
		radial-gradient(circle at 5% 8%, rgba(167, 139, 250, 0.22), transparent 28rem),
		radial-gradient(circle at 100% 28%, rgba(244, 114, 182, 0.18), transparent 24rem),
		linear-gradient(180deg, #fff 0%, rgba(245, 243, 255, 0.58) 42%, rgba(253, 242, 248, 0.45) 100%);
}

.practitioner-onboarding-page .main-profile,
.practitioner-onboarding-page .practitioner-onboarding-modern {
	width: 100%;
	min-height: 100vh;
}

.practitioner-onboarding-page .practitioner-onboarding-modern {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.practitioner-onboarding-page .po-onboarding-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.practitioner-onboarding-page .po-onboarding-bg__wash {
	position: absolute;
	inset: 0;
	margin: 0 auto;
	width: min(100%, 28rem);
	background: linear-gradient(180deg, #fff 0%, rgba(245, 243, 255, 0.55) 48%, rgba(253, 242, 248, 0.52) 100%);
}

.practitioner-onboarding-page .po-onboarding-bg__blob {
	position: absolute;
	border-radius: 999px;
	filter: blur(80px);
	opacity: 0.55;
}

.practitioner-onboarding-page .po-onboarding-bg__blob--brand {
	top: -8%;
	left: -12%;
	width: 16rem;
	height: 13rem;
	background: rgba(167, 139, 250, 0.38);
}

.practitioner-onboarding-page .po-onboarding-bg__blob--pink {
	top: 20%;
	right: -12%;
	width: 14rem;
	height: 18rem;
	background: rgba(244, 114, 182, 0.28);
}

.practitioner-onboarding-page .po-app-shell {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0 auto;
	padding: 1rem 1.25rem 6rem;
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(24px);
	border-inline: 1px solid rgba(255, 255, 255, 0.72);
	box-shadow: 0 0 40px rgba(24, 24, 27, 0.05);
}

.practitioner-onboarding-page .po-progress-shell {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.75rem 0 1.15rem;
}

.practitioner-onboarding-page .po-progress-back {
	width: 2.45rem;
	height: 2.45rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(221, 214, 254, 0.8);
	color: #3f3f46;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(124, 58, 237, 0.08);
}

.practitioner-onboarding-page .po-progress-main {
	flex: 1 1 auto;
	min-width: 0;
}

.practitioner-onboarding-page .po-progress-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.45rem;
}

.practitioner-onboarding-page .po-progress-step-label,
.practitioner-onboarding-page .po-progress-percent {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(24, 24, 27, 0.54);
}

.practitioner-onboarding-page .po-progress-percent {
	color: var(--po-brand-600);
}

.practitioner-onboarding-page .po-progress-bar-wrap {
	height: 0.45rem;
	margin: 0;
	background: rgba(237, 233, 254, 0.9);
	border-radius: 999px;
}

.practitioner-onboarding-page .po-progress-bar-fill {
	background: linear-gradient(90deg, var(--po-brand-400), var(--po-brand-600), var(--po-pink));
	box-shadow: 0 0 18px rgba(139, 92, 246, 0.24);
}

.practitioner-onboarding-page .po-hero {
	width: 100%;
	margin: 0;
	padding: 1.5rem 1.5rem 1rem;
	background: #fff;
	border: 1px solid rgba(221, 214, 254, 0.62);
	border-bottom: 0;
	border-radius: 1.25rem 1.25rem 0 0;
	box-shadow: 0 10px 28px rgba(24, 24, 27, 0.06);
}

.practitioner-onboarding-page .po-hero::before,
.practitioner-onboarding-page .glass-panel.po-panel::before,
.practitioner-onboarding-page .po-pref-section-card::before,
.practitioner-onboarding-page .po-services-section .modern-services-glass-panel::before {
	height: 0.375rem;
	background: linear-gradient(90deg, var(--po-brand-400), var(--po-brand-600), var(--po-pink));
}

.practitioner-onboarding-page.po-step-verify_phone .po-hero,
.practitioner-onboarding-page.po-step-profile .po-hero,
.practitioner-onboarding-page.po-step-clinic .po-hero,
.practitioner-onboarding-page.po-step-services .po-hero,
.practitioner-onboarding-page.po-step-preferences .po-hero {
	display: none;
}

.practitioner-onboarding-page .po-hero .calendar-modern-title {
	display: block;
	margin: 0 0 0.5rem;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.12;
	color: var(--po-ink);
	letter-spacing: -0.04em;
}

.practitioner-onboarding-page .po-hero-icon {
	display: flex;
	width: 3rem;
	height: 3rem;
	margin: 0 0 1rem;
	border-radius: 0.9rem;
	background: linear-gradient(135deg, var(--po-brand-400), var(--po-brand-700));
	color: #fff;
	box-shadow: 0 10px 24px rgba(139, 92, 246, 0.22);
}

.practitioner-onboarding-page .po-intro {
	font-size: 0.875rem;
	color: rgba(24, 24, 27, 0.62);
}

.practitioner-onboarding-page .po-progress-text {
	display: none;
}

.practitioner-onboarding-page .po-content {
	width: 100%;
	padding: 0;
	gap: 0;
}

.practitioner-onboarding-page .glass-panel.po-panel {
	width: 100%;
	border-color: rgba(221, 214, 254, 0.62) !important;
	border-radius: 1.25rem !important;
	box-shadow: 0 10px 28px rgba(24, 24, 27, 0.06) !important;
	padding: 1.5rem !important;
}

.practitioner-onboarding-page.po-step-verify_email .po-verify-email-panel {
	border-top: 0 !important;
	border-radius: 0 0 1.25rem 1.25rem !important;
}

.practitioner-onboarding-page.po-step-verify_email .po-verify-email-panel::before {
	display: none;
}

.practitioner-onboarding-page .po-section-panel {
	margin: 0;
}

.practitioner-onboarding-page .po-section .po-section-title-area {
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
}

.practitioner-onboarding-page .po-section .po-section-title {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.practitioner-onboarding-page .po-section .po-section-desc,
.practitioner-onboarding-page .po-section-guidance {
	font-size: 0.82rem;
	color: rgba(24, 24, 27, 0.62);
}

.practitioner-onboarding-page .po-verify-email-sent {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem 0.4rem;
	margin: 0 0 1.5rem;
	padding: 0.8rem 0.9rem;
	background: var(--po-brand-50);
	border: 1px solid var(--po-brand-100);
	border-radius: 0.9rem;
	color: #5b21b6;
	font-size: 0.8125rem;
	line-height: 1.45;
	max-width: 100%;
	box-sizing: border-box;
}

.practitioner-onboarding-page .po-verify-email-sent__label {
	flex-shrink: 0;
	color: #6d28d9;
	font-weight: 500;
}

.practitioner-onboarding-page .po-verify-email-sent__email {
	color: #4c1d95;
	font-weight: 700;
	word-break: break-word;
	overflow-wrap: anywhere;
	max-width: 100%;
}

@media (max-width: 640px) {
	.practitioner-onboarding-page .po-verify-email-sent {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}

	.practitioner-onboarding-page .po-verify-email-sent__email {
		display: block;
		width: 100%;
	}
}

.practitioner-onboarding-page .po-email-code-row,
.practitioner-onboarding-page .po-pv-code-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(0.25rem, 2.2vw, 0.5rem);
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.75rem;
	box-sizing: border-box;
}

.practitioner-onboarding-page .po-email-digit,
.practitioner-onboarding-page .po-pv-digit {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: clamp(2.75rem, 12vw, 3.5rem);
	padding: 0;
	border-radius: 0.75rem;
	border: 1px solid var(--po-brand-100);
	background: #fff;
	color: var(--po-ink);
	text-align: center;
	font-size: clamp(1.05rem, 4.5vw, 1.5rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	box-sizing: border-box;
	box-shadow: 0 4px 12px rgba(24, 24, 27, 0.04);
	-webkit-appearance: none;
	appearance: none;
}

.practitioner-onboarding-page .po-email-digit:focus,
.practitioner-onboarding-page .po-pv-digit:focus {
	outline: none;
	border-color: var(--po-brand-400);
	background: rgba(245, 243, 255, 0.45);
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.24);
}

.practitioner-onboarding-page .po-verify-submit,
.practitioner-onboarding-page .po-step-next,
.practitioner-onboarding-page .po-pv-btn--primary,
.practitioner-onboarding-page .po-finish-cta,
.practitioner-onboarding-page .po-services-section .modern-services-add-btn,
.practitioner-onboarding-page .po-fields .acf-button,
.practitioner-onboarding-page .po-fields .acf-repeater .acf-repeater-add-row {
	min-height: 3rem;
	border-radius: 0.9rem !important;
	background: linear-gradient(90deg, var(--po-brand-500), var(--po-brand-700)) !important;
	box-shadow: 0 10px 22px rgba(124, 58, 237, 0.22) !important;
}

.practitioner-onboarding-page .po-verify-submit {
	width: 100%;
}

.practitioner-onboarding-page .po-verify-resend-form {
	margin-top: 1rem;
	padding-top: 1rem;
	text-align: center;
}

.practitioner-onboarding-page .po-pv-card {
	max-width: 100%;
}

.practitioner-onboarding-page .po-pv-card::before {
	background: linear-gradient(90deg, #60a5fa, var(--po-teal));
}

.practitioner-onboarding-page .po-pv-inner {
	padding: 1.5rem;
}

.practitioner-onboarding-page .po-pv-topbar {
	margin: 0 0 0.5rem;
}

.practitioner-onboarding-page .po-pv-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.8rem;
}

.practitioner-onboarding-page .po-pv-head {
	text-align: left;
}

.practitioner-onboarding-page .po-pv-icon {
	width: 3rem;
	height: 3rem;
	margin: 0 0 1rem;
	border-radius: 0.9rem;
	background: linear-gradient(135deg, #60a5fa, var(--po-teal));
	color: #fff;
	box-shadow: 0 10px 24px rgba(59, 130, 246, 0.2);
}

.practitioner-onboarding-page .po-pv-title,
.practitioner-onboarding-page .po-pv-success-title {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.practitioner-onboarding-page .po-pv-phone-row {
	border-color: var(--po-brand-100);
	border-radius: 0.9rem;
}

.practitioner-onboarding-page .po-pv-cc {
	background: var(--po-brand-50);
	border-right-color: var(--po-brand-100);
	color: #5b21b6;
}

.practitioner-onboarding-page .po-profile-photo-upload-wrap .acf-image-uploader {
	border-color: var(--po-brand-200);
	background: rgba(245, 243, 255, 0.52);
	border-radius: 1.25rem;
}

.practitioner-onboarding-page .po-profile-photo-upload-wrap .acf-image-uploader:hover {
	background: var(--po-brand-50);
}

.practitioner-onboarding-page .po-fields .acf-input input[type='text'],
.practitioner-onboarding-page .po-fields .acf-input input[type='email'],
.practitioner-onboarding-page .po-fields .acf-input input[type='number'],
.practitioner-onboarding-page .po-fields .acf-input input[type='url'],
.practitioner-onboarding-page .po-fields .acf-input input[type='date'],
.practitioner-onboarding-page .po-fields .acf-input input[type='tel'],
.practitioner-onboarding-page .po-fields .acf-input select,
.practitioner-onboarding-page .po-fields .acf-input textarea,
.practitioner-onboarding-page .po-verify-phone-input {
	border-color: var(--po-brand-100) !important;
	border-radius: 0.9rem;
	padding: 0.82rem 1rem;
	font-size: 0.875rem;
}

.practitioner-onboarding-page .po-fields .acf-label label,
.practitioner-onboarding-page .po-fields .acf-label,
.practitioner-onboarding-page .po-verify-label,
.practitioner-onboarding-page .po-pv-label {
	color: rgba(24, 24, 27, 0.5);
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
}

.practitioner-onboarding-page .select2-container--default .select2-selection__choice,
.practitioner-onboarding-page .po-fields .acf-checkbox-list label,
.practitioner-onboarding-page .po-fields .acf-radio-list label {
	border-radius: 999px !important;
	background: #fff !important;
	border: 1px solid var(--po-brand-200) !important;
	color: #5b21b6 !important;
}

/* Allow selected specialisation pills to show brand fill (overrides white !important above). */
.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list label:has(input[type="checkbox"]:checked),
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list label:has(input[type="radio"]:checked),
.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list li:has(input[type="checkbox"]:checked) > label,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list li:has(input[type="radio"]:checked) > label {
	background: var(--po-brand-600, #7c3aed) !important;
	color: #fff !important;
	border-color: var(--po-brand-600, #7c3aed) !important;
	box-shadow: 0 6px 14px rgba(124, 58, 237, 0.28) !important;
}

.practitioner-onboarding-page .po-step-actions {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #f4f4f5;
}

.practitioner-onboarding-page .po-step-actions-inner {
	align-items: stretch;
}

.practitioner-onboarding-page .po-step-actions-inner > span:empty {
	display: none;
}

.practitioner-onboarding-page .po-step-right {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.practitioner-onboarding-page .po-step-skip {
	flex: 0 0 auto;
	padding: 0.85rem 0.25rem;
	color: rgba(24, 24, 27, 0.48);
	font-size: 0.8125rem;
}

.practitioner-onboarding-page .po-step-next {
	flex: 1 1 auto;
}

.practitioner-onboarding-page .po-step-back {
	display: none !important;
}

.practitioner-onboarding-page .po-services-section {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.practitioner-onboarding-page .po-services-section .modern-services-header {
	gap: 0.75rem;
	padding-bottom: 1rem;
}

.practitioner-onboarding-page .po-services-section .modern-services-main-title {
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.practitioner-onboarding-page .po-services-section .modern-services-description {
	font-size: 0.8125rem;
}

.practitioner-onboarding-page .po-services-section .modern-services-add-btn {
	width: auto;
	min-height: 2.25rem;
	padding: 0.45rem 0.75rem !important;
	font-size: 0.75rem !important;
	background: transparent !important;
	color: var(--po-brand-600) !important;
	box-shadow: none !important;
}

.practitioner-onboarding-page .po-services-section .modern-services-glass-panel {
	border-radius: 1rem;
	border-color: var(--po-brand-100);
	box-shadow: 0 6px 18px rgba(24, 24, 27, 0.04);
}

.practitioner-onboarding-page .po-services-section .modern-services-glass-panel::before {
	display: none;
}

.practitioner-onboarding-page .po-services-section .modern-services-table,
.practitioner-onboarding-page .po-services-section .modern-services-table thead,
.practitioner-onboarding-page .po-services-section .modern-services-table tbody,
.practitioner-onboarding-page .po-services-section .modern-services-table tr,
.practitioner-onboarding-page .po-services-section .modern-services-table td {
	display: block;
	width: 100%;
	min-width: 0;
}

.practitioner-onboarding-page .po-services-section .modern-services-table thead {
	display: none;
}

.practitioner-onboarding-page .po-services-section .modern-services-table tbody {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.75rem;
}

.practitioner-onboarding-page .po-services-section .modern-services-table-row {
	position: relative;
	padding: 0.85rem;
	border: 1px solid var(--po-brand-100) !important;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 4px 12px rgba(24, 24, 27, 0.04);
}

.practitioner-onboarding-page .po-services-section .modern-services-table td {
	padding: 0.1rem 0;
	border: 0;
}

.practitioner-onboarding-page .po-services-section .services-title {
	padding-right: 5.25rem;
	font-size: 0.9rem;
}

.practitioner-onboarding-page .po-services-section .services-price {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	font-weight: 800;
	color: var(--po-ink);
}

.practitioner-onboarding-page .po-services-section .services-duration,
.practitioner-onboarding-page .po-services-section .services-forms {
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.52);
}

.practitioner-onboarding-page .po-services-section .modern-services-actions {
	justify-content: flex-start;
	margin-top: 0.5rem;
}

.practitioner-onboarding-page .po-pref-section-card {
	border-color: var(--po-brand-100);
	border-radius: 1.25rem;
}

.practitioner-onboarding-page .po-pref-section-card::before {
	display: none;
}

.practitioner-onboarding-page .po-pref-card-header {
	padding: 1rem 0.9rem;
}

.practitioner-onboarding-page .po-pref-toggle-row {
	padding: 1rem 0.9rem;
}

.practitioner-onboarding-page .po-pref-card-title,
.practitioner-onboarding-page .po-pref-toggle-label {
	font-size: 0.875rem;
}

.practitioner-onboarding-page .po-preferences-cards .acf-switch {
	background: #e4e4e7 !important;
}

.practitioner-onboarding-page .po-preferences-cards .acf-switch-input:checked + .acf-switch {
	background: var(--po-brand-600) !important;
}

.practitioner-onboarding-page .po-finish-state {
	padding-top: 2rem;
}

.practitioner-onboarding-page .po-finish-panel {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.practitioner-onboarding-page .po-finish-panel::before {
	display: none;
}

.practitioner-onboarding-page .po-finish-icon {
	background: linear-gradient(135deg, #34d399, #059669);
	color: #fff;
	box-shadow: 0 16px 32px rgba(16, 185, 129, 0.24);
}

.practitioner-onboarding-page .po-finish-title {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.practitioner-onboarding-page .po-finish-summary {
	max-width: none;
	margin-bottom: 1.5rem;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid rgba(221, 214, 254, 0.62);
	border-radius: 1.25rem;
	box-shadow: 0 10px 28px rgba(24, 24, 27, 0.06);
}

.practitioner-onboarding-page .po-finish-summary p {
	font-weight: 600;
}

@media (max-width: 380px) {
	.practitioner-onboarding-page .po-app-shell {
		padding-inline: 1rem;
	}

	.practitioner-onboarding-page .po-email-code-row,
	.practitioner-onboarding-page .po-pv-code-row {
		gap: 0.2rem;
	}

	.practitioner-onboarding-page .po-email-digit,
	.practitioner-onboarding-page .po-pv-digit {
		height: 2.65rem;
		font-size: 1rem;
		border-radius: 0.65rem;
	}
}

@media (min-width: 640px) {
	.practitioner-onboarding-page .po-app-shell {
		padding-top: 1.25rem;
	}

	.practitioner-onboarding-page .po-content {
		padding: 0;
	}

	.practitioner-onboarding-page .po-hero {
		margin: 0;
		padding: 1.5rem 1.5rem 1rem;
	}

	.practitioner-onboarding-page .glass-panel.po-panel {
		padding: 1.5rem !important;
	}
}

@media (min-width: 1024px) {
	.practitioner-onboarding-page .po-app-shell {
		width: min(100%, 28rem);
		padding-bottom: 3rem;
	}

	.practitioner-onboarding-page .po-hero {
		margin: 0;
	}
}

/* Profile step — keep the form full-width even while using the React-inspired card design. */
.practitioner-onboarding-page.po-step-profile .po-app-shell {
	width: 100%;
	max-width: none;
	padding-inline: 1rem;
}

@media (min-width: 640px) {
	.practitioner-onboarding-page.po-step-profile .po-app-shell {
		padding-inline: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.practitioner-onboarding-page.po-step-profile .po-app-shell {
		width: 100%;
		max-width: none;
		padding-inline: 2rem;
	}
}

/* Profile step uses the section panel itself as the React reference card
   (gradient accent bar + soft shadow). The inner stack is layout-only so we
   don't create a card-within-a-card. */
.practitioner-onboarding-page.po-step-profile .glass-panel.po-panel {
	position: relative;
	overflow: hidden;
}

.practitioner-onboarding-page.po-step-profile .glass-panel.po-panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 6px;
	background: linear-gradient(90deg, var(--po-brand-400, #a78bfa), var(--po-brand-500, #8b5cf6) 50%, var(--po-pink, #ec4899));
	z-index: 1;
}

.practitioner-onboarding-page .po-profile-stack {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

@media (min-width: 768px) {
	.practitioner-onboarding-page .po-profile-stack {
		gap: 1.5rem;
	}
}

/* Profile fields — labels become tiny uppercase, inputs become rounded chips. */
.practitioner-onboarding-page .po-profile-stack .acf-field {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.practitioner-onboarding-page .po-profile-stack .acf-field > .acf-label {
	margin-bottom: 0.45rem;
}

.practitioner-onboarding-page .po-profile-stack .acf-field > .acf-label > label {
	display: block;
	font-size: 0.6875rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 24, 27, 0.5) !important;
}

.practitioner-onboarding-page .po-profile-stack .acf-field > .acf-label .description {
	margin-top: 0.25rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: rgba(24, 24, 27, 0.45);
	text-transform: none;
	letter-spacing: normal;
}

.practitioner-onboarding-page .po-profile-stack .acf-input input[type="text"],
.practitioner-onboarding-page .po-profile-stack .acf-input input[type="url"],
.practitioner-onboarding-page .po-profile-stack .acf-input input[type="email"],
.practitioner-onboarding-page .po-profile-stack .acf-input input[type="number"],
.practitioner-onboarding-page .po-profile-stack .acf-input input[type="date"],
.practitioner-onboarding-page .po-profile-stack .acf-input input[type="tel"],
.practitioner-onboarding-page .po-profile-stack .acf-input input[type="search"],
.practitioner-onboarding-page .po-profile-stack .acf-input textarea,
.practitioner-onboarding-page .po-profile-stack .acf-input select {
	width: 100%;
	padding: 0.85rem 1rem !important;
	font-size: 0.9375rem !important;
	color: var(--po-ink, #18181b) !important;
	background: #fff !important;
	border: 1px solid var(--po-brand-100, #ede9fe) !important;
	border-radius: 0.85rem !important;
	box-shadow: none !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.practitioner-onboarding-page .po-profile-stack .acf-input input::placeholder,
.practitioner-onboarding-page .po-profile-stack .acf-input textarea::placeholder {
	color: rgba(161, 161, 170, 0.7);
}

.practitioner-onboarding-page .po-profile-stack .acf-input input:focus,
.practitioner-onboarding-page .po-profile-stack .acf-input textarea:focus,
.practitioner-onboarding-page .po-profile-stack .acf-input select:focus {
	outline: 0 !important;
	border-color: var(--po-brand-400, #a78bfa) !important;
	box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.24) !important;
}

.practitioner-onboarding-page .po-profile-stack .acf-input textarea {
	min-height: 6.75rem;
	resize: vertical;
}

/* Hide ACF's URL "open link" globe icon (and any other inline acf-icon helpers)
   inside the Profile step. */
.practitioner-onboarding-page .po-profile-stack .acf-icon,
.practitioner-onboarding-page .po-profile-stack i.acf-icon,
.practitioner-onboarding-page .po-profile-stack .acf-icon.-globe,
.practitioner-onboarding-page .po-profile-stack .acf-input-wrap .acf-icon {
	display: none !important;
}

/* Services step — keep the form full-width like the Profile step, and host the
   gradient accent bar on the section panel itself so we don't have a card-in-card. */
.practitioner-onboarding-page.po-step-services .po-app-shell {
	width: 100%;
	max-width: none;
	padding-inline: 1rem;
}

@media (min-width: 640px) {
	.practitioner-onboarding-page.po-step-services .po-app-shell {
		padding-inline: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.practitioner-onboarding-page.po-step-services .po-app-shell {
		padding-inline: 2rem;
	}
}

.practitioner-onboarding-page.po-step-services .glass-panel.po-panel {
	position: relative;
	overflow: hidden;
}

.practitioner-onboarding-page.po-step-services .glass-panel.po-panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 6px;
	background: linear-gradient(90deg, var(--po-brand-400, #a78bfa), var(--po-brand-500, #8b5cf6) 50%, var(--po-pink, #ec4899));
	z-index: 1;
}

/* Services section header — small uppercase "MY SERVICES" + bold "ADD SERVICE" trigger. */
.practitioner-onboarding-page .po-services-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0.85rem;
	padding: 0;
	background: transparent;
	border: 0;
}

.practitioner-onboarding-page .po-services-section__title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 24, 27, 0.8);
}

.practitioner-onboarding-page .po-services-section__add {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--po-brand-600, #7c3aed);
	background: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.18s ease;
}

.practitioner-onboarding-page .po-services-section__add:hover {
	color: var(--po-brand-700, #6d28d9);
}

.practitioner-onboarding-page .po-services-section__add i {
	font-size: 0.75rem;
}

/* Empty state — dashed border container with a CTA. */
.practitioner-onboarding-page .po-services-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem 1rem;
	background: rgba(245, 243, 255, 0.4);
	border: 2px dashed var(--po-brand-100, #ede9fe);
	border-radius: 1.25rem;
	text-align: center;
}

.practitioner-onboarding-page .po-services-empty__text {
	margin: 0 0 0.75rem;
	font-size: 0.8125rem;
	color: rgba(24, 24, 27, 0.5);
}

.practitioner-onboarding-page .po-services-empty__btn {
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--po-brand-700, #6d28d9);
	background: #fff;
	border: 1px solid var(--po-brand-200, #ddd6fe);
	border-radius: 0.65rem;
	box-shadow: 0 4px 10px rgba(24, 24, 27, 0.04);
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease;
}

.practitioner-onboarding-page .po-services-empty__btn:hover {
	background: rgba(245, 243, 255, 0.9);
	border-color: var(--po-brand-400, #a78bfa);
}

/* Service list and cards — flat list, React-style row with main info on the left
   and price + actions on the right. */
.practitioner-onboarding-page .po-services-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0;
}

.practitioner-onboarding-page .po-service-card,
.practitioner-onboarding-page .po-services-section .po-service-card.modern-services-table-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.85rem 1rem !important;
	background: #fff;
	border: 1px solid var(--po-brand-100, #ede9fe) !important;
	border-radius: 0.85rem;
	box-shadow: 0 4px 12px rgba(24, 24, 27, 0.05);
	position: relative;
}

.practitioner-onboarding-page .po-service-card__main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.practitioner-onboarding-page .po-services-section .po-service-card .po-service-card__name,
.practitioner-onboarding-page .po-services-section .po-service-card .services-title {
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--po-ink, #18181b);
	line-height: 1.3;
}

.practitioner-onboarding-page .po-service-card__meta {
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.5);
}

.practitioner-onboarding-page .po-services-section .po-service-card .services-duration {
	font-size: inherit;
	color: inherit;
}

.practitioner-onboarding-page .po-service-card__sep {
	color: rgba(24, 24, 27, 0.3);
}

.practitioner-onboarding-page .po-service-card__category {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.practitioner-onboarding-page .po-service-card__dot {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--po-brand-400, #a78bfa);
}

.practitioner-onboarding-page .po-service-card__right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.practitioner-onboarding-page .po-services-section .po-service-card .po-service-card__price,
.practitioner-onboarding-page .po-services-section .po-service-card .services-price {
	position: static;
	top: auto;
	right: auto;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--po-ink, #18181b);
	white-space: nowrap;
}

.practitioner-onboarding-page .po-service-card__actions {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.practitioner-onboarding-page .po-services-section .po-service-card__action.modern-service-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0;
	background: #fafafa;
	border: 0;
	border-radius: 0.4rem;
	color: rgba(161, 161, 170, 0.95);
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease;
}

.practitioner-onboarding-page .po-services-section .po-service-card__action.modern-service-action-btn:hover {
	color: var(--po-brand-600, #7c3aed);
	background: rgba(245, 243, 255, 0.9);
}

.practitioner-onboarding-page .po-services-section .po-service-card__action--delete.modern-service-action-btn:hover {
	color: #ef4444;
	background: #fef2f2;
}

.practitioner-onboarding-page .po-service-card__action i {
	font-size: 0.75rem;
}

/* Make sure the legacy table cell rules don't bleed in (no tables left here). */
.practitioner-onboarding-page .po-services-section .services-forms {
	display: none;
}

/* Side-by-side fields on larger screens (title / tagline / start date). */
.practitioner-onboarding-page .po-profile-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.practitioner-onboarding-page .po-profile-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
	}

	.practitioner-onboarding-page .po-profile-grid > .acf-field-text,
	.practitioner-onboarding-page .po-profile-grid > .acf-field-date_picker {
		min-width: 0;
	}

	.practitioner-onboarding-page .po-profile-grid > [data-name="experience_start_date"] {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1100px) {
	.practitioner-onboarding-page .po-profile-grid {
		grid-template-columns: 1.1fr 1.1fr 0.9fr;
	}

	.practitioner-onboarding-page .po-profile-grid > [data-name="experience_start_date"] {
		grid-column: auto;
	}
}

/* Photo upload — dashed border, centred camera icon, no native button visible until needed. */
.practitioner-onboarding-page .po-profile-photo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(245, 243, 255, 0.55);
	border: 2px dashed var(--po-brand-200, #ddd6fe);
	border-radius: 1.25rem;
	transition: background 0.18s ease, border-color 0.18s ease;
	cursor: pointer;
}

.practitioner-onboarding-page .po-profile-photo:hover {
	background: rgba(245, 243, 255, 0.9);
	border-color: var(--po-brand-400, #a78bfa);
}

.practitioner-onboarding-page .po-profile-photo__media {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5.5rem;
	height: 5.5rem;
	margin-bottom: 0.65rem;
	background: #fff;
	border-radius: 999px;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(24, 24, 27, 0.08);
	border: 2px solid #fff;
}

.practitioner-onboarding-page .po-profile-photo__preview {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 1;
}

.practitioner-onboarding-page .po-profile-photo__preview[hidden] {
	display: none !important;
}

.practitioner-onboarding-page .po-profile-photo__icon {
	position: relative;
	z-index: 0;
	font-size: 1.15rem;
	color: var(--po-brand-500, #8b5cf6);
}

.practitioner-onboarding-page .po-profile-photo.has-preview {
	border-style: solid;
	border-color: var(--po-brand-200, #ddd6fe);
	background: #fff;
}

.practitioner-onboarding-page .po-profile-photo.has-preview .po-profile-photo__media {
	width: 7rem;
	height: 7rem;
	border: 3px solid #ede9fe;
	box-shadow: 0 10px 24px rgba(124, 58, 237, 0.18);
}

.practitioner-onboarding-page .po-profile-photo.has-preview .po-profile-photo__icon {
	display: none;
}

.practitioner-onboarding-page .po-profile-photo.is-pending-preview .po-profile-photo__media::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(245, 243, 255, 0.55);
}

.practitioner-onboarding-page .po-profile-photo__copy {
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--po-brand-700, #6d28d9);
	letter-spacing: 0.01em;
}

.practitioner-onboarding-page .po-profile-photo.has-preview .po-profile-photo__copy {
	color: #5b21b6;
}

.practitioner-onboarding-page .po-profile-photo .acf-field-image {
	width: 100%;
}

.practitioner-onboarding-page .po-profile-photo .acf-field-image > .acf-label {
	display: none;
}

.practitioner-onboarding-page .po-profile-photo .po-profile-photo-upload-wrap {
	display: contents;
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader {
	width: 100%;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader .hide-if-value {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0 0;
	border: 0 !important;
	background: transparent !important;
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader .hide-if-value p {
	margin: 0;
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.5);
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader .hide-if-value .acf-button {
	background: var(--po-brand-500, #8b5cf6) !important;
	border-color: var(--po-brand-500, #8b5cf6) !important;
	color: #fff !important;
	padding: 0.5rem 1rem !important;
	border-radius: 0.75rem !important;
	font-weight: 600 !important;
	font-size: 0.8125rem !important;
	box-shadow: 0 6px 14px rgba(139, 92, 246, 0.28) !important;
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader.has-value .hide-if-value {
	display: none !important;
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader.has-value {
	background: #fff !important;
	border: 1px solid var(--po-brand-100, #ede9fe) !important;
	border-radius: 1rem !important;
	padding: 0.75rem !important;
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader.has-value .show-if-value {
	display: flex !important;
	align-items: center;
	gap: 0.85rem;
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader.has-value .image-wrap {
	flex: 0 0 auto;
	width: 4.25rem;
	height: 4.25rem;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(24, 24, 27, 0.08);
}

.practitioner-onboarding-page .po-profile-photo .acf-image-uploader.has-value img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.practitioner-onboarding-page .po-profile-photo-hint {
	margin: 0.75rem 0 0;
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.45);
	text-align: center;
}

/* Specialisation pills — works for both checkbox lists and Select2 multi-selects. */
.practitioner-onboarding-page .po-profile-specialisation > .acf-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.practitioner-onboarding-page .po-profile-specialisation .acf-input {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list li,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list label,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 0.45rem 0.85rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--po-brand-700, #6d28d9);
	background: #fff;
	border: 1px solid var(--po-brand-200, #ddd6fe);
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list label:hover,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list label:hover {
	background: rgba(245, 243, 255, 0.9);
}

.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list input[type="checkbox"],
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list label:has(input[type="checkbox"]:checked),
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list label:has(input[type="radio"]:checked),
.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list li:has(input[type="checkbox"]:checked) > label,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list li:has(input[type="radio"]:checked) > label,
.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list input[type="checkbox"]:checked + span,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list input[type="radio"]:checked + span {
	background: var(--po-brand-600, #7c3aed) !important;
	color: #fff !important;
	border-color: var(--po-brand-600, #7c3aed) !important;
	box-shadow: 0 6px 14px rgba(124, 58, 237, 0.28) !important;
}

.practitioner-onboarding-page .po-profile-specialisation .acf-checkbox-list label:has(input[type="checkbox"]:checked):hover,
.practitioner-onboarding-page .po-profile-specialisation .acf-radio-list label:has(input[type="radio"]:checked):hover {
	background: var(--po-brand-700, #6d28d9) !important;
	border-color: var(--po-brand-700, #6d28d9) !important;
	color: #fff !important;
}

/* Select2 multi pills */
.practitioner-onboarding-page .po-profile-specialisation .select2-container--default .select2-selection--multiple {
	background: #fff !important;
	border: 1px solid var(--po-brand-100, #ede9fe) !important;
	border-radius: 0.85rem !important;
	min-height: 3rem;
	padding: 0.35rem 0.5rem !important;
}

.practitioner-onboarding-page .po-profile-specialisation .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: var(--po-brand-600, #7c3aed) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	padding: 0.3rem 0.75rem !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	box-shadow: 0 6px 14px rgba(124, 58, 237, 0.24) !important;
}

.practitioner-onboarding-page .po-profile-specialisation .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: rgba(255, 255, 255, 0.75) !important;
	margin-right: 0.35rem;
}

/* Social links — combined platform + URL row + 4-col platform picker. */
.practitioner-onboarding-page .po-profile-socials {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-top: 0.5rem;
}

.practitioner-onboarding-page .po-profile-socials__label {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 24, 27, 0.5);
}

.practitioner-onboarding-page .po-profile-socials__list {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.practitioner-onboarding-page .po-social-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0.85rem;
	background: #fff;
	border: 1px solid var(--po-brand-100, #ede9fe);
	border-radius: 0.85rem;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.practitioner-onboarding-page .po-social-row:focus-within {
	border-color: var(--po-brand-400, #a78bfa);
	box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.22);
}

.practitioner-onboarding-page .po-social-row__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	color: var(--po-ink, #18181b);
	font-size: 0.95rem;
}

.practitioner-onboarding-page .po-social-row--instagram .po-social-row__icon {
	color: #d6249f;
}

.practitioner-onboarding-page .po-social-row--facebook .po-social-row__icon {
	color: #1877f2;
}

.practitioner-onboarding-page .po-social-row--tiktok .po-social-row__icon {
	color: #111827;
}

.practitioner-onboarding-page .po-social-row--website .po-social-row__icon {
	color: var(--po-brand-600, #7c3aed);
}

.practitioner-onboarding-page .po-social-row__platform {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--po-ink, #18181b);
}

.practitioner-onboarding-page .po-social-row__divider {
	flex: 0 0 auto;
	width: 1px;
	height: 1rem;
	background: var(--po-brand-100, #ede9fe);
}

.practitioner-onboarding-page .po-social-row__input {
	flex: 1 1 auto;
	min-width: 0;
}

.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-field {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-field > .acf-label {
	display: none !important;
}

.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input,
.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input > * {
	background: transparent !important;
}

.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input input,
.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input input[type="text"],
.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input input[type="url"],
.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input input[type="email"],
.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input input[type="tel"] {
	width: 100%;
	padding: 0.55rem 0 !important;
	font-size: 0.8125rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--po-ink, #18181b) !important;
}

.practitioner-onboarding-page .po-profile-stack .po-social-row__input .acf-input input:focus {
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.practitioner-onboarding-page .po-profile-socials__toggle {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--po-brand-600, #7c3aed);
	background: transparent;
	border: 0;
	cursor: pointer;
	transition: color 0.18s ease;
}

.practitioner-onboarding-page .po-profile-socials__toggle:hover {
	color: var(--po-brand-700, #6d28d9);
}

.practitioner-onboarding-page .po-profile-socials__toggle.is-open i::before {
	content: "\f068"; /* fa-minus */
}

.practitioner-onboarding-page .po-profile-platform-picker {
	margin-top: 0.5rem;
	padding: 0.85rem;
	background: rgba(245, 243, 255, 0.6);
	border: 1px solid var(--po-brand-100, #ede9fe);
	border-radius: 0.85rem;
	animation: po-platform-picker-in 0.18s ease both;
}

@keyframes po-platform-picker-in {
	from { opacity: 0; transform: translateY(-6px); }
	to   { opacity: 1; transform: translateY(0); }
}

.practitioner-onboarding-page .po-profile-platform-picker__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.practitioner-onboarding-page .po-profile-platform-picker__title {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(24, 24, 27, 0.5);
}

.practitioner-onboarding-page .po-profile-platform-picker__cancel {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(161, 161, 170, 0.85);
	transition: color 0.18s ease;
}

.practitioner-onboarding-page .po-profile-platform-picker__cancel:hover {
	color: rgba(82, 82, 91, 1);
}

.practitioner-onboarding-page .po-profile-platform-picker__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.5rem;
}

.practitioner-onboarding-page .po-profile-platform-pill {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.6rem 0.4rem;
	background: #fff;
	border: 1px solid var(--po-brand-100, #ede9fe);
	border-radius: 0.85rem;
	cursor: pointer;
	transition: transform 0.12s ease, border-color 0.18s ease, background 0.18s ease;
}

.practitioner-onboarding-page .po-profile-platform-pill:hover {
	border-color: var(--po-brand-400, #a78bfa);
	background: rgba(245, 243, 255, 0.9);
}

.practitioner-onboarding-page .po-profile-platform-pill:active {
	transform: scale(0.96);
}

.practitioner-onboarding-page .po-profile-platform-pill i {
	font-size: 1rem;
	color: var(--po-ink, #18181b);
}

.practitioner-onboarding-page .po-profile-platform-pill span {
	font-size: 0.625rem;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.65);
	line-height: 1.1;
	text-align: center;
}

/* About me textarea stretches the full width within the profile card. */
.practitioner-onboarding-page .po-profile-about textarea {
	min-height: 7.5rem;
}

@media (min-width: 768px) {
	.practitioner-onboarding-page .po-profile-about textarea {
		min-height: 9rem;
	}
}

/* ---------------------------------------------------------------------------
   Practitioner onboarding — "Profile ready" / not-live-yet success step
   --------------------------------------------------------------------------- */

.practitioner-onboarding-page.po-step-finished .glass-panel.po-panel::before,
.practitioner-onboarding-page .po-success-state .glass-panel.po-panel::before {
	display: none !important;
}

.practitioner-onboarding-page .po-success-state {
	display: flex;
	justify-content: center;
	padding: 1rem 1rem 2.5rem;
}

.practitioner-onboarding-page .po-success {
	width: 100%;
	max-width: 30rem;
	margin: 0 auto;
	padding: 0.25rem 0 0;
	text-align: center;
}

/* Status badge — "Not live yet" / "Live" */
@keyframes po-success-badge-in {
	0%   { transform: scale(0.85); opacity: 0; }
	60%  { transform: scale(1.04); opacity: 1; }
	100% { transform: scale(1); opacity: 1; }
}

@keyframes po-success-dot-pulse {
	0%, 100% { opacity: 0.55; transform: scale(1); }
	50%      { opacity: 1;    transform: scale(1.25); }
}

.practitioner-onboarding-page .po-success-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 auto 1.25rem;
	padding: 0.25rem 0.75rem;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 999px;
	animation: po-success-badge-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.practitioner-onboarding-page .po-success-badge__dot {
	display: inline-block;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 999px;
	background: #f59e0b;
	animation: po-success-dot-pulse 1.6s ease-in-out infinite;
}

.practitioner-onboarding-page .po-success-badge__text {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b45309;
}

.practitioner-onboarding-page .po-success-badge--live {
	background: #ecfdf5;
	border-color: #a7f3d0;
}

.practitioner-onboarding-page .po-success-badge--live .po-success-badge__dot {
	background: #10b981;
}

.practitioner-onboarding-page .po-success-badge--live .po-success-badge__text {
	color: #047857;
}

/* Hero illustration — gradient tile with sparkles icon and floating accents */
@keyframes po-success-hero-in {
	0%   { transform: scale(0) rotate(-180deg); opacity: 0; }
	70%  { transform: scale(1.05) rotate(6deg); opacity: 1; }
	100% { transform: scale(1) rotate(0); opacity: 1; }
}

@keyframes po-success-sparkle-a {
	0%, 100% { transform: translateY(0); opacity: 0.6; }
	50%      { transform: translateY(-6px); opacity: 1; }
}

@keyframes po-success-sparkle-b {
	0%, 100% { transform: translateY(0); opacity: 0.5; }
	50%      { transform: translateY(-4px); opacity: 1; }
}

.practitioner-onboarding-page .po-success-hero {
	position: relative;
	width: 6rem;
	height: 6rem;
	margin: 0 auto 1.5rem;
	animation: po-success-hero-in 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.practitioner-onboarding-page .po-success-hero__tile {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.75rem;
	background: linear-gradient(135deg, var(--po-brand-400, #a78bfa), var(--po-brand-500, #8b5cf6) 55%, #f472b6);
	box-shadow: 0 18px 36px rgba(139, 92, 246, 0.3);
	color: #fff;
}

.practitioner-onboarding-page .po-success-hero__tile i {
	font-size: 2.1rem;
	line-height: 1;
}

.practitioner-onboarding-page .po-success-hero__sparkle {
	position: absolute;
	color: #f472b6;
	font-size: 1.1rem;
	line-height: 1;
	pointer-events: none;
}

.practitioner-onboarding-page .po-success-hero__sparkle--tr {
	top: -0.35rem;
	right: -0.35rem;
	animation: po-success-sparkle-a 2s ease-in-out infinite;
}

.practitioner-onboarding-page .po-success-hero__sparkle--bl {
	bottom: -0.35rem;
	left: -0.65rem;
	color: var(--po-brand-400, #a78bfa);
	font-size: 0.95rem;
	animation: po-success-sparkle-b 2.5s ease-in-out infinite;
	animation-delay: 0.3s;
}

.practitioner-onboarding-page .po-success-title {
	margin: 0 0 0.5rem;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--po-ink, #18181b);
	line-height: 1.15;
}

.practitioner-onboarding-page .po-success-subtitle {
	margin: 0 auto 2rem;
	max-width: 19rem;
	font-size: 0.875rem;
	color: rgba(24, 24, 27, 0.65);
	line-height: 1.55;
}

/* Section heading shared by "To go live" and "Setup complete" */
.practitioner-onboarding-page .po-success-required__head,
.practitioner-onboarding-page .po-success-complete__head {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	padding: 0 0.25rem;
}

.practitioner-onboarding-page .po-success-required__icon,
.practitioner-onboarding-page .po-success-complete__icon {
	font-size: 0.85rem;
}

.practitioner-onboarding-page .po-success-required__title,
.practitioner-onboarding-page .po-success-complete__title {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.practitioner-onboarding-page .po-success-required__count,
.practitioner-onboarding-page .po-success-complete__count {
	margin-left: auto;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* "To go live" — amber accent + required action cards */
.practitioner-onboarding-page .po-success-required {
	margin: 0 0 1.5rem;
	text-align: left;
}

.practitioner-onboarding-page .po-success-required__icon {
	color: #d97706;
}

.practitioner-onboarding-page .po-success-required__title {
	color: #b45309;
}

.practitioner-onboarding-page .po-success-required__count {
	color: rgba(217, 119, 6, 0.7);
}

.practitioner-onboarding-page .po-success-required__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.practitioner-onboarding-page .po-success-action {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid var(--po-brand-200, #ddd6fe);
	border-radius: 1rem;
	box-shadow: 0 4px 14px rgba(24, 24, 27, 0.05);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.practitioner-onboarding-page .po-success-action:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(24, 24, 27, 0.08);
	border-color: var(--po-brand-400, #a78bfa);
	color: inherit;
	text-decoration: none;
}

.practitioner-onboarding-page .po-success-action:active {
	transform: scale(0.99);
}

.practitioner-onboarding-page .po-success-action__bar {
	display: block;
	height: 4px;
	background: linear-gradient(90deg, var(--po-brand-400, #a78bfa), #f472b6);
}

.practitioner-onboarding-page .po-success-action--payments .po-success-action__bar {
	background: linear-gradient(90deg, #a78bfa, #e879f9);
}

.practitioner-onboarding-page .po-success-action__body {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 1rem;
}

.practitioner-onboarding-page .po-success-action__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.85rem;
	color: #fff;
	flex-shrink: 0;
	background: linear-gradient(135deg, var(--po-brand-400, #a78bfa), var(--po-brand-600, #7c3aed));
	box-shadow: 0 8px 16px rgba(139, 92, 246, 0.2);
}

.practitioner-onboarding-page .po-success-action--payments .po-success-action__icon {
	background: linear-gradient(135deg, #8b5cf6, #d946ef);
	box-shadow: 0 8px 16px rgba(139, 92, 246, 0.2);
}

.practitioner-onboarding-page .po-success-action__icon i {
	font-size: 1.05rem;
}

.practitioner-onboarding-page .po-success-action__content {
	flex: 1 1 auto;
	min-width: 0;
}

.practitioner-onboarding-page .po-success-action__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.practitioner-onboarding-page .po-success-action__title {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--po-ink, #18181b);
}

.practitioner-onboarding-page .po-success-action__badge {
	padding: 0.1rem 0.4rem;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b45309;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 0.35rem;
}

.practitioner-onboarding-page .po-success-action__desc {
	margin: 0.15rem 0 0;
	font-size: 0.75rem;
	line-height: 1.55;
	color: rgba(24, 24, 27, 0.55);
}

.practitioner-onboarding-page .po-success-action__arrow {
	margin-top: 0.65rem;
	font-size: 0.85rem;
	color: var(--po-brand-400, #a78bfa);
	flex-shrink: 0;
	transition: transform 0.18s ease;
}

.practitioner-onboarding-page .po-success-action:hover .po-success-action__arrow {
	transform: translateX(2px);
}

/* "Setup complete" — emerald accent + 2-column grid of done items */
.practitioner-onboarding-page .po-success-complete {
	margin: 0 0 1.5rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(221, 214, 254, 0.5);
	border-radius: 1.25rem;
	text-align: left;
}

.practitioner-onboarding-page .po-success-complete__icon {
	color: #10b981;
}

.practitioner-onboarding-page .po-success-complete__title {
	color: #047857;
}

.practitioner-onboarding-page .po-success-complete__count {
	color: rgba(5, 150, 105, 0.7);
}

.practitioner-onboarding-page .po-success-complete__grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.4rem 0.75rem;
}

.practitioner-onboarding-page .po-success-complete__item {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	min-width: 0;
}

.practitioner-onboarding-page .po-success-complete__item i {
	font-size: 0.75rem;
	color: #10b981;
	flex-shrink: 0;
}

.practitioner-onboarding-page .po-success-complete__item span {
	font-size: 0.75rem;
	font-weight: 500;
	color: rgba(24, 24, 27, 0.65);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Hint banner */
.practitioner-onboarding-page .po-success-hint {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 0 1.5rem;
	padding: 0.75rem;
	background: rgba(245, 243, 255, 0.55);
	border: 1px solid var(--po-brand-100, #ede9fe);
	border-radius: 0.85rem;
	text-align: left;
}

.practitioner-onboarding-page .po-success-hint__icon {
	margin-top: 0.2rem;
	font-size: 0.85rem;
	color: var(--po-brand-500, #8b5cf6);
	flex-shrink: 0;
}

.practitioner-onboarding-page .po-success-hint__text {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.55;
	color: rgba(24, 24, 27, 0.6);
}

/* Secondary "Skip for now" / "Go to Dashboard" button */
.practitioner-onboarding-page .po-success-skip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	padding: 0.9rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--po-brand-700, #6d28d9);
	background: #fff;
	border: 1px solid var(--po-brand-200, #ddd6fe);
	border-radius: 0.85rem;
	box-shadow: 0 3px 10px rgba(24, 24, 27, 0.04);
	text-decoration: none;
	transition: background 0.18s ease, transform 0.12s ease, border-color 0.18s ease;
}

.practitioner-onboarding-page .po-success-skip:hover {
	background: rgba(245, 243, 255, 0.85);
	color: var(--po-brand-700, #6d28d9);
	text-decoration: none;
	border-color: var(--po-brand-400, #a78bfa);
}

.practitioner-onboarding-page .po-success-skip:active {
	transform: scale(0.98);
}

.practitioner-onboarding-page .po-success-skip i {
	font-size: 0.8rem;
}

/* ──────────────────────────────────────────────────────────────
 * Practitioner Prescribers — modern light glass design
 * (replaces legacy `.prescribers-tabs` / `.prescriber-card` /
 *  `.requests-table` / `.req-card` styles previously inlined
 *  inside pages/practitioner-prescribers.php).
 *
 * Scope: .practitioner-prescribers-page (page-level), plus
 * .ppm-modal (modal is positioned at <body> and can be portaled
 * outside the scope, so its own styles aren't nested).
 * ────────────────────────────────────────────────────────────── */

.practitioner-prescribers-page {
	--ppm-brand-50: #f5f3ff;
	--ppm-brand-100: #ede9fe;
	--ppm-brand-200: #ddd6fe;
	--ppm-brand-300: #c4b5fd;
	--ppm-brand-400: #a78bfa;
	--ppm-brand-500: #8b5cf6;
	--ppm-brand-600: #7c3aed;
	--ppm-brand-700: #6d28d9;
	--ppm-pink: #ec4899;
	--ppm-ink: #18181b;
	--ppm-ink-soft: #3f3f46;
	--ppm-ink-muted: #71717a;
	--ppm-zinc-100: #f4f4f5;
	--ppm-zinc-200: #e4e4e7;
	--ppm-zinc-300: #d4d4d8;
	--ppm-zinc-400: #a1a1aa;
	--ppm-zinc-600: #52525b;
	--ppm-emerald-50: #ecfdf5;
	--ppm-emerald-200: #a7f3d0;
	--ppm-emerald-700: #047857;
	--ppm-amber-50: #fffbeb;
	--ppm-amber-200: #fde68a;
	--ppm-amber-700: #b45309;
	--ppm-red-50: #fef2f2;
	--ppm-red-200: #fecaca;
	--ppm-red-700: #b91c1c;
}

/* Shell — transparent layout wrapper inside .pfo-page__content
 * (.pfo-page itself now supplies the glass surface, glow and rounded
 * border for this page — see the shared finance/dashboard layout). */
.practitioner-prescribers-page .ppm-shell {
	position: relative;
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

/* Tighten the shared .pfo-page__header-inner spacer for this page —
 * we don't need the default 34px top padding since the hero sits in
 * .pfo-page__content. */
.practitioner-prescribers-page .ppm-page__header-spacer {
	padding: 0;
	min-height: 8px;
}

.practitioner-prescribers-page .ppm-page__content {
	padding-top: 18px;
}

/* Hero */
.practitioner-prescribers-page .ppm-hero {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.practitioner-prescribers-page .ppm-hero__icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--ppm-brand-400), var(--ppm-brand-600));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	box-shadow: 0 8px 18px rgba(124, 58, 237, 0.25);
	flex-shrink: 0;
}

.practitioner-prescribers-page .ppm-hero__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--ppm-ink);
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.practitioner-prescribers-page .ppm-hero__subtitle {
	margin: 4px 0 0;
	font-size: 0.8125rem;
	color: var(--ppm-ink-muted);
}

/* Tabs — pill container with active gradient */
.practitioner-prescribers-page .ppm-tabs {
	display: flex;
	gap: 4px;
	padding: 4px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid var(--ppm-brand-100);
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(15, 15, 18, 0.03);
}

.practitioner-prescribers-page .ppm-tab {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	color: rgba(24, 24, 27, 0.65);
	font-size: 0.8125rem;
	font-weight: 600;
	border-radius: 14px;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}

.practitioner-prescribers-page .ppm-tab:hover {
	color: var(--ppm-ink);
}

.practitioner-prescribers-page .ppm-tab.is-active {
	background: linear-gradient(135deg, var(--ppm-brand-500), var(--ppm-brand-700));
	color: #fff;
	box-shadow: 0 6px 18px rgba(124, 58, 237, 0.28);
}

.practitioner-prescribers-page .ppm-tab__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 18px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--ppm-brand-100);
	color: var(--ppm-brand-700);
	font-size: 0.625rem;
	font-weight: 800;
	line-height: 1;
}

.practitioner-prescribers-page .ppm-tab.is-active .ppm-tab__count {
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}

/* Search */
.practitioner-prescribers-page .ppm-search {
	position: relative;
	margin-bottom: 14px;
}

.practitioner-prescribers-page .ppm-search__icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--ppm-brand-400);
	font-size: 0.85rem;
	pointer-events: none;
}

.practitioner-prescribers-page .ppm-search__input {
	width: 100%;
	padding: 10px 40px 10px 38px;
	border-radius: 14px;
	border: 1px solid var(--ppm-brand-100);
	background: #fff;
	font-size: 0.8438rem;
	color: var(--ppm-ink);
	box-shadow: 0 1px 3px rgba(15, 15, 18, 0.03);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.practitioner-prescribers-page .ppm-search__input::placeholder {
	color: var(--ppm-zinc-400);
}

.practitioner-prescribers-page .ppm-search__input:focus {
	outline: 0;
	border-color: var(--ppm-brand-400);
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

.practitioner-prescribers-page .ppm-search__clear {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 0;
	background: var(--ppm-zinc-200);
	color: var(--ppm-ink-muted);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	transition: background 0.18s ease, color 0.18s ease;
}

.practitioner-prescribers-page .ppm-search__clear:hover {
	background: var(--ppm-zinc-300);
	color: var(--ppm-ink);
}

/* Panels & list */
.practitioner-prescribers-page .ppm-panel__meta {
	margin: 4px 0 14px;
	padding: 0 4px;
	font-size: 0.75rem;
	color: var(--ppm-ink-muted);
}

.practitioner-prescribers-page .ppm-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* Prescriber card (Current tab) */
.practitioner-prescribers-page .ppm-card {
	background: #fff;
	border: 1px solid rgba(237, 233, 254, 0.7);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(15, 15, 18, 0.04);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.practitioner-prescribers-page .ppm-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 15, 18, 0.08);
}

.practitioner-prescribers-page .ppm-card__stripe {
	height: 4px;
	background: linear-gradient(90deg, var(--ppm-brand-400), var(--ppm-brand-500), var(--ppm-pink));
}

.practitioner-prescribers-page .ppm-card__body {
	padding: 20px;
}

.practitioner-prescribers-page .ppm-card__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

.practitioner-prescribers-page .ppm-card__head-text {
	min-width: 0;
	flex: 1;
}

.practitioner-prescribers-page .ppm-card__name {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--ppm-ink);
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.practitioner-prescribers-page .ppm-card__role {
	margin: 4px 0 0;
	font-size: 0.8125rem;
	color: var(--ppm-ink-muted);
}

.practitioner-prescribers-page .ppm-card__role-meta {
	color: var(--ppm-zinc-400);
	margin-left: 2px;
}

.practitioner-prescribers-page .ppm-card__rows {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.practitioner-prescribers-page .ppm-card__row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.8125rem;
	color: var(--ppm-ink-soft);
}

.practitioner-prescribers-page .ppm-card__row i {
	color: var(--ppm-brand-400);
	width: 16px;
	text-align: center;
	flex-shrink: 0;
	font-size: 0.875rem;
}

.practitioner-prescribers-page .ppm-card__row strong {
	color: var(--ppm-ink);
	font-weight: 600;
}

/* Avatars (gradient with initials) */
.practitioner-prescribers-page .ppm-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--ppm-brand-400), var(--ppm-brand-600));
	color: #fff;
	font-weight: 600;
	flex-shrink: 0;
	text-transform: uppercase;
	box-shadow: 0 6px 14px rgba(124, 58, 237, 0.18);
	letter-spacing: 0.02em;
}

.practitioner-prescribers-page .ppm-avatar--lg {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	font-size: 1.0625rem;
}

.practitioner-prescribers-page .ppm-avatar--sm {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	font-size: 0.8125rem;
}

/* Verified pill */
.practitioner-prescribers-page .ppm-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 2px 8px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	line-height: 1.5;
}

.practitioner-prescribers-page .ppm-pill--verified {
	background: var(--ppm-emerald-50);
	color: var(--ppm-emerald-700);
	border-color: var(--ppm-emerald-200);
}

.practitioner-prescribers-page .ppm-pill--verified i {
	font-size: 0.7rem;
}

/* Buttons (shared) */
.practitioner-prescribers-page .ppm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 14px;
	border: 0;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease, opacity 0.18s ease;
	text-decoration: none;
	line-height: 1.2;
}

.practitioner-prescribers-page .ppm-btn--block {
	width: 100%;
}

.practitioner-prescribers-page .ppm-btn--gradient {
	background: linear-gradient(135deg, var(--ppm-brand-500), var(--ppm-brand-700));
	color: #fff;
	box-shadow: 0 8px 22px rgba(124, 58, 237, 0.28);
	padding: 12px 18px;
}

.practitioner-prescribers-page .ppm-btn--gradient:hover {
	box-shadow: 0 12px 28px rgba(124, 58, 237, 0.34);
	transform: translateY(-1px);
}

.practitioner-prescribers-page .ppm-btn--gradient:active {
	transform: translateY(0) scale(0.98);
}

.practitioner-prescribers-page .ppm-btn--gradient:disabled {
	background: var(--ppm-zinc-100);
	color: var(--ppm-zinc-400);
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.practitioner-prescribers-page .ppm-btn--gradient.is-sent {
	background: var(--ppm-emerald-50);
	color: var(--ppm-emerald-700);
	box-shadow: none;
	cursor: default;
}

.practitioner-prescribers-page .ppm-btn--ghost {
	background: #fff;
	color: var(--ppm-ink);
	border: 1px solid var(--ppm-zinc-200);
	padding: 12px 18px;
}

.practitioner-prescribers-page .ppm-btn--ghost:hover {
	background: var(--ppm-zinc-100);
}

.practitioner-prescribers-page .ppm-btn--ghost:active {
	transform: scale(0.98);
}

/* Request card (Requests tab) */
.practitioner-prescribers-page .ppm-req {
	background: #fff;
	border: 1px solid rgba(237, 233, 254, 0.7);
	border-radius: 18px;
	padding: 14px 16px;
	box-shadow: 0 2px 10px rgba(15, 15, 18, 0.03);
}

.practitioner-prescribers-page .ppm-req__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.practitioner-prescribers-page .ppm-req__head {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1;
}

.practitioner-prescribers-page .ppm-req__title {
	min-width: 0;
	flex: 1;
}

.practitioner-prescribers-page .ppm-req__name {
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ppm-ink);
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.practitioner-prescribers-page a.ppm-req__name:hover {
	color: var(--ppm-brand-700);
	text-decoration: underline;
}

.practitioner-prescribers-page .ppm-req__reason {
	margin: 2px 0 0;
	font-size: 0.7188rem;
	color: var(--ppm-ink-muted);
}

.practitioner-prescribers-page .ppm-req__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding-top: 12px;
	border-top: 1px solid var(--ppm-zinc-100);
}

.practitioner-prescribers-page .ppm-req__date {
	font-size: 0.6875rem;
	color: var(--ppm-ink-muted);
	line-height: 1.35;
}

.practitioner-prescribers-page .ppm-req__date-label {
	display: block;
	font-size: 0.5625rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(24, 24, 27, 0.4);
	margin-bottom: 2px;
}

.practitioner-prescribers-page .ppm-req__date-value {
	color: var(--ppm-ink-soft);
	font-weight: 500;
}

.practitioner-prescribers-page .ppm-req__actions {
	display: flex;
	gap: 6px;
	flex-shrink: 0;
}

/* Icon buttons */
.practitioner-prescribers-page .ppm-icon-btn {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	border: 0;
	background: var(--ppm-zinc-100);
	color: var(--ppm-ink-muted);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.practitioner-prescribers-page .ppm-icon-btn:hover {
	background: var(--ppm-brand-50);
	color: var(--ppm-brand-700);
}

.practitioner-prescribers-page .ppm-icon-btn:active {
	transform: scale(0.94);
}

.practitioner-prescribers-page .ppm-icon-btn--danger:hover {
	background: var(--ppm-red-50);
	color: var(--ppm-red-700);
}

/* Status badges (request rows) */
.practitioner-prescribers-page .ppm-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 9px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-size: 0.625rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	white-space: nowrap;
	flex-shrink: 0;
	line-height: 1.5;
}

.practitioner-prescribers-page .ppm-status__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	flex-shrink: 0;
	opacity: 0.85;
}

.practitioner-prescribers-page .ppm-status--approved,
.practitioner-prescribers-page .ppm-status--active {
	background: var(--ppm-emerald-50);
	color: var(--ppm-emerald-700);
	border-color: var(--ppm-emerald-200);
}

.practitioner-prescribers-page .ppm-status--requested {
	background: var(--ppm-amber-50);
	color: var(--ppm-amber-700);
	border-color: var(--ppm-amber-200);
}

.practitioner-prescribers-page .ppm-status--terminated,
.practitioner-prescribers-page .ppm-status--suspended {
	background: var(--ppm-zinc-100);
	color: var(--ppm-zinc-600);
	border-color: var(--ppm-zinc-200);
}

/* Empty states */
.practitioner-prescribers-page .ppm-empty {
	text-align: center;
	padding: 36px 16px;
}

.practitioner-prescribers-page .ppm-empty__icon {
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: var(--ppm-brand-50);
	color: var(--ppm-brand-300);
	margin: 0 auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}

.practitioner-prescribers-page .ppm-empty__title {
	margin: 0 0 4px;
	font-size: 0.9375rem;
	font-weight: 600;
	color: rgba(24, 24, 27, 0.7);
}

.practitioner-prescribers-page .ppm-empty__text {
	margin: 0;
	font-size: 0.75rem;
	color: rgba(24, 24, 27, 0.5);
}

/* Modal (bottom-sheet, portable so not nested under page scope) */
.ppm-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

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

.ppm-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 0.22s ease;
	pointer-events: auto;
}

.ppm-modal.is-open .ppm-modal__backdrop {
	opacity: 1;
}

.ppm-modal__sheet {
	position: relative;
	width: 100%;
	max-width: 28rem;
	background: #fff;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -20px 60px rgba(15, 15, 18, 0.22);
	transform: translateY(40px) scale(0.97);
	opacity: 0;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease;
	pointer-events: auto;
	overflow: hidden;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}

.ppm-modal.is-open .ppm-modal__sheet {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.ppm-modal__handle {
	width: 40px;
	height: 4px;
	border-radius: 999px;
	background: #d4d4d8;
	margin: 12px auto 4px;
	flex-shrink: 0;
}

.ppm-modal__stripe {
	height: 4px;
	background: linear-gradient(90deg, #a78bfa, #8b5cf6, #ec4899);
	flex-shrink: 0;
}

.ppm-modal__body {
	padding: 24px 24px calc(24px + env(safe-area-inset-bottom, 0px));
	overflow-y: auto;
	flex: 1;
}

.ppm-modal__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 20px;
}

.ppm-modal__head-left {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	flex: 1;
}

.ppm-modal__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(135deg, #a78bfa, #7c3aed);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.05rem;
	box-shadow: 0 8px 18px rgba(124, 58, 237, 0.25);
	flex-shrink: 0;
}

.ppm-modal__head-text {
	min-width: 0;
}

.ppm-modal__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #18181b;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.ppm-modal__subtitle {
	margin: 4px 0 0;
	font-size: 0.7188rem;
	color: rgba(24, 24, 27, 0.6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ppm-modal__close {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 0;
	background: #f4f4f5;
	color: #71717a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.18s ease, color 0.18s ease;
	flex-shrink: 0;
}

.ppm-modal__close:hover {
	background: #e4e4e7;
	color: #18181b;
}

.ppm-modal__desc {
	margin: 0 0 20px;
	font-size: 0.78125rem;
	color: rgba(24, 24, 27, 0.6);
	line-height: 1.55;
}

.ppm-modal__form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ppm-modal__actions {
	display: flex;
	gap: 12px;
	margin-top: 6px;
}

.ppm-modal__actions .ppm-btn--ghost {
	flex: 0 0 auto;
}

.ppm-modal__actions .ppm-btn--gradient {
	flex: 1;
}

/* Modal — buttons (shadowed inside .ppm-modal so they pick up styles even outside .practitioner-prescribers-page scope) */
.ppm-modal .ppm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 14px;
	border: 0;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease, opacity 0.18s ease;
	line-height: 1.2;
}

.ppm-modal .ppm-btn--gradient {
	background: linear-gradient(135deg, #8b5cf6, #6d28d9);
	color: #fff;
	box-shadow: 0 8px 22px rgba(124, 58, 237, 0.28);
}

.ppm-modal .ppm-btn--gradient:hover {
	box-shadow: 0 12px 28px rgba(124, 58, 237, 0.34);
	transform: translateY(-1px);
}

.ppm-modal .ppm-btn--gradient:active {
	transform: translateY(0) scale(0.98);
}

.ppm-modal .ppm-btn--gradient:disabled {
	background: #f4f4f5;
	color: #a1a1aa;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.ppm-modal .ppm-btn--ghost {
	background: #fff;
	color: #18181b;
	border: 1px solid #e4e4e7;
}

.ppm-modal .ppm-btn--ghost:hover {
	background: #f4f4f5;
}

/* Modal form fields */
.ppm-field {
	display: flex;
	flex-direction: column;
}

.ppm-field__label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(24, 24, 27, 0.5);
	margin-bottom: 6px;
}

.ppm-field__req {
	color: #ec4899;
	margin-left: 2px;
}

.ppm-field__select-wrap {
	position: relative;
}

.ppm-field__select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 12px 36px 12px 14px;
	border-radius: 14px;
	border: 1px solid #ede9fe;
	background: #fff;
	color: #18181b;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1.3;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ppm-field__select:focus {
	outline: 0;
	border-color: #a78bfa;
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

.ppm-field__select-icon {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #a78bfa;
	font-size: 0.7rem;
	pointer-events: none;
}

.ppm-field__textarea {
	width: 100%;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid #ede9fe;
	background: #fff;
	color: #18181b;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1.55;
	resize: vertical;
	min-height: 110px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ppm-field__textarea::placeholder {
	color: #d4d4d8;
}

.ppm-field__textarea:focus {
	outline: 0;
	border-color: #a78bfa;
	box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25);
}

/* Responsive */
@media (max-width: 720px) {
	.practitioner-prescribers-page .ppm-page__content {
		padding-top: 12px;
	}
	.practitioner-prescribers-page .ppm-hero__title {
		font-size: 1.125rem;
	}
	.practitioner-prescribers-page .ppm-card__body {
		padding: 18px;
	}
}

@media (max-width: 480px) {
	.ppm-modal__actions {
		flex-direction: column-reverse;
	}
	.ppm-modal__actions .ppm-btn--ghost,
	.ppm-modal__actions .ppm-btn--gradient,
	.ppm-modal__actions .ppm-btn--danger {
		width: 100%;
	}
}

/* Avatar — image variant (clip <img> to rounded shape) */
.practitioner-prescribers-page .ppm-avatar--photo,
.ppm-modal .ppm-avatar--photo {
	overflow: hidden;
	background: #f4f4f5;
	padding: 0;
}

.practitioner-prescribers-page .ppm-avatar--photo img,
.ppm-modal .ppm-avatar--photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: inherit;
}

/* Medium avatar — used in the View sheet prescriber card */
.practitioner-prescribers-page .ppm-avatar--md,
.ppm-modal .ppm-avatar--md {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	font-size: 0.9375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #a78bfa, #7c3aed);
	color: #fff;
	font-weight: 600;
	flex-shrink: 0;
	box-shadow: 0 6px 14px rgba(124, 58, 237, 0.18);
}

/* Collapse the head gap when no avatar is rendered */
.practitioner-prescribers-page .ppm-card__head--no-avatar {
	gap: 0;
}

.practitioner-prescribers-page .ppm-req__head--no-avatar {
	gap: 0;
}

/* Danger button (used in cancel confirmation sheet) */
.practitioner-prescribers-page .ppm-btn--danger,
.ppm-modal .ppm-btn--danger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 14px;
	border: 0;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.2;
	flex: 1;
	background: linear-gradient(135deg, #ef4444, #b91c1c);
	color: #fff;
	box-shadow: 0 8px 22px rgba(239, 68, 68, 0.28);
	transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease, opacity 0.18s ease;
}

.ppm-modal .ppm-btn--danger:hover {
	box-shadow: 0 12px 28px rgba(239, 68, 68, 0.34);
	transform: translateY(-1px);
}

.ppm-modal .ppm-btn--danger:active {
	transform: translateY(0) scale(0.98);
}

.ppm-modal .ppm-btn--danger:disabled {
	background: #f4f4f5;
	color: #a1a1aa;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

/* Danger variants — modal head icon + accent stripe */
.ppm-modal__icon--danger {
	background: linear-gradient(135deg, #f87171, #b91c1c);
	box-shadow: 0 8px 18px rgba(239, 68, 68, 0.28);
}

.ppm-modal__stripe--danger {
	background: linear-gradient(90deg, #f87171, #ef4444, #b91c1c);
}

/* Compact sheet variant — used for short confirms like cancel */
.ppm-modal__sheet--compact {
	max-width: 24rem;
}

/* View sheet content (.ppm-view) */
.ppm-view {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 4px;
}

.ppm-view__status-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: #f4f4f5;
	border-radius: 12px;
}

.ppm-view__label {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(24, 24, 27, 0.55);
}

.ppm-view__prescriber-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	background: #f5f3ff;
	border: 1px solid #ede9fe;
	border-radius: 14px;
}

.ppm-view__prescriber-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	flex: 1;
}

.ppm-view__prescriber-name {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #18181b;
	line-height: 1.2;
}

.ppm-view__prescriber-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8125rem;
	color: #6d28d9;
	text-decoration: none;
	transition: color 0.18s ease;
}

.ppm-view__prescriber-link i {
	color: #a78bfa;
	width: 14px;
	text-align: center;
	font-size: 0.75rem;
}

.ppm-view__prescriber-link:hover {
	color: #5b21b6;
	text-decoration: underline;
}

.ppm-view__prescriber-link span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ppm-view__rows {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px;
	border-top: 1px solid #f4f4f5;
	border-bottom: 1px solid #f4f4f5;
	padding: 12px 0;
}

.ppm-view__row {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 12px;
	align-items: baseline;
}

.ppm-view__row dt {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(24, 24, 27, 0.45);
}

.ppm-view__row dd {
	margin: 0;
	font-size: 0.8438rem;
	color: #3f3f46;
	font-weight: 500;
}

.ppm-view__notes {
	padding: 12px 14px;
	background: #f4f4f5;
	border-radius: 12px;
	border: 1px solid #e4e4e7;
}

.ppm-view__notes--accent {
	background: #faf5ff;
	border-color: #ede9fe;
}

.ppm-view__notes--warning {
	background: #fffbeb;
	border-color: #fde68a;
}

.ppm-view__notes--warning .ppm-view__notes-label {
	color: #b45309;
}

.ppm-view__notes--warning .ppm-view__notes-label i {
	color: #d97706;
	margin-right: 4px;
}

.ppm-view__notes-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(24, 24, 27, 0.55);
	margin-bottom: 4px;
}

.ppm-view__notes-text {
	margin: 0;
	font-size: 0.8125rem;
	color: #3f3f46;
	line-height: 1.55;
	white-space: pre-wrap;
	word-break: break-word;
}

@media (max-width: 480px) {
	.ppm-view__row {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

/* =============================================================
 * Prescriber Dashboard (.prescriber-dashboard-page)
 * Mobile-first centered narrow column matching the React design.
 * Includes slide-up bottom-sheet modal pattern from style-guide-modals.php.
 * ============================================================= */

.prescriber-dashboard-page *,
.prescriber-dashboard-page *::before,
.prescriber-dashboard-page *::after,
.pd-sheet *,
.pd-sheet *::before,
.pd-sheet *::after {
	box-sizing: border-box;
}

.prescriber-dashboard-page {
	--pd-brand-50:  #faf5ff;
	--pd-brand-100: #f3e8ff;
	--pd-brand-200: #e9d5ff;
	--pd-brand-300: #d8b4fe;
	--pd-brand-400: #a78bfa;
	--pd-brand-500: #8b5cf6;
	--pd-brand-600: #7c3aed;
	--pd-brand-700: #6d28d9;
	--pd-pink:      #ec4899;
	--pd-ink:       #18181b;
	--pd-ink-soft:  #3f3f46;
	--pd-ink-mute:  #71717a;
	--pd-zinc-100:  #f4f4f5;
	--pd-zinc-200:  #e4e4e7;
	--pd-zinc-300:  #d4d4d8;
	--pd-amber-50:  #fffbeb;
	--pd-amber-100: #fef3c7;
	--pd-amber-200: #fde68a;
	--pd-amber-600: #d97706;
	--pd-amber-700: #b45309;
	--pd-amber-900: #78350f;
	--pd-emerald-400: #34d399;
	--pd-emerald-600: #059669;
}

.pd-page-wrap.prescriber-dashboard-page {
	background: linear-gradient(180deg, #ffffff 0%, var(--pd-brand-50) 50%, #fdf2f8 100%);
	min-height: 100vh;
}

/* Match home template: hide default theme masthead so only hp-header shows */
body.prescriber-dashboard-template header#masthead {
	display: none !important;
}

body.prescriber-dashboard-template #content.site-content,
body.prescriber-dashboard-template .site-content {
	padding-top: 0;
}

.pd-page {
	position: relative;
	padding: 0 16px 48px;
}

.pd-shell {
	position: relative;
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

/* Header: same shell as home.php (hp-page + hp-hero-wrap around home-header) */
.prescriber-dashboard-page .pd-header-wrap .hp-page {
	margin: 0;
}

.prescriber-dashboard-page .pd-header-wrap .hp-hero-wrap {
	position: relative;
}

/* ---- Hero profile card ---- */
.pd-hero {
	margin: 16px 0 0;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--pd-brand-100) 60%, transparent);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.pd-prescriber-nav + .pd-hero-card-wrap .pd-hero {
	margin-top: 0;
}

.pd-hero__stripe {
	height: 4px;
	background: linear-gradient(90deg, var(--pd-brand-400), var(--pd-brand-500), var(--pd-pink));
}

.pd-hero__body {
	padding: 16px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

/* Hero photo tile (64×64, React-aligned) */
.pd-hero-photo {
	position: relative;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 14px color-mix(in srgb, var(--pd-brand-500) 25%, transparent);
}

.pd-hero-photo.is-busy {
	opacity: 0.72;
	pointer-events: none;
}

.pd-hero-photo__trigger {
	position: absolute;
	inset: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: inherit;
	cursor: pointer;
	background: linear-gradient(135deg, var(--pd-brand-400), var(--pd-brand-600));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.pd-hero-photo__trigger:hover {
	filter: brightness(1.03);
}

.pd-hero-photo__trigger:active {
	transform: scale(0.97);
}

.pd-hero-photo__trigger:focus-visible {
	outline: 2px solid var(--pd-brand-400);
	outline-offset: 2px;
}

.pd-hero-photo__trigger-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	pointer-events: none;
}

.pd-hero-photo__trigger-inner .fa-camera {
	font-size: 18px;
	line-height: 1;
}

.pd-hero-photo__add-label {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.9;
}

.pd-hero-photo__with {
	position: absolute;
	inset: 0;
}

.pd-hero-photo__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pd-hero-photo__overlay-hit {
	position: absolute;
	inset: 0;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: color-mix(in srgb, var(--pd-ink) 40%, transparent);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease;
}

.pd-hero-photo[data-has-photo="1"]:hover .pd-hero-photo__overlay-hit {
	opacity: 1;
}

.pd-hero-photo__overlay-hit:focus-visible {
	opacity: 1;
}

.pd-hero-photo__overlay-icon {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}

/* Prescriber dashboard: profile photo sheet (Swal, same PMD card as style-guide-modals) */
.swal2-container.swal2-bottom:has(.swal2-confirm-modal--pd-photo-menu),
.swal2-container:has(.swal2-confirm-modal--pd-photo-menu) {
	align-items: flex-end !important;
	justify-content: center !important;
	align-content: flex-end !important;
	min-height: 100vh !important;
	min-height: 100dvh !important;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
}

.swal2-container:has(.swal2-confirm-modal--pd-photo-menu) .swal2-popup.swal2-show.swal2-confirm-modal--pd-photo-menu {
	margin-top: auto !important;
	margin-bottom: 0 !important;
	align-self: flex-end !important;
	width: 100% !important;
	max-width: 28rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-radius: 1.75rem 1.75rem 0 0 !important;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12) !important;
	transform-origin: bottom center !important;
	animation: pmd-swal-sheet-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.swal2-container:has(.swal2-confirm-modal--pd-photo-menu) .swal2-popup.swal2-hide {
	animation: pmd-swal-sheet-out 0.22s ease forwards !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .swal2-html-container.swal2-confirm-modal__html {
	padding: 0 !important;
	margin: 0 !important;
}

/* SweetAlert injects an outer .swal2-actions row even when showConfirmButton is false — hide it for this custom-html sheet */
.swal2-popup.swal2-confirm-modal--pd-photo-menu > .swal2-actions {
	display: none !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

.pmd-confirm-swal--pd-photo-menu {
	overflow: hidden;
}

/* Action row lives inside HTML (do not use .swal2-actions / .swal2-confirm here — Swal will hide or repurpose them) */
.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__actions {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;
	gap: 0.75rem !important;
	box-sizing: border-box !important;
	background: #fff !important;
	border-top: 1px solid #f4f4f5 !important;
	border-radius: 0 0 1.75rem 1.75rem !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__btn {
	margin: 0 !important;
	flex: 1 1 0;
	min-width: 0;
	padding: 0.625rem 0.75rem !important;
	border-radius: 0.75rem !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	font-family: inherit !important;
	border: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__btn--close {
	background: #f4f4f5 !important;
	color: #52525b !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__btn--close:hover {
	background: #e4e4e7 !important;
	color: #18181b !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__btn--change {
	background: #7c3aed !important;
	color: #fff !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__btn--change:hover {
	background: #6d28d9 !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__btn--remove {
	background: #fff1f2 !important;
	color: #be123c !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-menu .pd-photo-menu__btn--remove:hover {
	background: #ffe4e6 !important;
	color: #9f1239 !important;
}

/* Prescriber profile photo upload modal (SweetAlert); tokens on root so Swal-in-body still resolves */
@keyframes pd-photo-upload-sheet-in {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0) scale(0.97);
	}
	58% {
		opacity: 1;
		transform: translate3d(0, -4px, 0) scale(1.008);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes pd-photo-upload-sheet-out {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 28px, 0) scale(0.97);
	}
}

/* Prescriber dashboard: profile photo upload sheet (PrescriberPhotoUploadModal parity) */
.swal2-container.swal2-bottom:has(.swal2-confirm-modal--pd-photo-upload),
.swal2-container:has(.swal2-confirm-modal--pd-photo-upload) {
	align-items: flex-end !important;
	justify-content: center !important;
	align-content: flex-end !important;
	min-height: 100vh !important;
	min-height: 100dvh !important;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
}

.swal2-container:has(.swal2-confirm-modal--pd-photo-upload) .swal2-backdrop {
	background: rgba(24, 24, 27, 0.4) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.swal2-container:has(.swal2-confirm-modal--pd-photo-upload) .swal2-popup.swal2-show.swal2-confirm-modal--pd-photo-upload {
	margin-top: auto !important;
	margin-bottom: 0 !important;
	align-self: flex-end !important;
	width: 100% !important;
	max-width: 28rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-radius: 28px 28px 0 0 !important;
	box-shadow:
		0 -12px 40px rgba(24, 24, 27, 0.1),
		0 25px 50px -12px rgba(0, 0, 0, 0.18),
		0 12px 24px -8px rgba(0, 0, 0, 0.1) !important;
	transform-origin: bottom center !important;
	animation: pd-photo-upload-sheet-in 0.48s cubic-bezier(0.32, 0.72, 0, 1) both !important;
}

.swal2-container:has(.swal2-confirm-modal--pd-photo-upload) .swal2-popup.swal2-hide {
	animation: pd-photo-upload-sheet-out 0.24s ease forwards !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-upload .swal2-html-container.swal2-confirm-modal__html {
	padding: 0 !important;
	margin: 0 !important;
}

.swal2-popup.swal2-confirm-modal--pd-photo-upload > .swal2-actions {
	display: none !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

.pmd-confirm-swal--pd-photo-upload {
	--pd-brand-50: #faf5ff;
	--pd-brand-100: #f3e8ff;
	--pd-brand-200: #e9d5ff;
	--pd-brand-300: #d8b4fe;
	--pd-brand-400: #a78bfa;
	--pd-brand-500: #8b5cf6;
	--pd-brand-600: #7c3aed;
	--pd-brand-700: #6d28d9;
	--pd-pink: #ec4899;
	--pd-ink: #18181b;
	--pd-zinc-100: #f4f4f5;
	--pd-zinc-200: #e4e4e7;
	--pd-zinc-300: #d4d4d8;
	--pd-font-display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	background: transparent;
}

.pd-photo-upload__font-display {
	font-family: var(--pd-font-display);
}

.pd-photo-upload__card {
	background: #fff;
	border-radius: 28px 28px 0 0;
	overflow: hidden;
	width: 100%;
}

.pd-photo-upload__handle {
	display: flex;
	justify-content: center;
	padding: 12px 0 4px;
}

.pd-photo-upload__handle::after {
	content: '';
	width: 40px;
	height: 4px;
	border-radius: 999px;
	background: var(--pd-zinc-300);
}

.pd-photo-upload__stripe {
	height: 4px;
	background: linear-gradient(90deg, var(--pd-brand-400), var(--pd-brand-500), var(--pd-pink));
}

.pd-photo-upload__inner {
	padding: 24px;
	max-height: 85vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pd-photo-upload__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
}

.pd-photo-upload__head-main {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.pd-photo-upload__head-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--pd-brand-400), var(--pd-brand-600));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1;
	box-shadow: 0 4px 12px color-mix(in srgb, var(--pd-brand-500) 25%, transparent);
}

.pd-photo-upload__title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: var(--pd-ink);
}

.pd-photo-upload__sub {
	margin: 2px 0 0;
	font-size: 11.5px;
	line-height: 1.35;
	color: color-mix(in srgb, var(--pd-ink) 55%, transparent);
}

.pd-photo-upload__btn-icon {
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.pd-photo-upload__btn-close {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: var(--pd-zinc-100);
	color: #52525b;
}

.pd-photo-upload__btn-close:hover {
	background: var(--pd-zinc-200);
}

.pd-photo-upload__btn-close i {
	font-size: 1rem;
	line-height: 1;
}

.pd-photo-upload__btn-close:active {
	transform: scale(0.95);
}

.pd-photo-upload__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

.pd-photo-upload__drop {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	border: 2px dashed var(--pd-brand-200);
	background: color-mix(in srgb, var(--pd-brand-50) 40%, #fff);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 20px 16px;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.pd-photo-upload__drop:hover {
	background: color-mix(in srgb, var(--pd-brand-50) 70%, #fff);
}

.pd-photo-upload__drop.is-dragging {
	border-color: var(--pd-brand-500);
	background: var(--pd-brand-50);
}

.pd-photo-upload__drop:focus-visible {
	outline: 2px solid var(--pd-brand-400);
	outline-offset: 2px;
}

.pd-photo-upload__drop-icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--pd-brand-400), var(--pd-brand-600));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	box-shadow: 0 4px 12px color-mix(in srgb, var(--pd-brand-500) 25%, transparent);
}

.pd-photo-upload__drop-copy {
	text-align: center;
	padding: 0 24px;
	width: 100%;
	min-width: 0;
}

.pd-photo-upload__drop-line {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.015em;
	color: var(--pd-ink);
}

.pd-photo-upload__drop-hint {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.375;
	color: color-mix(in srgb, var(--pd-ink) 55%, transparent);
}

.pd-photo-upload__drop-meta {
	margin: 8px 0 0;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--pd-ink) 40%, transparent);
}

.pd-photo-upload__preview-panel[hidden] {
	display: none !important;
}

.pd-photo-upload__preview-panel:not([hidden]) {
	display: block;
}

.pd-photo-upload__preview-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	transition: box-shadow 0.15s ease, outline-color 0.15s ease;
	border-radius: 4px;
}

.pd-photo-upload__preview-stack.is-dragging {
	box-shadow: 0 0 0 2px var(--pd-brand-500);
	background: color-mix(in srgb, var(--pd-brand-50) 35%, transparent);
}

.pd-photo-upload__preview-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	overflow: hidden;
	background: var(--pd-zinc-100);
	border: 1px solid var(--pd-brand-100);
}

.pd-photo-upload__preview-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pd-photo-upload__btn-clear {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	color: #e11d48;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pd-photo-upload__btn-clear:hover {
	background: #fff1f2;
}

.pd-photo-upload__btn-clear i {
	font-size: 1rem;
	line-height: 1;
}

.pd-photo-upload__filename {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 8px;
	background: color-mix(in srgb, var(--pd-brand-50) 60%, #fff);
	border: 1px solid var(--pd-brand-100);
	font-size: 12px;
	line-height: 1.35;
	color: color-mix(in srgb, var(--pd-ink) 75%, transparent);
	min-width: 0;
}

.pd-photo-upload__filename > i {
	flex-shrink: 0;
	color: var(--pd-brand-600);
	font-size: 1rem;
	width: 1em;
	text-align: center;
}

.pd-photo-upload__filename-label {
	margin: 0;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pd-photo-upload__btn-repick {
	width: 100%;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid var(--pd-brand-200);
	background: #fff;
	color: var(--pd-brand-700);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.15s ease, transform 0.1s ease;
}

.pd-photo-upload__btn-repick i {
	font-size: 1rem;
	line-height: 1;
}

.pd-photo-upload__btn-repick:hover {
	background: var(--pd-brand-50);
}

.pd-photo-upload__btn-repick:active {
	transform: scale(0.99);
}

.pd-photo-upload__actions {
	display: flex;
	align-items: stretch;
	gap: 12px;
	padding-top: 4px;
	margin: 0;
}

.pd-photo-upload__btn-cancel {
	padding: 12px 20px;
	border-radius: 12px;
	border: 1px solid var(--pd-zinc-200);
	background: #fff;
	color: var(--pd-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.1s ease;
}

.pd-photo-upload__btn-cancel:hover {
	background: #fafafa;
}

.pd-photo-upload__btn-cancel:active {
	transform: scale(0.95);
}

.pd-photo-upload__btn-save {
	flex: 1;
	padding: 12px 16px;
	border-radius: 12px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	background: linear-gradient(90deg, var(--pd-brand-500), var(--pd-brand-700));
	box-shadow: 0 4px 12px color-mix(in srgb, var(--pd-brand-500) 25%, transparent);
	transition: box-shadow 0.15s ease, transform 0.1s ease, opacity 0.15s ease;
}

.pd-photo-upload__btn-save i {
	font-size: 1rem;
	line-height: 1;
}

.pd-photo-upload__btn-save:hover:not(:disabled) {
	box-shadow:
		0 8px 20px color-mix(in srgb, var(--pd-brand-500) 30%, transparent),
		0 4px 12px color-mix(in srgb, var(--pd-brand-500) 22%, transparent);
}

.pd-photo-upload__btn-save:active:not(:disabled) {
	transform: scale(0.95);
}

.pd-photo-upload__btn-save:disabled,
.pd-photo-upload__btn-save.is-disabled {
	background: var(--pd-zinc-100);
	color: #a1a1aa;
	box-shadow: none;
	cursor: not-allowed;
}

.pd-hero__text {
	min-width: 0;
	flex: 1;
}

.pd-hero__body > .pd-status-pill {
	margin-left: auto;
	align-self: center;
}

@media (max-width: 360px) {
	.pd-hero__body > .pd-status-pill {
		margin-left: 0;
		align-self: flex-start;
	}
}

.pd-hero__name {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.15;
	color: var(--pd-ink);
}

.pd-hero__role {
	margin: 2px 0 0;
	font-size: 12px;
	color: color-mix(in srgb, var(--pd-ink) 60%, transparent);
}

/* ---- Status pill ---- */
.pd-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	flex-shrink: 0;
}

.pd-status-pill--live {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #047857;
}

.pd-status-pill--notlive {
	background: var(--pd-amber-50);
	border: 1px solid var(--pd-amber-200);
	color: var(--pd-amber-700);
}

.pd-status-pill i {
	font-size: 11px;
}

/* ---- Prescriber sticky nav (React PrescriberNav) ---- */
.pd-prescriber-nav {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0 12px;
	padding: 12px 16px;
	background: color-mix(in srgb, #fff 85%, transparent);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid color-mix(in srgb, var(--pd-brand-100) 60%, transparent);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.pd-prescriber-nav__spacer {
	flex: 1;
	min-width: 0;
}

.pd-prescriber-nav__icon-btn {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid var(--pd-brand-100);
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--pd-ink);
	transition: background 0.15s ease, transform 0.12s ease;
}

.pd-prescriber-nav__icon-btn:hover {
	background: var(--pd-brand-50);
}

.pd-prescriber-nav__icon-btn:active {
	transform: scale(0.95);
}

.pd-prescriber-nav__icon-btn--profile .fa-user {
	font-size: 15px;
	color: color-mix(in srgb, var(--pd-ink) 80%, transparent);
}

.pd-prescriber-nav__icon-btn--profile.is-active {
	background: var(--pd-brand-50);
	border-color: color-mix(in srgb, var(--pd-brand-300) 65%, var(--pd-brand-100));
	color: var(--pd-brand-700);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--pd-brand-200) 50%, transparent);
}

.pd-prescriber-nav__icon-btn--profile.is-active .fa-user {
	color: var(--pd-brand-600);
}

.pd-prescriber-nav__icon-btn--bell {
	position: relative;
}

.pd-prescriber-nav__icon-btn--bell .fa-bell {
	font-size: 16px;
	color: color-mix(in srgb, var(--pd-ink) 80%, transparent);
}

.pd-prescriber-nav__bell-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--pd-pink);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	border: 2px solid #fff;
}

.pd-prescriber-nav__pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px 6px 12px;
	border-radius: 999px;
	border: 1px solid var(--pd-brand-100);
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
}

.pd-prescriber-nav__pill:hover {
	background: var(--pd-brand-50);
}

.pd-prescriber-nav__pill:active {
	transform: scale(0.95);
}

.pd-prescriber-nav__pill.is-active {
	box-shadow: 0 4px 12px color-mix(in srgb, var(--pd-brand-500) 22%, transparent);
	border-color: color-mix(in srgb, var(--pd-brand-300) 80%, transparent);
}

.pd-prescriber-nav__pill .fa-inbox {
	font-size: 14px;
	color: var(--pd-brand-600);
}

.pd-prescriber-nav__pill-label {
	font-size: 12px;
	font-weight: 600;
	color: color-mix(in srgb, var(--pd-ink) 80%, transparent);
}

.pd-prescriber-nav__pill-count {
	margin-left: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--pd-brand-500), var(--pd-brand-700));
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-shadow: 0 2px 6px color-mix(in srgb, var(--pd-brand-500) 30%, transparent);
}

/* Notifications sheet (Swal) */
.swal2-container.swal2-bottom:has(.swal2-confirm-modal--pd-notif-sheet),
.swal2-container:has(.swal2-confirm-modal--pd-notif-sheet) {
	align-items: flex-end !important;
	justify-content: center !important;
	align-content: flex-end !important;
	min-height: 100vh !important;
	min-height: 100dvh !important;
	padding: 0 env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
}

.swal2-container:has(.swal2-confirm-modal--pd-notif-sheet) .swal2-popup.swal2-show.swal2-confirm-modal--pd-notif-sheet {
	margin-top: auto !important;
	margin-bottom: 0 !important;
	align-self: flex-end !important;
	width: 100% !important;
	max-width: 28rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-radius: 1.75rem 1.75rem 0 0 !important;
	box-shadow: 0 -12px 40px rgba(24, 24, 27, 0.12) !important;
	transform-origin: bottom center !important;
	animation: pmd-swal-sheet-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.swal2-container:has(.swal2-confirm-modal--pd-notif-sheet) .swal2-popup.swal2-hide {
	animation: pmd-swal-sheet-out 0.22s ease forwards !important;
}

.swal2-popup.swal2-confirm-modal--pd-notif-sheet .swal2-html-container.swal2-confirm-modal__html {
	padding: 0 !important;
	margin: 0 !important;
}

.pmd-confirm-swal__main--notif {
	align-items: stretch !important;
	text-align: left !important;
	padding-bottom: 1rem !important;
}

.pd-notif-sheet__title {
	width: 100%;
	text-align: center;
}

.pd-notif-sheet__list {
	margin-top: 12px;
	max-height: min(52vh, 360px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pd-notif-sheet__row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid #f4f4f5;
}

.pd-notif-sheet__row:last-child {
	border-bottom: 0;
}

.pd-notif-sheet__row-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: var(--pd-brand-50);
	color: var(--pd-brand-600);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.pd-notif-sheet__row-line {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #18181b;
	line-height: 1.35;
}

.pd-notif-sheet__row-meta {
	margin: 4px 0 0;
	font-size: 11px;
	color: rgba(24, 24, 27, 0.55);
	line-height: 1.35;
}

.pd-notif-sheet__empty {
	margin: 12px 0 0;
	font-size: 13px;
	color: rgba(24, 24, 27, 0.55);
	text-align: center;
	line-height: 1.45;
}

.pd-notif-sheet__foot {
	margin-top: 16px;
	padding-top: 4px;
}

.pd-notif-sheet__foot .swal2-confirm-modal__btn {
	width: 100%;
}

/* ---- Panels ---- */
.pd-panels {
	margin-top: 16px;
}

.pd-panel[hidden] {
	display: none;
}

.pd-panel__title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 500;
	color: var(--pd-ink);
}

/* ---- Filter chips ---- */
.pd-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
}

.pd-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 600;
	font-family: inherit;
	background: #fff;
	color: color-mix(in srgb, var(--pd-ink) 65%, transparent);
	border: 1px solid var(--pd-brand-100);
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.pd-chip:hover {
	background: var(--pd-brand-50);
}

.pd-chip.is-active {
	background: linear-gradient(90deg, var(--pd-brand-500), var(--pd-brand-700));
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 10px color-mix(in srgb, var(--pd-brand-500) 26%, transparent);
}

.pd-chip__count {
	background: rgba(255, 255, 255, 0.25);
	padding: 1px 6px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
}

.pd-chip:not(.is-active) .pd-chip__count {
	background: var(--pd-brand-100);
	color: var(--pd-brand-700);
}

/* ---- Search ---- */
.pd-search {
	position: relative;
	margin-bottom: 16px;
}

.pd-search input[type="search"] {
	width: 100%;
}

.pd-search__icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--pd-brand-400);
	font-size: 13px;
	pointer-events: none;
}

.pd-search__input {
	width: 100%;
	padding: 10px 12px 10px 36px;
	border: 1px solid var(--pd-brand-100);
	border-radius: 12px;
	background: #fff;
	font-family: inherit;
	font-size: 13.5px;
	color: var(--pd-ink);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pd-search__input::placeholder {
	color: var(--pd-zinc-300);
}

.pd-search__input:focus {
	outline: none;
	border-color: var(--pd-brand-400);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pd-brand-400) 22%, transparent);
}

/* ---- Request cards ---- */
.pd-requests {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pd-req {
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--pd-brand-100) 60%, transparent);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pd-req[hidden] { display: none; }

.pd-req__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pd-req__id {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--pd-ink-mute);
	text-transform: uppercase;
}

.pd-req__name {
	margin: 4px 0 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--pd-ink);
	line-height: 1.25;
}

.pd-req__service {
	margin: 0;
	font-size: 13px;
	color: var(--pd-ink-soft);
}

.pd-req__date {
	margin: 0;
	font-size: 12px;
	color: var(--pd-ink-mute);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pd-req__date i {
	color: var(--pd-brand-400);
	font-size: 11px;
}

.pd-req__note {
	display: flex;
	gap: 10px;
	padding: 10px 12px;
	background: var(--pd-zinc-100);
	border-radius: 12px;
	margin-top: 6px;
}

.pd-req__note--prescriber {
	background: var(--pd-brand-50);
	border: 1px solid color-mix(in srgb, var(--pd-brand-100) 70%, transparent);
}

.pd-req__note-icon {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--pd-brand-100);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--pd-brand-500);
	font-size: 11px;
}

.pd-req__note-body {
	min-width: 0;
	flex: 1;
}

.pd-req__note-label {
	margin: 0 0 2px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--pd-ink-mute);
}

.pd-req__note-text {
	margin: 0;
	font-size: 12.5px;
	color: var(--pd-ink-soft);
	line-height: 1.5;
	white-space: pre-wrap;
	word-break: break-word;
}

.pd-req__cta {
	margin-top: 6px;
}

/* ---- Status badges (inside request cards) ---- */
.pd-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pd-status i {
	font-size: 10px;
}

.pd-status--new {
	background: var(--pd-amber-50);
	color: var(--pd-amber-700);
	border: 1px solid var(--pd-amber-200);
}

.pd-status--updated {
	background: #eef2ff;
	color: #4f46e5;
	border: 1px solid #c7d2fe;
}

.pd-status--accepted {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.pd-status--canceled {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

/* ---- Empty state ---- */
.pd-empty {
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--pd-brand-100) 60%, transparent);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	padding: 48px 24px;
	text-align: center;
}

.pd-empty[hidden] { display: none; }

.pd-empty__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: var(--pd-brand-50);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--pd-brand-400);
	font-size: 24px;
}

.pd-empty__title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 500;
	color: var(--pd-ink);
}

.pd-empty__text {
	margin: 0 auto;
	max-width: 260px;
	font-size: 12.5px;
	line-height: 1.55;
	color: color-mix(in srgb, var(--pd-ink) 55%, transparent);
}

/* ---- Progress card ---- */
.pd-progress-card {
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--pd-brand-100) 60%, transparent);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	padding: 20px;
	margin-bottom: 16px;
}

.pd-progress-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.pd-progress-card__text {
	min-width: 0;
}

.pd-progress-card__title {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	color: var(--pd-ink);
	line-height: 1.2;
}

.pd-progress-card__desc {
	margin: 4px 0 0;
	font-size: 12px;
	color: color-mix(in srgb, var(--pd-ink) 55%, transparent);
	line-height: 1.4;
}

.pd-progress-card__metric {
	flex-shrink: 0;
	text-align: right;
}

.pd-progress-card__pct {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	color: var(--pd-brand-600);
	line-height: 1;
}

.pd-progress-card__frac {
	margin: 4px 0 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--pd-ink) 40%, transparent);
}

.pd-progress-bar {
	height: 8px;
	background: var(--pd-brand-50);
	border-radius: 999px;
	overflow: hidden;
}

.pd-progress-bar__fill {
	height: 100%;
	background: linear-gradient(90deg, var(--pd-brand-400), var(--pd-brand-500), var(--pd-pink));
	border-radius: 999px;
	transition: width 0.6s ease;
}

/* ---- Not-live warning banner ---- */
.pd-warning {
	background: var(--pd-amber-50);
	border: 1px solid var(--pd-amber-200);
	border-radius: 16px;
	padding: 16px;
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.pd-warning__icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--pd-amber-100);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--pd-amber-600);
	flex-shrink: 0;
	font-size: 16px;
}

.pd-warning__text {
	min-width: 0;
}

.pd-warning__title {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--pd-amber-900);
	line-height: 1.2;
}

.pd-warning__body {
	margin: 4px 0 0;
	font-size: 12px;
	color: color-mix(in srgb, var(--pd-amber-900) 80%, transparent);
	line-height: 1.4;
}

.pd-warning__body strong {
	color: var(--pd-amber-900);
	font-weight: 600;
}

/* ---- Sections (accordion) ---- */
.pd-sections {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pd-section {
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--pd-brand-100) 60%, transparent);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.pd-section[data-open="true"] {
	border-color: var(--pd-brand-200);
}

.pd-section__head {
	width: 100%;
	border: 0;
	background: transparent;
	font-family: inherit;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.18s ease;
}

.pd-section__head:hover {
	background: color-mix(in srgb, var(--pd-brand-50) 50%, transparent);
}

.pd-section__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
	background: linear-gradient(135deg, var(--pd-brand-400), var(--pd-brand-600));
	box-shadow: 0 4px 10px color-mix(in srgb, var(--pd-brand-500) 22%, transparent);
	font-size: 16px;
}

.pd-section.is-complete .pd-section__icon {
	background: linear-gradient(135deg, var(--pd-emerald-400), var(--pd-emerald-600));
	box-shadow: 0 4px 10px color-mix(in srgb, var(--pd-emerald-600) 22%, transparent);
}

.pd-section__head-text {
	min-width: 0;
	flex: 1;
}

.pd-section__title {
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--pd-ink);
}

.pd-section__num {
	font-size: 11px;
	font-weight: 700;
	color: var(--pd-brand-500);
}

.pd-section__title-text {
	flex: 1;
	min-width: 0;
}

.pd-section__required {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #fff1f2;
	color: #be123c;
	border: 1px solid #fecdd3;
	padding: 1px 6px;
	border-radius: 6px;
}

.pd-section__desc {
	margin: 2px 0 0;
	font-size: 12px;
	color: color-mix(in srgb, var(--pd-ink) 55%, transparent);
	line-height: 1.3;
}

.pd-section__chevron {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--pd-brand-50);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--pd-brand-600);
	flex-shrink: 0;
	transition: transform 0.2s ease;
	font-size: 12px;
}

.pd-section[data-open="true"] .pd-section__chevron {
	transform: rotate(180deg);
}

.pd-section__body {
	overflow: hidden;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease;
}

.pd-section[data-open="true"] .pd-section__body {
	grid-template-rows: 1fr;
}

.pd-section__body > .pd-section__inner {
	min-height: 0;
}

.pd-section__inner {
	padding: 0 16px 20px;
	border-top: 1px solid color-mix(in srgb, var(--pd-brand-100) 60%, transparent);
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pd-section__actions {
	display: flex;
	justify-content: flex-end;
	padding-top: 4px;
}

/* ---- Form fields ---- */
.pd-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.pd-form-grid--2 {
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 380px) {
	.pd-form-grid--2 {
		grid-template-columns: 1fr;
	}
}

.pd-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pd-field__label,
.pd-field__label--static {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: color-mix(in srgb, var(--pd-ink) 55%, transparent);
}

.pd-field__req {
	color: var(--pd-pink);
	margin-left: 2px;
}

.pd-field__hint {
	margin: 4px 0 0;
	font-size: 11px;
	color: color-mix(in srgb, var(--pd-ink) 50%, transparent);
	line-height: 1.35;
}

.pd-field__input,
.pd-field__select,
.pd-field__textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid var(--pd-brand-100);
	border-radius: 12px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	color: var(--pd-ink);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
	font-weight: 400;
}

.pd-field__input::placeholder,
.pd-field__textarea::placeholder {
	color: var(--pd-zinc-300);
}

.pd-field__input:focus,
.pd-field__select:focus,
.pd-field__textarea:focus {
	outline: none;
	border-color: var(--pd-brand-400);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pd-brand-400) 22%, transparent);
}

.pd-field__select-wrap {
	position: relative;
}

.pd-field__select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 36px;
	cursor: pointer;
}

.pd-field__select-icon {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--pd-brand-400);
	pointer-events: none;
	font-size: 12px;
}

.pd-field__textarea {
	resize: vertical;
	min-height: 90px;
	line-height: 1.5;
}

/* ---- Notice box ---- */
.pd-notice {
	display: flex;
	gap: 10px;
	padding: 12px;
	background: color-mix(in srgb, var(--pd-brand-50) 60%, transparent);
	border: 1px solid var(--pd-brand-100);
	border-radius: 12px;
}

.pd-notice__icon {
	color: var(--pd-brand-600);
	font-size: 14px;
	flex-shrink: 0;
	margin-top: 2px;
}

.pd-notice__text {
	margin: 0;
	font-size: 11.5px;
	color: color-mix(in srgb, var(--pd-ink) 70%, transparent);
	line-height: 1.4;
}

.pd-notice__text strong {
	color: color-mix(in srgb, var(--pd-ink) 85%, transparent);
	font-weight: 600;
}

/* ---- Pills ---- */
.pd-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.pd-pill {
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid var(--pd-brand-100);
	background: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	color: color-mix(in srgb, var(--pd-ink) 70%, transparent);
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.pd-pill:hover {
	background: var(--pd-brand-50);
}

.pd-pill.is-active {
	background: linear-gradient(90deg, var(--pd-brand-500), var(--pd-brand-700));
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 10px color-mix(in srgb, var(--pd-brand-500) 26%, transparent);
}

.pd-pill.is-active i {
	font-size: 10px;
}

/* ---- Add-treatment row ---- */
.pd-add {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

.pd-add__input {
	flex: 1;
}

.pd-add__btn {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 0;
	background: linear-gradient(135deg, var(--pd-brand-500), var(--pd-brand-700));
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 10px color-mix(in srgb, var(--pd-brand-500) 24%, transparent);
	transition: box-shadow 0.18s ease, transform 0.12s ease;
}

.pd-add__btn:hover {
	box-shadow: 0 6px 14px color-mix(in srgb, var(--pd-brand-500) 32%, transparent);
}

.pd-add__btn:active {
	transform: scale(0.96);
}

/* ---- Checks (radio rows) ---- */
.pd-checks {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pd-check {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid var(--pd-brand-100);
	background: #fff;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.pd-check:hover {
	background: color-mix(in srgb, var(--pd-brand-50) 50%, transparent);
}

.pd-check.is-checked {
	background: var(--pd-brand-50);
	border-color: var(--pd-brand-300);
}

.pd-check input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pd-check__box {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 2px solid var(--pd-brand-200);
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.pd-check__box i {
	color: #fff;
	font-size: 11px;
	opacity: 0;
	transition: opacity 0.18s ease;
}

.pd-check.is-checked .pd-check__box {
	background: var(--pd-brand-600);
	border-color: var(--pd-brand-600);
}

.pd-check.is-checked .pd-check__box i {
	opacity: 1;
}

.pd-check__label {
	font-size: 13.5px;
	font-weight: 500;
	color: color-mix(in srgb, var(--pd-ink) 85%, transparent);
}

/* ---- Buttons ---- */
.pd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 18px;
	border-radius: 12px;
	border: 0;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.2;
	transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease, opacity 0.18s ease;
}

.pd-btn--gradient {
	background: linear-gradient(90deg, var(--pd-brand-500), var(--pd-brand-700));
	color: #fff;
	box-shadow: 0 6px 14px color-mix(in srgb, var(--pd-brand-500) 26%, transparent);
}

.pd-btn--gradient:hover {
	box-shadow: 0 8px 18px color-mix(in srgb, var(--pd-brand-500) 32%, transparent);
}

.pd-btn--gradient:active {
	transform: scale(0.97);
}

.pd-btn--gradient:disabled {
	background: var(--pd-zinc-100);
	color: color-mix(in srgb, var(--pd-ink) 35%, transparent);
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.pd-btn--ghost {
	background: #fff;
	color: var(--pd-ink);
	border: 1px solid var(--pd-zinc-200);
	padding: 10px 18px;
}

.pd-btn--ghost:hover {
	background: var(--pd-zinc-100);
}

.pd-btn--sm {
	padding: 8px 12px;
	font-size: 12px;
	gap: 5px;
}

.pd-btn--sm i {
	font-size: 11px;
}

.pd-btn--block {
	width: 100%;
}

/* ---- Slide-up bottom sheet (Manage Request)
 *
 * The sheet is rendered at body level (outside .prescriber-dashboard-page),
 * so it owns its own copy of the design-token variables.
 * ---- */
.pd-sheet {
	position: fixed;
	inset: 0;
	z-index: 200;

	--pd-brand-50:  #faf5ff;
	--pd-brand-100: #f3e8ff;
	--pd-brand-200: #e9d5ff;
	--pd-brand-300: #d8b4fe;
	--pd-brand-400: #a78bfa;
	--pd-brand-500: #8b5cf6;
	--pd-brand-600: #7c3aed;
	--pd-brand-700: #6d28d9;
	--pd-pink:      #ec4899;
	--pd-ink:       #18181b;
	--pd-ink-soft:  #3f3f46;
	--pd-ink-mute:  #71717a;
	--pd-zinc-100:  #f4f4f5;
	--pd-zinc-200:  #e4e4e7;
	--pd-zinc-300:  #d4d4d8;
}

.pd-sheet[hidden] {
	display: none;
}

.pd-sheet__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 27, 0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 0.24s ease;
}

.pd-sheet.is-open .pd-sheet__backdrop {
	opacity: 1;
}

.pd-sheet__panel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 28rem;
	max-height: 90vh;
	background: #fff;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transform: translateY(40px);
	opacity: 0;
	transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease;
}

.pd-sheet.is-open .pd-sheet__panel {
	transform: translateY(0);
	opacity: 1;
}

.pd-sheet__handle {
	width: 40px;
	height: 4px;
	background: var(--pd-zinc-300);
	border-radius: 999px;
	margin: 12px auto 4px;
	flex-shrink: 0;
}

.pd-sheet__stripe {
	height: 4px;
	background: linear-gradient(90deg, var(--pd-brand-400), var(--pd-brand-500), var(--pd-pink));
	flex-shrink: 0;
}

.pd-sheet__body {
	padding: 20px 24px 24px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
	flex: 1;
	min-height: 0;
}

.pd-sheet__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pd-sheet__head-left {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	flex: 1;
}

.pd-sheet__head-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--pd-brand-400), var(--pd-brand-600));
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px color-mix(in srgb, var(--pd-brand-500) 22%, transparent);
	flex-shrink: 0;
}

.pd-sheet__head-text {
	min-width: 0;
}

.pd-sheet__title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: var(--pd-ink);
	line-height: 1.2;
}

.pd-sheet__subtitle {
	margin: 2px 0 0;
	font-size: 11.5px;
	color: color-mix(in srgb, var(--pd-ink) 55%, transparent);
	line-height: 1.3;
}

.pd-sheet__close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--pd-zinc-100);
	border: 0;
	color: var(--pd-ink-mute);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.18s ease;
}

.pd-sheet__close:hover {
	background: var(--pd-zinc-200);
}

/* Request summary inside sheet */
.pd-sheet__summary {
	padding: 14px;
	background: var(--pd-brand-50);
	border: 1px solid var(--pd-brand-100);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pd-sheet__summary:empty {
	display: none;
}

.pd-sheet__summary-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pd-sheet__summary-name {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--pd-ink);
}

.pd-sheet__summary-id {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--pd-brand-600);
}

.pd-sheet__summary-service {
	margin: 0;
	font-size: 12.5px;
	color: var(--pd-ink-soft);
}

.pd-sheet__summary-date {
	margin: 0;
	font-size: 12px;
	color: var(--pd-ink-mute);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pd-sheet__summary-date i {
	color: var(--pd-brand-400);
	font-size: 11px;
}

.pd-sheet__actions {
	display: flex;
	gap: 10px;
	padding-top: 4px;
}

.pd-sheet__actions .pd-btn--gradient {
	flex: 1;
}

@media (max-width: 380px) {
	.pd-sheet__actions {
		flex-direction: column-reverse;
	}
	.pd-sheet__actions .pd-btn--ghost,
	.pd-sheet__actions .pd-btn--gradient {
		width: 100%;
	}
}

.pd-spacer {
	height: 16px;
}

/* -------------------------------------------------------------------------
   Practitioner landing (BusinessLanding-style) — pages/practitioner-landing.php
   ------------------------------------------------------------------------- */
body.practitioner-landing-template #masthead {
	display: none !important;
}

body.practitioner-landing-template .site-content {
	padding-top: 0;
}

body.practitioner-landing-template .content_wrap.pl-landing-wrap {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.pl-landing {
	--pl-brand-50: #f5f3ff;
	--pl-brand-100: #ede9fe;
	--pl-brand-200: #ddd6fe;
	--pl-brand-300: #c4b5fd;
	--pl-brand-400: #a78bfa;
	--pl-brand-500: #8b5cf6;
	--pl-brand-600: #7c3aed;
	--pl-brand-700: #6d28d9;
	--pl-brand-800: #5b21b6;
	--pl-pink: #ec4899;
	--pl-pink-soft: #fbcfe8;
	--pl-ink: #18181b;
	--pl-ink-65: color-mix(in srgb, var(--pl-ink) 65%, transparent);
	--pl-ink-55: color-mix(in srgb, var(--pl-ink) 55%, transparent);
	--pl-ink-50: color-mix(in srgb, var(--pl-ink) 50%, transparent);
	--pl-ink-45: color-mix(in srgb, var(--pl-ink) 45%, transparent);
	--pl-ink-40: color-mix(in srgb, var(--pl-ink) 40%, transparent);
	--pl-ink-80: color-mix(in srgb, var(--pl-ink) 80%, transparent);
	--pl-canvas: #fafafa;
	--pl-emerald-50: #ecfdf5;
	--pl-emerald-200: #a7f3d0;
	--pl-emerald-500: #10b981;
	--pl-emerald-600: #059669;
	--pl-emerald-700: #047857;
	--pl-amber-400: #fbbf24;
	--pl-amber-500: #f59e0b;
	position: relative;
	min-height: 100vh;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--pl-ink);
	background: var(--pl-canvas);
}

.pl-landing__bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.pl-landing__bg-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.9;
}

.pl-landing__bg-orb--1 {
	top: -10%;
	left: -10%;
	width: 40%;
	height: 30%;
	background: color-mix(in srgb, var(--pl-brand-300) 20%, transparent);
}

.pl-landing__bg-orb--2 {
	top: 30%;
	right: -15%;
	width: 40%;
	height: 40%;
	background: color-mix(in srgb, #f9a8d4 20%, transparent);
}

.pl-landing__bg-orb--3 {
	bottom: -10%;
	left: 10%;
	width: 60%;
	height: 30%;
	background: color-mix(in srgb, var(--pl-brand-400) 15%, transparent);
}

.pl-landing__shell {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 100%;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	box-shadow: none;
	background: color-mix(in srgb, #fff 40%, transparent);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border: none;
}

.pl-landing__hero {
	padding: 40px 24px 40px;
	text-align: center;
}

.pl-landing__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--pl-brand-50);
	border: 1px solid var(--pl-brand-100);
	margin-bottom: 20px;
}

.pl-landing__eyebrow-icon {
	font-size: 12px;
	color: var(--pl-pink);
}

.pl-landing__eyebrow span:last-child {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pl-brand-700);
}

.pl-landing__title {
	margin: 0;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--pl-ink);
}

.pl-landing__title-accent {
	font-style: italic;
	color: var(--pl-brand-700);
}

.pl-landing__title-dot {
	color: var(--pl-pink);
}

.pl-landing__lead {
	margin: 16px auto 0;
	max-width: 320px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--pl-ink-65);
}

.pl-landing__hero-cta {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pl-landing__hero-cta--narrow {
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.pl-landing__hero-note {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 11px;
	color: var(--pl-ink-50);
}

.pl-landing__hero-note i {
	color: var(--pl-brand-500);
	font-size: 12px;
}

.pl-landing__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 20px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.pl-landing__btn--primary {
	color: #fff;
	background: linear-gradient(90deg, var(--pl-brand-500), var(--pl-brand-700));
	box-shadow: 0 10px 24px color-mix(in srgb, var(--pl-brand-500) 30%, transparent);
}

.pl-landing__btn--primary:hover {
	box-shadow: 0 14px 28px color-mix(in srgb, var(--pl-brand-500) 35%, transparent);
	transform: scale(1.01);
}

.pl-landing__btn--primary:active {
	transform: scale(0.98);
}

.pl-landing__btn--hero,
.pl-landing__btn--block {
	width: 100%;
	box-sizing: border-box;
}

.pl-landing__btn--sm {
	padding: 10px 16px;
	font-size: 13px;
	border-radius: 12px;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--pl-brand-500) 20%, transparent);
}

.pl-landing__btn--inverse {
	background: #fff;
	color: var(--pl-brand-700);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pl-landing__btn--inverse:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
	transform: scale(1.01);
}

.pl-landing__preview {
	position: relative;
	margin-top: 40px;
	text-align: left;
}

.pl-landing__preview--prcard {
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

.pl-landing__preview--prcard .pmd-pr-card-wrap {
	width: 100%;
	max-width: 100%;
}

.pl-landing__section {
	padding: 32px 24px;
}

.pl-landing__kicker {
	margin: 0 0 8px;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pl-brand-600);
}

.pl-landing__h2 {
	margin: 0 0 24px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--pl-ink);
}

.pl-landing__benefits .pl-landing__h2 {
	font-size: 24px;
	margin-bottom: 24px;
}

.pl-landing__benefit-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (min-width: 1024px) {
	.pl-landing__benefit-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
		align-items: stretch;
	}
}

.pl-landing__benefit {
	display: flex;
	gap: 16px;
	padding: 16px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--pl-brand-100) 60%, transparent);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.pl-landing__benefit-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.pl-landing__benefit-icon--violet {
	background: linear-gradient(135deg, var(--pl-brand-400), var(--pl-brand-600));
}

.pl-landing__benefit-icon--emerald {
	background: linear-gradient(135deg, #6ee7b7, var(--pl-emerald-600));
}

.pl-landing__benefit-icon--rose {
	background: linear-gradient(135deg, #f472b6, #e11d48);
}

.pl-landing__benefit-text {
	min-width: 0;
}

.pl-landing__benefit-title {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.pl-landing__benefit-body {
	margin: 4px 0 0;
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--pl-ink-65);
}

.pl-landing__pricing-intro {
	margin: 12px auto 0;
	max-width: 300px;
	text-align: center;
	font-size: 13px;
	line-height: 1.55;
	color: var(--pl-ink-55);
}

.pl-landing-plan-wrap {
	width: 100%;
	max-width: 450px;
	margin: 24px auto 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pl-landing-plan-toggle {
	display: flex;
	width: 100%;
	margin-top: 0;
	padding: 4px;
	border-radius: 16px;
	background: color-mix(in srgb, #fff 80%, transparent);
	backdrop-filter: blur(6px);
	border: 1px solid var(--pl-brand-100);
	box-sizing: border-box;
	gap: 0;
}

.pl-landing-plan-tab {
	position: relative;
	flex: 1;
	padding: 10px 8px;
	border: none;
	border-radius: 12px;
	background: transparent;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--pl-ink-55);
	cursor: pointer;
	transition: color 0.15s ease;
	font-family: inherit;
}

.pl-landing-plan-tab--active {
	color: #fff;
	background: linear-gradient(90deg, var(--pl-brand-500), var(--pl-brand-700));
	box-shadow: 0 4px 12px color-mix(in srgb, var(--pl-brand-500) 25%, transparent);
}

.pl-landing-plan-tab__line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
}

.pl-landing-plan-badge {
	font-size: 9px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 999px;
	background: var(--pl-emerald-100, #d1fae5);
	color: var(--pl-emerald-700);
}

.pl-landing-plan-tab--active .pl-landing-plan-badge {
	background: color-mix(in srgb, #fff 25%, transparent);
	color: #fff;
}

.pl-landing-plan-card {
	margin-top: 20px;
	position: relative;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--pl-brand-200);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.pl-landing-plan-card__stripe {
	height: 4px;
	background: linear-gradient(
		90deg,
		var(--pl-brand-400),
		var(--pl-brand-500),
		var(--pl-pink)
	);
}

.pl-landing-plan-card__inner {
	padding: 24px;
}

.pl-landing-plan-price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
}

.pl-landing-plan-price__cur {
	font-size: 22px;
	font-weight: 500;
	color: var(--pl-ink);
}

.pl-landing-plan-price__value {
	font-size: 48px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: var(--pl-ink);
}

.pl-landing-plan-price__period {
	font-size: 14px;
	color: var(--pl-ink-55);
	margin-left: 2px;
}

.pl-landing-plan-strike {
	margin: 6px 0 0;
	text-align: center;
	font-size: 11px;
	color: var(--pl-ink-50);
	text-decoration: line-through;
}

.pl-landing-plan-strike[hidden] {
	display: none !important;
}

.pl-landing-plan-divider {
	height: 1px;
	background: color-mix(in srgb, var(--pl-brand-100) 70%, transparent);
	margin: 20px 0;
}

.pl-landing-plan-features {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pl-landing-plan-features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--pl-ink-80);
}

.pl-landing-plan-features__check {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 50%;
	background: var(--pl-emerald-50);
	border: 1px solid var(--pl-emerald-200);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: var(--pl-emerald-600);
}

.pl-landing-plan-legal {
	margin: 12px 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
	color: var(--pl-ink-50);
}

.pl-landing__stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-bottom: 8px;
	color: var(--pl-amber-400);
	font-size: 16px;
}

.pl-landing__quotes-intro {
	margin: 8px auto 0;
	max-width: 300px;
	text-align: center;
	font-size: 13px;
	line-height: 1.55;
	color: var(--pl-ink-55);
}

.pl-landing__testimonial-list {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pl-landing__testimonial {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--pl-brand-100) 60%, transparent);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.pl-landing__testimonial-quote {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 18px;
	color: var(--pl-brand-200);
	opacity: 0.9;
}

.pl-landing__testimonial-text {
	margin: 0;
	padding-right: 24px;
	font-size: 13.5px;
	line-height: 1.55;
	font-style: italic;
	color: var(--pl-ink-80);
}

.pl-landing__testimonial-foot {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid color-mix(in srgb, var(--pl-brand-100) 60%, transparent);
}

.pl-landing__testimonial-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pl-landing__testimonial-avatar--violet {
	background: linear-gradient(135deg, var(--pl-brand-400), var(--pl-brand-600));
}

.pl-landing__testimonial-avatar--amber {
	background: linear-gradient(135deg, var(--pl-amber-400), #f97316);
}

.pl-landing__testimonial-avatar--rose {
	background: linear-gradient(135deg, #f472b6, #e11d48);
}

.pl-landing__testimonial-avatar--emerald {
	background: linear-gradient(135deg, #6ee7b7, var(--pl-emerald-600));
}

.pl-landing__testimonial-name {
	margin: 0;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.2;
}

.pl-landing__testimonial-role {
	margin: 2px 0 0;
	font-size: 11.5px;
	color: var(--pl-ink-55);
}

.pl-landing__final {
	padding: 40px 24px 32px;
}

.pl-landing__final-card {
	position: relative;
	border-radius: 24px;
	padding: 28px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background: linear-gradient(135deg, var(--pl-brand-600), var(--pl-brand-700) 50%, var(--pl-brand-800));
	box-shadow: 0 16px 40px color-mix(in srgb, var(--pl-brand-700) 25%, transparent);
}

.pl-landing__final-deco {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 90% 0%, color-mix(in srgb, var(--pl-pink) 30%, transparent), transparent 45%),
		radial-gradient(circle at 0% 100%, color-mix(in srgb, var(--pl-brand-300) 30%, transparent), transparent 45%);
}

.pl-landing__final-inner {
	position: relative;
	z-index: 1;
}

.pl-landing__final-heart {
	font-size: 32px;
	margin-bottom: 16px;
	color: var(--pl-pink);
}

.pl-landing__final-title {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.pl-landing__final-text {
	margin: 16px auto 0;
	max-width: 300px;
	font-size: 13px;
	line-height: 1.55;
	color: color-mix(in srgb, #fff 75%, transparent);
}

.pl-landing__cta-narrow {
	max-width: 300px;
	width: 100%;
	margin: 24px auto 0;
	box-sizing: border-box;
}

.pl-landing__cta-narrow .pl-landing__btn {
	margin-top: 0;
}

/* -------------------------------------------------------------------------
   Practitioners browse listing — pages/practitioners.php
   ------------------------------------------------------------------------- */
body.practitioners-listing-template #masthead {
	display: none !important;
}

body.practitioners-listing-template .site-content {
	padding-top: 0 !important;
}

body.practitioners-listing-template .site {
	max-width: none;
}

body.practitioners-listing-template .content_wrap.prl-browse-wrap {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.practitioners-listing-template .hp-page.hp-page--light-hero.prl-browse-page {
	background: #fafafa;
	color: #18181b;
	min-height: 100vh;
	box-sizing: border-box;
}

body.practitioners-listing-template .practitioners-listing.prl-browse-listing {
	background: transparent;
	padding: 2.5rem 0 5rem;
}

body.practitioners-listing-template .content_wrap.practitioners-page-inner {
	display: flex;
	flex-direction: column;
	gap: 0;
}

body.practitioners-listing-template .prl-intro {
	text-align: center;
	margin-bottom: 0;
}

body.practitioners-listing-template .prl-filter-bar.pmd-prl-toolbar {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

body.practitioners-listing-template .prl-results-count.pmd-prl-results,
body.practitioners-listing-template .prl-results-count {
	margin: 0 0 0.75rem 0;
}

body.practitioners-listing-template .prl-intro-title {
	color: #18181b;
}

body.practitioners-listing-template .prl-intro-text {
	color: #52525b;
}

@media (max-width: 768px) {
	body.practitioners-listing-template .practitioners-listing.prl-browse-listing {
		padding: 1.5rem 0 3rem;
	}

	body.practitioners-listing-template .content_wrap.practitioners-page-inner {
		width: 94%;
	}
}

/* -------------------------------------------------------------------------
   Prescribers landing (PrescriberLanding) — pages/prescribers-landing.php
   ------------------------------------------------------------------------- */
body.prescribers-landing-template #masthead {
	display: none !important;
}

body.prescribers-landing-template .site-content {
	padding-top: 0 !important;
}

body.prescribers-landing-template .site {
	max-width: none;
}

body.prescribers-landing-template .content_wrap.prsl-wrap {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.prsl {
	--prsl-brand-50: #f5f3ff;
	--prsl-brand-100: #ede9fe;
	--prsl-brand-200: #ddd6fe;
	--prsl-brand-300: #c4b5fd;
	--prsl-brand-400: #a78bfa;
	--prsl-brand-500: #8b5cf6;
	--prsl-brand-600: #7c3aed;
	--prsl-brand-700: #6d28d9;
	--prsl-brand-800: #5b21b6;
	--prsl-pink: #ec4899;
	--prsl-pink-50: #fdf2f8;
	--prsl-pink-100: #fce7f3;
	--prsl-ink: #18181b;
	--prsl-ink-65: color-mix(in srgb, var(--prsl-ink) 65%, transparent);
	--prsl-ink-60: color-mix(in srgb, var(--prsl-ink) 60%, transparent);
	--prsl-ink-55: color-mix(in srgb, var(--prsl-ink) 55%, transparent);
	--prsl-ink-50: color-mix(in srgb, var(--prsl-ink) 50%, transparent);
	--prsl-ink-45: color-mix(in srgb, var(--prsl-ink) 45%, transparent);
	--prsl-ink-40: color-mix(in srgb, var(--prsl-ink) 40%, transparent);
	--prsl-canvas: #fafafa;
	--prsl-emerald-50: #ecfdf5;
	--prsl-emerald-200: #a7f3d0;
	--prsl-emerald-600: #059669;
	--prsl-emerald-700: #047857;
	--prsl-amber-400: #fbbf24;
	--prsl-amber-500: #f59e0b;
	--prsl-zinc-200: #e4e4e7;
	position: relative;
	min-height: 100vh;
	width: 100%;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--prsl-ink);
	background: var(--prsl-canvas);
}

.prsl__bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.prsl__bg-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.9;
}

.prsl__bg-orb--1 {
	top: -10%;
	left: -10%;
	width: 40%;
	height: 30%;
	background: color-mix(in srgb, var(--prsl-brand-300) 20%, transparent);
}

.prsl__bg-orb--2 {
	top: 30%;
	right: -15%;
	width: 40%;
	height: 40%;
	background: color-mix(in srgb, #f9a8d4 20%, transparent);
}

.prsl__bg-orb--3 {
	bottom: -10%;
	left: 10%;
	width: 60%;
	height: 30%;
	background: color-mix(in srgb, var(--prsl-brand-400) 15%, transparent);
}

.prsl__shell {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 100%;
	margin: 0;
	min-height: 100vh;
	box-sizing: border-box;
	padding: 0 24px 48px;
}

.prsl-hero {
	padding: 40px 0 40px;
	text-align: center;
}

.prsl-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--prsl-brand-50);
	border: 1px solid var(--prsl-brand-100);
	margin-bottom: 20px;
}

.prsl-hero__eyebrow-icon {
	font-size: 12px;
	color: var(--prsl-pink);
}

.prsl-hero__eyebrow span:last-child {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--prsl-brand-700);
}

.prsl-hero__title {
	margin: 0;
	font-size: clamp(28px, 5vw, 34px);
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--prsl-ink);
}

.prsl-hero__title-accent {
	font-style: italic;
	color: var(--prsl-brand-700);
}

.prsl-hero__title-dot {
	color: var(--prsl-pink);
}

.prsl-hero__lead {
	margin: 16px auto 0;
	max-width: 320px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--prsl-ink-65);
}

.prsl-hero__cta {
	margin: 28px auto 0;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.prsl-hero__note {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 11px;
	color: var(--prsl-ink-50);
}

.prsl-hero__note .fa-check {
	color: var(--prsl-emerald-600);
	font-size: 12px;
}

.prsl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 20px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.prsl-btn--block {
	width: 100%;
	box-sizing: border-box;
}

.prsl-btn--primary {
	color: #fff;
	background: linear-gradient(90deg, var(--prsl-brand-500), var(--prsl-brand-700));
	box-shadow: 0 10px 24px color-mix(in srgb, var(--prsl-brand-500) 30%, transparent);
}

.prsl-btn--primary:hover {
	box-shadow: 0 14px 28px color-mix(in srgb, var(--prsl-brand-500) 35%, transparent);
	transform: scale(1.01);
}

.prsl-btn--primary:active {
	transform: scale(0.98);
}

.prsl-btn--inverse {
	background: #fff;
	color: var(--prsl-brand-700);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.prsl-btn--inverse:hover {
	transform: scale(1.01);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.prsl-preview {
	position: relative;
	margin: 40px auto 0;
	max-width: 28rem;
	text-align: left;
}

.prsl-preview__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(28px);
	pointer-events: none;
}

.prsl-preview__glow--tl {
	top: -12px;
	left: -12px;
	width: 64px;
	height: 64px;
	background: color-mix(in srgb, var(--prsl-pink-100) 40%, transparent);
}

.prsl-preview__glow--br {
	bottom: -12px;
	right: -12px;
	width: 96px;
	height: 96px;
	background: color-mix(in srgb, var(--prsl-brand-300) 40%, transparent);
}

.prsl-preview__card {
	position: relative;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 8px 30px -6px color-mix(in srgb, var(--prsl-brand-500) 18%, transparent);
}

.prsl-preview__cover {
	position: relative;
	height: 160px;
	width: 100%;
}

.prsl-preview__cover-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.prsl-preview__cover-fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, color-mix(in srgb, #fff 70%, transparent), transparent 55%);
	pointer-events: none;
}

.prsl-preview__rating {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 12px;
	background: color-mix(in srgb, #fff 95%, transparent);
	backdrop-filter: blur(6px);
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.prsl-preview__rating .fa-star {
	color: var(--prsl-amber-500);
	font-size: 14px;
}

.prsl-preview__rating-count {
	font-size: 11px;
	font-weight: 500;
	color: var(--prsl-ink-55);
}

.prsl-preview__verified {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 8px;
	border-radius: 6px;
	background: color-mix(in srgb, var(--prsl-emerald-50) 95%, transparent);
	backdrop-filter: blur(6px);
	border: 1px solid var(--prsl-emerald-200);
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--prsl-emerald-700);
}

.prsl-preview__verified .fa-shield-halved {
	font-size: 12px;
	color: var(--prsl-emerald-600);
}

.prsl-preview__body {
	position: relative;
	margin-top: -28px;
	padding: 0 20px 20px;
}

.prsl-preview__avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 12px;
	border: 2px solid #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.prsl-preview__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.prsl-preview__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	flex-wrap: wrap;
}

.prsl-preview__label {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--prsl-brand-600);
}

.prsl-preview__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--prsl-brand-300);
}

.prsl-preview__time {
	margin: 0;
	font-size: 10px;
	color: var(--prsl-ink-50);
}

.prsl-preview__name {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.prsl-preview__msg {
	margin: 4px 0 0;
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--prsl-ink-65);
}

.prsl-preview__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.prsl-preview__chip {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--prsl-pink-50);
	border: 1px solid var(--prsl-pink-100);
	font-size: 11px;
	font-weight: 600;
	color: #be185d;
}

.prsl-preview__dist {
	font-size: 11.5px;
	color: var(--prsl-ink-55);
}

.prsl-preview__actions {
	display: flex;
	gap: 8px;
	margin-top: 16px;
}

.prsl-preview__btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 12.5px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background 0.15s ease, border-color 0.15s ease;
	box-sizing: border-box;
}

.prsl-preview__btn--muted {
	border-color: var(--prsl-zinc-200);
	background: #fff;
	color: var(--prsl-ink);
}

.prsl-preview__btn--muted:hover {
	background: #fafafa;
}

.prsl-preview__btn--primary {
	border: none;
	color: #fff;
	background: linear-gradient(90deg, var(--prsl-brand-500), var(--prsl-brand-700));
	box-shadow: 0 2px 8px color-mix(in srgb, var(--prsl-brand-500) 20%, transparent);
}

.prsl-preview__btn--primary:hover {
	filter: brightness(1.03);
}

.prsl-section {
	padding: 32px 0;
}

.prsl-kicker {
	margin: 0 0 8px;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--prsl-brand-600);
}

.prsl-h2 {
	margin: 0 0 12px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--prsl-ink);
}

.prsl-h2--lg {
	font-size: 26px;
}

.prsl-how__intro,
.prsl-trust__intro {
	margin: 12px auto 0;
	max-width: 300px;
	text-align: center;
	font-size: 13px;
	line-height: 1.55;
	color: var(--prsl-ink-60);
}

.prsl-steps {
	position: relative;
	margin-top: 28px;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.prsl-steps__line {
	position: absolute;
	left: 26px;
	top: 24px;
	bottom: 24px;
	width: 1px;
	background: linear-gradient(to bottom, var(--prsl-brand-200), var(--prsl-brand-300), color-mix(in srgb, var(--prsl-pink) 30%, var(--prsl-brand-200)));
	pointer-events: none;
}

.prsl-steps__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.prsl-step {
	position: relative;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.prsl-step__icon-wrap {
	position: relative;
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 0 0 4px #fff, 0 4px 12px rgba(0, 0, 0, 0.1);
}

.prsl-step__icon-wrap--violet {
	background: linear-gradient(135deg, var(--prsl-brand-400), var(--prsl-brand-600));
}

.prsl-step__icon-wrap--pink {
	background: linear-gradient(135deg, #f472b6, #e11d48);
}

.prsl-step__icon-wrap--emerald {
	background: linear-gradient(135deg, #6ee7b7, var(--prsl-emerald-600));
}

.prsl-step__badge {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--prsl-brand-100);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	color: var(--prsl-brand-700);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.prsl-step__card {
	flex: 1;
	min-width: 0;
	background: #fff;
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--prsl-brand-100) 60%, transparent);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	padding: 16px;
}

.prsl-step__title {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.prsl-step__body {
	margin: 4px 0 0;
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--prsl-ink-65);
}

.prsl-trust__list {
	margin-top: 24px;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.prsl-trust__row {
	display: flex;
	gap: 16px;
	padding: 16px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--prsl-brand-100) 60%, transparent);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.prsl-trust__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.prsl-trust__icon--violet {
	background: linear-gradient(135deg, var(--prsl-brand-400), var(--prsl-brand-600));
}

.prsl-trust__icon--amber {
	background: linear-gradient(135deg, var(--prsl-amber-400), #f97316);
}

.prsl-trust__icon--pink {
	background: linear-gradient(135deg, #f472b6, #e11d48);
}

.prsl-trust__text {
	min-width: 0;
}

.prsl-trust__title {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.prsl-trust__body {
	margin: 4px 0 0;
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--prsl-ink-65);
}

.prsl-stat {
	margin: 24px auto 0;
	max-width: 36rem;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--prsl-brand-50), var(--prsl-pink-50), var(--prsl-brand-50));
	border: 1px solid var(--prsl-brand-100);
}

.prsl-stat__score {
	flex-shrink: 0;
	text-align: center;
}

.prsl-stat__num {
	margin: 0;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	color: var(--prsl-brand-700);
	letter-spacing: -0.03em;
}

.prsl-stat__stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	margin-top: 6px;
	color: var(--prsl-amber-400);
	font-size: 12px;
}

.prsl-stat__rule {
	width: 1px;
	height: 48px;
	background: var(--prsl-brand-200);
	flex-shrink: 0;
}

.prsl-stat__headline {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--prsl-ink);
}

.prsl-stat__sub {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: var(--prsl-ink-60);
}

.prsl-stat__sub strong {
	color: var(--prsl-ink);
	font-weight: 600;
}

.prsl-final {
	padding: 40px 0 32px;
}

.prsl-final__card {
	position: relative;
	max-width: 36rem;
	margin: 0 auto;
	border-radius: 24px;
	padding: 28px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background: linear-gradient(135deg, var(--prsl-brand-600), var(--prsl-brand-700) 50%, var(--prsl-brand-800));
	box-shadow: 0 16px 40px color-mix(in srgb, var(--prsl-brand-700) 25%, transparent);
}

.prsl-final__deco {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 90% 0%, color-mix(in srgb, var(--prsl-pink) 30%, transparent), transparent 45%),
		radial-gradient(circle at 0% 100%, color-mix(in srgb, var(--prsl-brand-300) 30%, transparent), transparent 45%);
}

.prsl-final__inner {
	position: relative;
	z-index: 1;
}

.prsl-final__heart {
	font-size: 32px;
	margin-bottom: 16px;
	color: var(--prsl-pink);
}

.prsl-final__title {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.prsl-final__text {
	margin: 16px auto 0;
	max-width: 300px;
	font-size: 13px;
	line-height: 1.55;
	color: color-mix(in srgb, #fff 75%, transparent);
}

.prsl-final .prsl-btn {
	margin-top: 24px;
}

@media (min-width: 768px) {
	.prsl__shell {
		padding: 0 32px 64px;
	}

	.prsl-preview {
		max-width: 32rem;
	}

	.prsl-steps,
	.prsl-trust__list,
	.prsl-stat,
	.prsl-final__card {
		max-width: 40rem;
	}
}

@media (min-width: 1024px) {
	.prsl-steps__list {
		gap: 20px;
	}
}

/* Prescriber join Swal — from prescribers-landing inline (verify UI) */
body.prescribers-landing-template .swal2-popup-custom .prl-v-email-sent {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #a1a1aa;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-email-sent strong {
	color: #e4e4e7;
	font-weight: 600;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-verify-label {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #a1a1aa;
	margin-bottom: 0.5rem;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-code-input {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	padding: 0.75rem 1rem;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	font-variant-numeric: tabular-nums;
	border-radius: 0.75rem;
	border: 1px solid rgba(63, 63, 70, 0.8);
	background: #18181b;
	color: #fff;
	margin-bottom: 0.75rem;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-code-input:focus {
	outline: none;
	border-color: #7c3aed;
	box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.25);
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-resend-wrap {
	margin: 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(63, 63, 70, 0.5);
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-text-btn {
	background: transparent;
	border: none;
	color: #a78bfa;
	font-size: 0.875rem;
	cursor: pointer;
	text-decoration: underline;
	padding: 0.25rem 0;
	font-family: inherit;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-text-btn:hover:not(:disabled) {
	color: #c4b5fd;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-text-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	text-decoration: none;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-resend-msg {
	min-height: 1.25rem;
	font-size: 0.8125rem;
	margin: 0.5rem 0 0;
	color: #34d399;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-resend-msg--err {
	color: #f87171;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-phone-desc {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #a1a1aa;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-phone-row {
	display: flex;
	align-items: stretch;
	border-radius: 0.75rem;
	overflow: hidden;
	border: 1px solid rgba(63, 63, 70, 0.75);
	background: rgba(24, 24, 27, 0.5);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	margin-bottom: 0.35rem;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-phone-row:focus-within {
	border-color: #7c3aed;
	box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.22);
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-phone-row.prl-v-row-error {
	border-color: rgba(239, 68, 68, 0.55);
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-cc {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #d4d4d8;
	background: rgba(39, 39, 42, 0.65);
	border-right: 1px solid rgba(63, 63, 70, 0.6);
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-phone-input {
	flex: 1 1 auto;
	min-width: 0;
	border: none;
	background: transparent;
	color: #fafafa;
	font-size: 1rem;
	padding: 0.75rem 1rem;
	outline: none;
	font-family: inherit;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-phone-input::placeholder {
	color: #52525b;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-inline-err {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	color: #f87171;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-sms-desc {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #a1a1aa;
	text-align: center;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-masked {
	font-weight: 600;
	color: #e4e4e7;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-code-row {
	display: flex;
	justify-content: center;
	gap: 0.45rem;
	margin-bottom: 0.75rem;
	flex-wrap: nowrap;
}

@media (min-width: 480px) {
	body.prescribers-landing-template .swal2-popup-custom .prl-v-code-row {
		gap: 0.65rem;
	}
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-digit {
	width: 2.35rem;
	height: 2.85rem;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	border-radius: 0.75rem;
	border: 1px solid rgba(63, 63, 70, 0.75);
	background: rgba(24, 24, 27, 0.5);
	color: #fafafa;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	font-family: inherit;
	box-sizing: border-box;
}

@media (min-width: 480px) {
	body.prescribers-landing-template .swal2-popup-custom .prl-v-digit {
		width: 2.75rem;
		height: 3.25rem;
		font-size: 1.25rem;
	}
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-digit:focus {
	outline: none;
	border-color: #7c3aed;
	box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.22);
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-code-row.prl-v-shake {
	animation: prl-v-shake 0.45s ease;
}

@keyframes prl-v-shake {
	0%,
	100% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(-8px);
	}
	40% {
		transform: translateX(8px);
	}
	60% {
		transform: translateX(-6px);
	}
	80% {
		transform: translateX(6px);
	}
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-err-banner {
	margin: 0 0 0.75rem;
	text-align: center;
	font-size: 0.875rem;
	color: #f87171;
	min-height: 1.25rem;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-sms-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.5rem;
}

body.prescribers-landing-template .swal2-popup-custom .prl-v-sms-actions .prl-v-text-btn--accent {
	color: #c4b5fd;
}
