.nss-user-form-card {
	--nss-user-form-panel-bg: #ffffff;
	--nss-user-form-accent: #e36414;
	--nss-user-form-field-bg: #eeeeee;
	--nss-user-form-field-color: #878787;
	--nss-user-form-text: #040404;
	--nss-user-form-danger: #b42318;
	background: var(--nss-user-form-panel-bg);
	border-radius: 20px 20px 0 0;
	color: var(--nss-user-form-text);
	font-family: "Montserrat", Arial, sans-serif;
	padding: 40px;
	width: 100%;
}

.nss-user-form-card .elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(-15px / 2) -15px;
}

.nss-user-form-card .elementor-field-group {
	box-sizing: border-box;
	margin-bottom: 15px;
	padding-left: calc(15px / 2);
	padding-right: calc(15px / 2);
	position: relative;
	width: 100%;
}

.nss-user-form-card .elementor-col-25 {
	width: 25%;
}

.nss-user-form-card .elementor-col-33 {
	width: 33.333%;
}

.nss-user-form-card .elementor-col-50 {
	width: 50%;
}

.nss-user-form-card .elementor-col-66 {
	width: 66.666%;
}

.nss-user-form-card .elementor-col-75 {
	width: 75%;
}

.nss-user-form-card .elementor-col-100 {
	width: 100%;
}

	.nss-user-form-card .elementor-field,
	.nss-user-form-card .elementor-field-textual {
	background-color: var(--nss-user-form-field-bg);
	border: 0;
	border-radius: 10px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--nss-user-form-field-color);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
		line-height: normal;
		min-height: 40px;
		outline: none;
		padding: 8px 16px;
		width: 100%;
	}

.nss-user-form-card .elementor-field:focus,
.nss-user-form-card .elementor-field-textual:focus {
	box-shadow: 0 0 0 2px rgba(227, 100, 20, 0.18);
}

.nss-user-form-card .nss-user-confirm-conditional[hidden] {
	display: none;
}

.nss-user-form-card textarea.elementor-field {
	min-height: 110px;
	resize: vertical;
}

.nss-user-form-card .elementor-select-wrapper {
	padding: 0;
	position: relative;
}

	.nss-user-form-card .elementor-select-wrapper.remove-before::before {
		content: none;
		display: none;
	}

	.nss-user-form-card .elementor-select-wrapper select {
		appearance: none;
		-webkit-appearance: none;
		background-image: none;
		padding: 5px 20px 5px 14px;
	}

	.nss-user-form-card .nss-user-phone-field {
		display: grid;
		grid-template-columns: 78px minmax(0, 1fr);
		width: 100%;
	}

	.nss-user-form-card .nss-user-phone-field .nss-phone-prefix-select {
		border-radius: 10px 0 0 10px;
	}

	.nss-user-form-card .nss-user-phone-field .nss-user-phone-input {
		border-radius: 0 10px 10px 0;
		padding-left: 12px;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper {
		--nss-healthcare-center-bg: var(--nss-user-form-field-bg);
		--nss-healthcare-center-text: var(--nss-user-form-field-color);
		--nss-healthcare-center-border: var(--nss-user-form-field-bg);
		--nss-healthcare-center-muted: var(--nss-user-form-field-color);
		--nss-healthcare-center-accent: var(--nss-user-form-accent);
		background: var(--nss-user-form-field-bg);
		border: 0;
		border-radius: 10px 0 0 10px;
		color: var(--nss-user-form-field-color);
		display: block;
		position: relative;
		width: 100%;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper.elementor-field,
	.nss-user-form-card .nss-phone-prefix-ts-wrapper.elementor-field-textual,
	.nss-user-form-card .nss-phone-prefix-ts-wrapper.elementor-size-sm {
		min-height: 0 !important;
		padding: 0 !important;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 5px solid var(--nss-user-form-field-color);
		transform: translateY(-50%);
		pointer-events: none;
		transition: transform 0.15s ease;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper.dropdown-active::after,
	.nss-user-form-card .nss-phone-prefix-ts-wrapper.focus::after {
		transform: translateY(-50%) rotate(180deg);
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .ts-control {
		align-items: center;
		background: transparent !important;
		border: 0 !important;
		border-radius: inherit;
		box-shadow: none !important;
		color: inherit;
		cursor: pointer;
		display: flex;
		font: inherit;
		min-height: 40px;
		padding: 5px 18px 5px 10px !important;
		width: 100%;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .ts-control > input {
		min-width: 0 !important;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .ts-dropdown {
		background-color: var(--nss-user-form-field-bg);
		border: 1px solid var(--nss-user-form-field-bg);
		border-radius: 10px;
		box-shadow: 0 16px 40px rgba(4, 4, 4, 0.12);
		color: var(--nss-user-form-field-color);
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 0.95em;
		min-width: min(425px, calc(100vw - 32px));
		overflow-y: auto;
		z-index: 10000;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .dropdown-input-wrap {
		background: color-mix(in srgb, var(--nss-user-form-field-bg) 88%, #d8d8d8);
		border-bottom: 1px solid var(--nss-user-form-field-bg);
		padding: 8px;
		position: sticky;
		top: 0;
		z-index: 2;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .dropdown-input {
		background: var(--nss-user-form-field-bg);
		border: 1px solid var(--nss-user-form-field-bg);
		border-radius: 10px;
		box-sizing: border-box;
		color: var(--nss-user-form-field-color);
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 0.95em;
		outline: none;
		padding: 8px 12px;
		width: 100%;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .dropdown-input:focus {
		border-color: var(--nss-user-form-accent);
		box-shadow: 0 0 0 3px rgba(227, 100, 20, 0.15);
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .option {
		color: var(--nss-user-form-field-color);
		cursor: pointer;
		font-size: 0.9em;
		line-height: 1.4;
		padding: 8px 12px;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .option:hover,
	.nss-user-form-card .nss-phone-prefix-ts-wrapper .option.active {
		background-color: rgba(227, 100, 20, 0.1);
		color: var(--nss-user-form-accent);
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .no-results {
		color: var(--nss-user-form-field-color);
		font-size: 0.9em;
		font-style: italic;
		padding: 10px 12px;
	}

	.nss-user-form-card .nss-phone-prefix-ts-wrapper .ts-dropdown-content {
		max-height: 220px;
		overflow-y: auto;
	}

	.nss-user-form-card .nss-phone-prefix-option {
		align-items: center;
		display: flex;
		gap: 12px;
		justify-content: space-between;
	}

	.nss-user-form-card .nss-phone-prefix-item {
		white-space: nowrap;
	}

.nss-user-form-card .select-caret-down-wrapper {
	color: var(--nss-user-form-field-color);
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.nss-user-form-card .nss-user-native-select-ready > .select-caret-down-wrapper {
	display: none;
}

.nss-user-form-card .nss-user-native-select-ts-wrapper {
	--nss-healthcare-center-bg: var(--nss-user-form-field-bg);
	--nss-healthcare-center-text: var(--nss-user-form-field-color);
	--nss-healthcare-center-border: var(--nss-user-form-field-bg);
	--nss-healthcare-center-muted: var(--nss-user-form-field-color);
	--nss-healthcare-center-accent: var(--nss-user-form-accent);
	background: var(--nss-user-form-field-bg);
	border: 0;
	border-radius: 10px;
	color: var(--nss-user-form-field-color);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	width: 100%;
}

.nss-user-form-card .nss-user-native-select-ts-wrapper .ts-control {
	min-height: 40px;
	padding: 5px 34px 5px 14px !important;
}

	.nss-user-form-card .elementor-field-type-acceptance {
		font-size: 16px;
		margin: 10px 0;
		padding-left: 20px;
		padding-right: 20px;
}

	.nss-user-form-card .elementor-field-subgroup {
		color: var(--nss-user-form-field-color);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.35;
	}

	.nss-user-form-card .elementor-field-option {
		align-items: flex-start;
		display: flex;
		gap: 4px;
	}

	.nss-user-form-card .elementor-acceptance-field {
		flex: 0 0 auto;
		height: 13px;
		margin-top: 3px;
		min-height: 0;
		padding: 0;
		width: 13px;
	}

.nss-user-form-card .elementor-field-subgroup a {
	color: var(--nss-user-form-accent);
	text-decoration: underline;
}

.nss-user-form-help {
	color: var(--nss-user-form-field-color);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 11.5px;
	line-height: 1.3;
	margin: -10px 0 -5px;
}

.nss-user-form-card .elementor-field-type-submit {
	margin-top: 20px;
}

.nss-user-form-card .elementor-button,
.nss-user-form-card .nss-user-form-primary,
.nss-user-form-card .nss-user-form-secondary,
.nss-user-form-card .nss-user-form-danger,
.nss-user-form-card .nss-user-delete-trigger {
	border: 0;
	border-radius: 25px;
	cursor: pointer;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.25;
		padding: 20px;
		transition: filter 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
		white-space: normal;
	}

.nss-user-form-card .elementor-button,
.nss-user-form-card .nss-user-form-primary,
.nss-user-form-card .nss-user-form-danger {
	background: var(--nss-user-form-accent);
	color: #ffffff;
	width: 100%;
}

.nss-user-form-card .nss-user-form-secondary {
	background: var(--nss-user-form-field-bg);
	color: var(--nss-user-form-text);
}

.nss-user-form-card .nss-user-delete-trigger {
	background: transparent;
	box-shadow: inset 0 0 0 2px var(--nss-user-form-accent);
	color: var(--nss-user-form-accent);
	width: 100%;
}

.nss-user-form-card .nss-user-delete-trigger:not(:disabled):hover {
	background: var(--nss-user-form-accent);
	color: #ffffff;
}

.nss-user-form-card button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.nss-user-form-card button:not(:disabled):hover {
	filter: brightness(0.92);
}

.nss-user-form-card button[hidden] {
	display: none;
}

.nss-user-field-invalid {
	box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.3) !important;
}

.nss-user-field-error {
	color: var(--nss-user-form-danger);
	font-size: 12px;
	line-height: 1.3;
	margin-top: 6px;
}

.nss-user-form-message,
.nss-user-delete-message {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 16px;
	min-height: 1px;
}

.nss-user-form-message.is-success,
.nss-user-delete-message.is-success {
	color: #027a48;
}

.nss-user-form-message.is-warning {
	color: #a15c00;
}

.nss-user-form-message.is-error,
.nss-user-delete-message.is-error {
	color: var(--nss-user-form-danger);
}

.nss-user-form-modal-open {
	overflow: hidden;
}

.nss-user-form-modal[hidden],
.nss-user-delete-modal[hidden] {
	display: none;
}

.nss-user-form-modal,
.nss-user-delete-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 99999;
}

.nss-user-form-modal__backdrop {
	background: rgba(4, 4, 4, 0.55);
	inset: 0;
	position: absolute;
}

.nss-user-form-modal__dialog {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
	color: var(--nss-user-form-text);
	max-height: calc(100vh - 40px);
	max-width: 480px;
	overflow: auto;
	padding: 28px;
	position: relative;
	width: min(100%, 480px);
}

.nss-user-form-modal__dialog h3 {
	color: var(--nss-user-form-text);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.nss-user-form-modal__dialog p {
	color: var(--nss-user-form-field-color);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 18px;
}

.nss-user-form-summary {
	background: var(--nss-user-form-field-bg);
	border-radius: 12px;
	margin: 0 0 20px;
	padding: 16px;
}

.nss-user-form-summary div {
	display: grid;
	gap: 8px;
	grid-template-columns: 96px 1fr;
}

.nss-user-form-summary div + div {
	margin-top: 10px;
}

.nss-user-form-summary dt {
	color: var(--nss-user-form-field-color);
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.nss-user-form-summary dd {
	color: var(--nss-user-form-text);
	font-size: 14px;
	margin: 0;
	overflow-wrap: anywhere;
}

.nss-user-form-modal__actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 18px;
}

.nss-user-form-modal__actions button {
	min-width: 0;
	width: auto;
}

.nss-user-form-modal__actions .nss-user-form-primary,
.nss-user-form-modal__actions .nss-user-form-secondary,
.nss-user-form-modal__actions .nss-user-form-danger {
	font-size: 16px;
	line-height: 1.2;
	padding: 14px 20px;
}

.nss-user-form-modal__actions .nss-user-form-primary,
.nss-user-form-modal__actions .nss-user-form-danger {
	background: var(--nss-user-form-accent) !important;
	color: #ffffff !important;
}

.nss-user-form-modal__actions .nss-user-form-secondary {
	background: transparent !important;
	color: var(--nss-user-form-accent) !important;
}

.nss-user-delete-modal .nss-user-form-modal__actions {
	justify-content: space-between;
}

.nss-user-delete-zone {
	border-top: 1px solid rgba(4, 4, 4, 0.08);
	margin-top: 28px;
	padding-top: 24px;
}

.nss-user-delete-step[hidden] {
	display: none;
}

.nss-user-delete-check {
	align-items: flex-start;
	color: var(--nss-user-form-text);
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.nss-user-delete-email-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.nss-user-login-required {
	color: var(--nss-user-form-text);
	margin: 0;
}

@media (max-width: 480px) {
	.nss-user-form-card {
		padding: 32px 24px;
	}

	.nss-user-form-card .elementor-col-25,
	.nss-user-form-card .elementor-col-33,
	.nss-user-form-card .elementor-col-50,
	.nss-user-form-card .elementor-col-66,
	.nss-user-form-card .elementor-col-75 {
		width: 100%;
	}

	.nss-user-form-modal__actions {
		flex-direction: column;
	}

	.nss-user-form-modal__actions button {
		width: 100%;
	}

	.nss-user-form-card .elementor-button,
	.nss-user-form-card .nss-user-form-primary,
	.nss-user-form-card .nss-user-form-secondary,
	.nss-user-form-card .nss-user-form-danger,
	.nss-user-form-card .nss-user-delete-trigger {
		font-size: 16px;
		padding: 16px;
	}

	.nss-user-form-modal__actions .nss-user-form-primary,
	.nss-user-form-modal__actions .nss-user-form-secondary,
	.nss-user-form-modal__actions .nss-user-form-danger {
		font-size: 15px;
		padding: 13px 16px;
	}

	.nss-user-form-summary div {
		grid-template-columns: 1fr;
	}
}

/* The global Elementor kit also styles plain buttons. Keep this profile action self-contained. */
.nss-user-profile-card .nss-user-delete-trigger {
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 2px solid var(--nss-user-form-accent) !important;
	border-radius: 25px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: var(--nss-user-form-accent) !important;
	cursor: pointer !important;
	display: block !important;
	font-family: "Montserrat", Arial, sans-serif !important;
	font-size: 25px !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 18px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	width: 100% !important;
}

.nss-user-profile-card .nss-user-delete-trigger:not(:disabled):hover {
	background-color: var(--nss-user-form-accent) !important;
	background-image: none !important;
	border-color: var(--nss-user-form-accent) !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

/* Keep Elementor's global kit from reducing the registration and profile submit labels. */
.nss-user-registration-card .elementor-field-type-submit .elementor-button,
.nss-user-profile-card .elementor-field-type-submit .elementor-button,
.nss-user-registration-card .elementor-field-type-submit .elementor-button-text,
.nss-user-profile-card .elementor-field-type-submit .elementor-button-text {
	font-size: 25px !important;
}
