/* Generated by tools/build-assets.php. Edit assets/css modules instead. */

.amed-receita {
	max-width: 1220px;
	margin: 0 auto;
	padding: 40px 5px 84px;
	color: #123F46;
}

/* Como funciona - refinamento visual */
.amed-how-page {
	padding: 42px 16px 64px;
}

.amed-how-hero {
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 30px;
	margin-bottom: 28px;
}

.amed-how-hero h1 {
	max-width: 620px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.06;
}

.amed-how-hero p,
.amed-how-section p,
.amed-how-card p,
.amed-how-step p,
.amed-how-note p {
	font-size: 14px;
	line-height: 1.45;
}

.amed-how-hero__actions {
	gap: 10px;
	margin-top: 18px;
}

.amed-how-button {
	min-height: 40px;
	padding: 0 17px;
	border-radius: 12px;
	font-size: 11px;
	letter-spacing: 0.02em;
}

.amed-how-visual {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border-radius: 22px;
	background: #edf4dd;
	box-shadow: 0 18px 42px rgba(24, 63, 55, 0.1);
}

.amed-how-visual img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.amed-how-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(23, 63, 55, 0.56), rgba(23, 63, 55, 0.06));
	content: "";
}

.amed-how-visual__badge {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	max-width: 230px;
	padding: 16px;
	border-radius: 16px;
	color: #123F46;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 30px rgba(24, 63, 55, 0.14);
}

.amed-how-visual__badge strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 920;
}

.amed-how-visual__badge span {
	display: block;
	color: #65726b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.amed-how-section {
	margin-top: 28px;
}

.amed-how-section__head {
	max-width: 660px;
	margin-bottom: 18px;
}

.amed-how-section h2 {
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.1;
}

.amed-how-cards {
	gap: 14px;
}

.amed-how-card {
	overflow: hidden;
	padding: 0;
	border-radius: 18px;
}

.amed-how-card__image {
	height: 150px;
	overflow: hidden;
	background: #f2f5ec;
}

.amed-how-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-how-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.amed-how-card h3 {
	margin: 8px 0 8px;
	font-size: 20px;
}

.amed-how-card ul {
	gap: 7px;
	margin: 14px 0 18px;
}

.amed-how-card li {
	font-size: 13px;
}

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

.amed-how-flow__item {
	position: relative;
	min-height: 278px;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 16px;
	background: #fff;
}

.amed-how-flow__mock {
	display: grid;
	gap: 7px;
	min-height: 118px;
	margin: 0;
	padding: 16px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
	background: linear-gradient(135deg, #f8faf5 0%, #ffffff 100%);
}

.amed-how-flow__mock b,
.amed-how-flow__mock small,
.amed-how-flow__mock i,
.amed-how-flow__mock strong {
	display: block;
	width: fit-content;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.amed-how-flow__mock b {
	color: #123F46;
	font-size: 13px;
	font-weight: 900;
}

.amed-how-flow__mock small,
.amed-how-flow__mock i {
	padding: 6px 9px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 8px;
	color: rgba(24, 63, 55, 0.72);
	background: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.amed-how-flow__mock strong {
	margin-top: auto;
	padding: 7px 10px;
	border-radius: 8px;
	color: #fff;
	background: #123F46;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-how-flow__item img {
	width: 100%;
	height: 92px;
	object-fit: cover;
}

.amed-how-flow__item div {
	padding: 13px;
}

.amed-how-flow__item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-bottom: 8px;
	border-radius: 999px;
	color: #fff;
	background: #123F46;
	font-size: 11px;
	font-weight: 900;
}

.amed-how-flow__item h3 {
	margin: 0 0 5px;
	color: #123F46;
	font-size: 15px;
	font-weight: 920;
	line-height: 1.15;
}

.amed-how-flow__item p {
	font-size: 12px;
	line-height: 1.42;
}

.amed-how-note {
	margin-top: 28px;
	padding: 24px;
	border-radius: 18px;
}

.amed-how-note h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.amed-how-note__list li {
	padding: 12px 14px;
	font-size: 13px;
}

@media (max-width: 849px) {
	.amed-prescriber-appointments-filter--done,
	.amed-prescriber-appointments-table--done .amed-prescriber-appointment-row,
	.amed-account-documents__item {
		grid-template-columns: 1fr;
	}

	.amed-account-documents__actions {
		flex-wrap: wrap;
	}

	.amed-how-page {
		padding: 28px 14px 48px;
	}

	.amed-how-hero {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.amed-how-hero h1 {
		font-size: 32px;
	}

	.amed-how-visual,
	.amed-how-visual img {
		min-height: 260px;
	}

	.amed-how-visual__badge {
		right: 14px;
		bottom: 14px;
		left: 14px;
		max-width: none;
		padding: 14px;
	}

	.amed-how-cards,
	.amed-how-flow,
	.amed-how-note {
		grid-template-columns: 1fr;
	}

	.amed-how-card__image {
		height: 132px;
	}

	.amed-how-flow__item {
		display: grid;
		grid-template-columns: 116px minmax(0, 1fr);
		min-height: 0;
	}

	.amed-how-flow__mock {
		min-height: 100%;
		border-right: 1px solid rgba(24, 63, 55, 0.08);
		border-bottom: 0;
	}

	.amed-how-flow__item img {
		width: 96px;
		height: 100%;
		min-height: 118px;
	}
}

/* Padrão global de botões do plugin: compacto, consistente e sem botões gigantes. */
:root {
	--amed-button-radius: 8px;
	--amed-button-height: 40px;
	--amed-button-padding-y: 10px;
	--amed-button-padding-x: 16px;
	--amed-button-font-size: 13px;
	--amed-button-font-weight: 800;
}

.amed-how-button,
.amed-care-index .amed-care-button,
.amed-care-page .amed-care-button,
.amed-prescriber-register__actions button,
.amed-checkout-login-callout button,
.amed-checkout-login-callout__button,
.amed-teleconsult-thankyou__button:not(.amed-teleconsult-thankyou__button--meeting),
.amed-checkout-sidebar-place-order .wc-block-components-checkout-place-order-button,
.amed-checkout-sidebar-place-order button[type="submit"],
.amed-receita button:not([data-quote-qty-minus]):not([data-quote-qty-plus]):not([data-cpf-continue]):not([data-cpf-new-order]):not([data-quote-coupon-apply]),
.amed-receita__button,
.amed-quote-action button,
.amed-cpf-results__actions button,
.amed-reorder-app__button,
.amed-reorder-card button,
.amed-prescriber-portal__card button,
.amed-telemed__search-row button,
.amed-telemed__now button,
.amed-public-booking__foot button,
.amed-public-booking__details .amed-cpf-results__actions button,
.amed-telemed-request__foot button,
.amed-prescriber-appointments-filter__actions button,
.amed-prescriber-appointment-row__actions button,
.amed-prescriber-login__form button,
.amed-prescriber-form-actions button,
.amed-prescriber-availability button,
.amed-prescriber-status-form button,
.amed-prescriber-appointment-form button,
.amed-prescriber-profile-form button,
.amed-prescriber-document-form button,
.amed-online-prescribers__button,
.amed-active-session .amed-active-session__button {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: max-content !important;
	min-height: var(--amed-button-height) !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: var(--amed-button-padding-y) var(--amed-button-padding-x) !important;
	border-radius: var(--amed-button-radius) !important;
	font-size: var(--amed-button-font-size) !important;
	font-weight: var(--amed-button-font-weight) !important;
	line-height: 1.05 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
	box-shadow: none !important;
}

.amed-how-button--primary,
.amed-care-index .amed-care-button--primary,
.amed-care-page .amed-care-button--primary,
.amed-prescriber-register__actions button:not(.is-outline),
.amed-checkout-login-callout button,
.amed-checkout-login-callout__button,
.amed-teleconsult-thankyou__button:not(.amed-teleconsult-thankyou__button--meeting),
.amed-checkout-sidebar-place-order .wc-block-components-checkout-place-order-button,
.amed-checkout-sidebar-place-order button[type="submit"],
.amed-receita button:not([data-quote-qty-minus]):not([data-quote-qty-plus]):not([data-cpf-continue]):not([data-cpf-new-order]):not([data-quote-coupon-apply]),
.amed-receita__button,
.amed-quote-action button,
.amed-cpf-results__actions button,
.amed-reorder-app__button,
.amed-reorder-card button,
.amed-prescriber-portal__card button,
.amed-telemed__search-row button,
.amed-telemed__now button,
.amed-public-booking__foot button,
.amed-public-booking__details .amed-cpf-results__actions button,
.amed-telemed-request__foot button,
.amed-prescriber-appointments-filter__actions button,
.amed-prescriber-appointment-row__actions button,
.amed-prescriber-login__form button,
.amed-prescriber-form-actions button,
.amed-prescriber-availability button,
.amed-prescriber-status-form button,
.amed-prescriber-appointment-form button,
.amed-prescriber-profile-form button,
.amed-prescriber-document-form button,
.amed-online-prescribers__button--primary,
.amed-active-session .amed-active-session__button {
	border: 1px solid #123F46 !important;
	background: #123F46 !important;
	color: #fff !important;
}

.amed-how-button,
.amed-care-page .amed-care-button:not(.amed-care-button--primary),
.amed-prescriber-register__actions button.is-outline,
.amed-reorder-app__button--ghost,
.amed-online-prescribers__button--secondary {
	border: 1px solid #123F46 !important;
	background: #fff !important;
	color: #123F46 !important;
}

.amed-how-button:hover,
.amed-care-page .amed-care-button:hover,
.amed-prescriber-register__actions button:hover,
.amed-checkout-login-callout button:hover,
.amed-checkout-login-callout__button:hover,
.amed-teleconsult-thankyou__button:hover,
.amed-receita__button:hover,
.amed-reorder-app__button:hover,
.amed-online-prescribers__button:hover,
.amed-active-session .amed-active-session__button:hover {
	filter: brightness(0.96);
}

.amed-how-page {
	max-width: 1180px;
	margin: 0 auto;
	padding: 56px 16px 76px;
	color: #123F46;
}

.amed-how-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	gap: 36px;
	align-items: center;
	margin-bottom: 34px;
}

.amed-how-kicker,
.amed-how-card__label,
.amed-how-step__number,
.amed-how-note__label {
	display: block;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.amed-how-hero h1 {
	max-width: 780px;
	margin: 8px 0 14px;
	color: #123F46;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 920;
	line-height: 1.02;
}

.amed-how-hero p,
.amed-how-section p,
.amed-how-card p,
.amed-how-step p,
.amed-how-note p {
	margin: 0;
	color: #63716b;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.55;
}

.amed-how-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.amed-how-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid #123F46;
	border-radius: 999px;
	color: #123F46;
	background: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.amed-how-button--primary {
	border-color: #123F46;
	color: #fff;
	background: #123F46;
}

.amed-how-button--orange {
	border-color: #3D7FA3;
	color: #fff;
	background: #3D7FA3;
}

.amed-how-hero__panel {
	padding: 26px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 20px;
	background: linear-gradient(140deg, #f7faef 0%, #fff 74%);
	box-shadow: 0 18px 45px rgba(24, 63, 55, 0.08);
}

.amed-how-hero__panel strong {
	display: block;
	margin-bottom: 14px;
	color: #123F46;
	font-size: 20px;
	font-weight: 920;
}

.amed-how-hero__panel ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: how-quick;
}

.amed-how-hero__panel li {
	position: relative;
	min-height: 38px;
	padding-left: 50px;
	color: #5c6963;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

.amed-how-hero__panel li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	color: #fff;
	background: #123F46;
	font-size: 12px;
	font-weight: 900;
	counter-increment: how-quick;
	content: counter(how-quick, decimal-leading-zero);
}

.amed-how-section {
	margin-top: 34px;
}

.amed-how-section__head {
	max-width: 760px;
	margin-bottom: 22px;
}

.amed-how-section h2 {
	margin: 6px 0 10px;
	color: #123F46;
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 920;
	line-height: 1.08;
}

.amed-how-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.amed-how-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px;
	border: 1px solid rgba(24, 63, 55, 0.11);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 63, 55, 0.06);
}

.amed-how-card h3 {
	margin: 10px 0 10px;
	color: #123F46;
	font-size: 24px;
	font-weight: 920;
	line-height: 1.12;
}

.amed-how-card ul {
	display: grid;
	gap: 9px;
	margin: 18px 0 22px;
	padding: 0;
	list-style: none;
}

.amed-how-card li {
	position: relative;
	padding-left: 18px;
	color: #5c6963;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

.amed-how-card li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #3D7FA3;
	content: "";
}

.amed-how-card .amed-how-button {
	width: 100%;
	margin-top: auto;
}

.amed-how-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.amed-how-step {
	position: relative;
	padding: 22px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 18px;
	background: #fbfcf8;
}

.amed-how-step__number {
	color: #3D7FA3;
}

.amed-how-step h3 {
	margin: 8px 0 8px;
	color: #123F46;
	font-size: 19px;
	font-weight: 920;
	line-height: 1.15;
}

.amed-how-step p {
	font-size: 14px;
	line-height: 1.45;
}

.amed-how-note {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 26px;
	align-items: center;
	margin-top: 34px;
	padding: 30px;
	border-radius: 22px;
	background: #123F46;
}

.amed-how-note h2,
.amed-how-note p,
.amed-how-note .amed-how-note__label {
	color: #fff;
}

.amed-how-note h2 {
	margin: 8px 0 0;
	font-size: clamp(28px, 3.8vw, 44px);
	font-weight: 920;
	line-height: 1.08;
}

.amed-how-note p {
	color: rgba(255, 255, 255, 0.82);
}

.amed-how-note__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amed-how-note__list li {
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

@media (max-width: 849px) {
	.amed-how-page {
		padding: 36px 14px 56px;
	}

	.amed-how-hero,
	.amed-how-note {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.amed-how-hero h1 {
		font-size: 38px;
	}

	.amed-how-hero p,
	.amed-how-section p {
		font-size: 15px;
	}

	.amed-how-hero__actions {
		flex-direction: column;
	}

	.amed-how-button {
		width: 100%;
	}

	.amed-how-cards,
	.amed-how-timeline {
		grid-template-columns: 1fr;
	}

	.amed-how-card,
	.amed-how-step,
	.amed-how-note,
	.amed-how-hero__panel {
		padding: 20px;
		border-radius: 16px;
	}
}

.amed-prescriber-register {
	max-width: 1180px;
	margin: 0 auto;
	padding: 54px 24px 72px;
	color: #3f463f;
}

.amed-prescriber-register__hero {
	max-width: 760px;
	margin-bottom: 34px;
}

.amed-prescriber-register__hero span {
	display: inline-block;
	margin-bottom: 10px;
	color: #3D7FA3;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.amed-prescriber-register__hero h1 {
	margin: 0 0 12px;
	color: #123F46;
	font-size: 44px;
	line-height: 1.08;
}

.amed-prescriber-register__hero p {
	margin: 0;
	color: #6a6f6a;
	font-size: 18px;
	line-height: 1.55;
}

.amed-prescriber-register__card {
	padding: 0;
	background: transparent;
}

.amed-prescriber-register__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-bottom: 34px;
	border-top: 8px solid #B8DAD8;
}

.amed-prescriber-register__steps div {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 0 0;
	color: #90988b;
	font-weight: 800;
}

.amed-prescriber-register__steps div.is-active {
	color: #3D7FA3;
}

.amed-prescriber-register__steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #F4F1E8;
	color: #3D7FA3;
}

.amed-prescriber-register__panel {
	display: none;
}

.amed-prescriber-register__panel.is-active {
	display: block;
}

.amed-prescriber-register__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 22px 22px;
}

.amed-prescriber-register__grid--profile {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.amed-prescriber-register label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #3f463f;
	font-size: 15px;
	font-weight: 600;
}

.amed-prescriber-register__grid--profile label {
	grid-column: span 2;
}

.amed-prescriber-register__grid--profile label.is-wide {
	grid-column: span 4;
}

.amed-prescriber-register label span {
	color: #555a55;
	font-size: 15px;
	font-weight: 700;
}

body .amed-prescriber-register .amed-prescriber-register__card input:not([type="checkbox"]),
body .amed-prescriber-register .amed-prescriber-register__card select {
	width: 100%;
	height: 50px;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid #dce2df;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	color: #3f463f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

body .amed-prescriber-register .amed-prescriber-register__card select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #3D7FA3 50%), linear-gradient(135deg, #3D7FA3 50%, transparent 50%);
	background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 36px;
}

body .amed-prescriber-register .amed-prescriber-register__card input:not([type="checkbox"]):focus,
body .amed-prescriber-register .amed-prescriber-register__card select:focus {
	border-color: #3D7FA3;
	box-shadow: 0 0 0 3px rgba(75, 98, 43, 0.12);
	outline: 0;
}

.amed-prescriber-register small,
.amed-prescriber-register__hint {
	margin: 7px 0 0;
	color: #a1a39f;
	font-size: 13px;
	line-height: 1.35;
}

.amed-prescriber-register__lookup {
	display: none;
	margin-top: 18px;
	padding: 12px 14px;
	border: 1px solid #dfe8d3;
	border-radius: 12px;
	background: #f7faef;
	color: #3D7FA3;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.amed-prescriber-register__lookup:not(:empty) {
	display: block;
}

.amed-prescriber-register__lookup.is-warning {
	border-color: #f0d6b9;
	background: #fff7ed;
	color: #9a4c12;
}

.amed-prescriber-register__lookup.is-muted {
	border-color: #e3e7e4;
	background: #f8f9f8;
	color: #7a827a;
}

.amed-prescriber-register__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

.amed-prescriber-register__actions a,
.amed-prescriber-register__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 112px;
	height: 42px;
	min-height: 42px;
	margin: 0;
	padding: 0 22px;
	border: 1.5px solid #3D7FA3;
	border-radius: 10px;
	background: #3D7FA3;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
}

.amed-prescriber-register__actions a,
.amed-prescriber-register__actions button.is-outline {
	background: #fff;
	color: #3D7FA3;
}

.amed-prescriber-register__check {
	display: flex !important;
	grid-template-columns: none !important;
	align-items: flex-start;
	gap: 12px !important;
	margin-top: 18px !important;
	color: #5c625c;
	font-size: 17px !important;
	font-weight: 500 !important;
}

.amed-prescriber-register__check input {
	width: 22px;
	min-width: 22px;
	height: 22px;
	min-height: 22px;
	margin-top: 2px;
	padding: 0;
}

.amed-prescriber-register__check span {
	font-size: 17px !important;
	font-weight: 500 !important;
}

.amed-prescriber-register__notice {
	margin-bottom: 26px;
	padding: 18px 20px;
	border-radius: 12px;
	background: #f3f7df;
	color: #123F46;
}

.amed-prescriber-register__notice.is-warning {
	background: #fff6e8;
}

.amed-prescriber-register__notice strong {
	display: block;
	margin-bottom: 4px;
}

.amed-prescriber-register__notice p {
	margin: 0;
}

.amed-prescriber-register__complete {
	max-width: 760px;
	margin-top: 34px;
	padding: 36px;
	border: 1px solid #dfe8d3;
	border-radius: 18px;
	background: #f7faef;
	color: #123F46;
}

.amed-prescriber-register__complete-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #3D7FA3;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}

.amed-prescriber-register__complete > span {
	display: block;
	margin-bottom: 8px;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.amed-prescriber-register__complete h2 {
	margin: 0 0 10px;
	color: #123F46;
	font-size: 30px;
	line-height: 1.15;
}

.amed-prescriber-register__complete p {
	margin: 0 0 22px;
	color: #59655d;
	font-size: 16px;
	line-height: 1.5;
}

.amed-prescriber-register__next {
	display: grid;
	gap: 12px;
	margin-bottom: 26px;
}

.amed-prescriber-register__next div {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 12px;
	background: #fff;
}

.amed-prescriber-register__next strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	min-width: 26px;
	border-radius: 999px;
	background: #F4F1E8;
	color: #3D7FA3;
	font-size: 13px;
}

.amed-prescriber-register__next span {
	color: #46544a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.amed-prescriber-register__complete a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 10px;
	background: #3D7FA3;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.amed-prescriber-register {
		padding: 36px 18px 54px;
	}

	.amed-prescriber-register__hero h1 {
		font-size: 32px;
	}

	.amed-prescriber-register__grid,
	.amed-prescriber-register__grid--profile {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-register__grid--profile label,
	.amed-prescriber-register__grid--profile label.is-wide {
		grid-column: auto;
	}

	.amed-prescriber-register__actions {
		flex-wrap: wrap;
	}
}

.amed-receita__top {
	margin-bottom: 28px;
}

.amed-receita__intro {
	max-width: 780px;
}

.amed-receita__eyebrow {
	margin: 0 0 10px;
	color: #6b7b72;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-receita h1 {
	margin: 0 0 16px;
	color: #123F46;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.04;
}

.amed-receita p {
	color: #3D7FA3;
	font-size: 13px;
	font-weight: 600;
}

.amed-journey-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	margin: 0 0 28px;
	border-radius: 0;
	background: #f9f9f9;
}

.amed-checkout-journey {
	margin: 0 0 22px;
}

.amed-checkout-journey .amed-journey-steps {
	margin-bottom: 0;
	border: solid 1px #eee;
	border-radius: 10px;
}

.amed-receita--checkout {
	padding-top: 34px;
}

.amed-checkout-title {
	margin: 0 0 44px;
}

.amed-checkout-title h1 {
	margin: 0;
	color: #06440f;
	font-size: clamp(16px, 3.2vw, 36px);
	font-weight: 800;
	line-height: 1.08;
}

.amed-checkout-panel {
	padding: 32px;
}

.amed-checkout-panel .amed-receita__section-head {
	margin-bottom: 30px;
}

.amed-checkout-addresses {
	display: none;
	gap: 12px;
	margin: 0 0 30px;
}

.amed-checkout-addresses.is-positioned {
	display: grid;
}

.amed-checkout-address-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 18px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 6px;
	background: #fff;
	color: #123F46;
}

.amed-checkout-address-card strong {
	display: block;
	margin: 0 0 6px;
	color: #123F46;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.amed-checkout-address-card p {
	margin: 0;
	color: #123F46;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.amed-checkout-address-card a {
	flex: 0 0 auto;
	color: #123F46;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.amed-checkout-address-card a:hover {
	color: #3D7FA3;
	text-decoration: none;
}

.amed-checkout-login-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid rgba(61, 127, 163, 0.22);
	border-radius: 8px;
	background: #fff8f2;
	color: #123F46;
}

.amed-checkout-login-callout span {
	display: block;
	margin-bottom: 5px;
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-checkout-login-callout strong {
	display: block;
	margin: 0 0 4px;
	color: #123F46;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.amed-checkout-login-callout p {
	margin: 0;
	color: rgba(24, 63, 55, 0.72);
	font-size: 13px;
	line-height: 1.4;
}

.amed-checkout-login-callout button,
.amed-checkout-login-callout__button {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: #3D7FA3;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.amed-checkout-login-callout__button:hover {
	color: #fff;
	text-decoration: none;
}

.amed-login-is-open {
	overflow: hidden;
}

.amed-login-modal[hidden] {
	display: none;
}

.amed-login-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.amed-login-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 31, 27, 0.56);
	backdrop-filter: blur(5px);
}

.amed-login-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 26px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(10, 31, 27, 0.28);
	color: #123F46;
}

.amed-login-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 30px;
	min-height: 33px;
	height: 30px;
	border: 0;
	border-radius: 8px;
	background: #f8eee7;
	color: #3D7FA3;
	font-size: 15px;
	padding: 0;
	line-height: 1;
	cursor: pointer;
}

.amed-login-modal__head {
	max-width: 620px;
	margin: 0 0 22px;
}

.amed-login-modal__head span {
	display: block;
	margin-bottom: 8px;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-login-modal__head h3 {
	margin: 0 0 8px;
	color: #123F46;
	font-size: 28px;
	line-height: 1.1;
}

.amed-login-modal__head p {
	margin: 0;
	color: rgba(24, 63, 55, 0.72);
	font-size: 15px;
	line-height: 1.5;
}

.amed-login-modal__body {
	display: block;
}

.amed-login-modal .lcew-auth-tabs-wrapper {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
}

.amed-login-modal .lcew-auth-tabs {
	gap: 6px;
	margin: 0 0 16px;
	padding: 5px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 999px;
	background: #f9f9f9;
}

.amed-login-modal .lcew-auth-tab {
	min-height: 32px;
	padding: 6px 8px !important;
	border-radius: 999px;
	color: #123F46;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1;
}

.amed-login-modal .lcew-auth-tab.is-active {
	background: #3D7FA3;
	color: #fff;
	box-shadow: none;
}

.amed-login-modal .lcew-card,
.amed-login-modal .lcew-auth-panel[data-lcew-panel="password"] {
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.10);
	border-radius: 10px;
	background: #f9f9f9;
	box-shadow: none;
}

.amed-login-modal .lcew-header {
	margin-bottom: 14px;
}

.amed-login-modal .lcew-icon {
	display: none;
}

.amed-login-modal .lcew-header h2,
.amed-login-modal .lcew-auth-panel[data-lcew-panel="password"] h2 {
	margin: 0 0 8px;
	color: #123F46;
	font-size: 20px;
	line-height: 1.2;
}

.amed-login-modal .lcew-header p {
	margin: 0;
	color: rgba(24, 63, 55, 0.68);
	font-size: 13px;
	line-height: 1.4;
}

.amed-login-modal .lcew-field,
.amed-login-modal .woocommerce-form-row {
	margin-bottom: 12px;
}

.amed-login-modal .lcew-field label,
.amed-login-modal .woocommerce-form-row label {
	display: block;
	margin-bottom: 6px;
	color: #123F46;
	font-size: 12px;
	font-weight: 800;
}

.amed-login-modal .lcew-field input,
.amed-login-modal .woocommerce-form-row input.input-text {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 7px;
	background: #fff;
	box-shadow: none;
	color: #123F46;
	font-size: 14px;
}

.amed-login-modal .lcew-button,
.amed-login-modal .woocommerce-form-login__submit {
	width: auto;
	min-height: 34px;
	height: auto;
	padding: 8px 18px !important;
	border: 1px solid #3D7FA3;
	border-radius: 44px !important;
	background: #3D7FA3 !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.amed-login-modal .lcew-resend,
.amed-login-modal .lost_password a {
	color: #123F46;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.amed-login-modal .lcew-resend:hover,
.amed-login-modal .lost_password a:hover {
	color: #3D7FA3;
	text-decoration: none;
}

.amed-login-modal .lcew-message {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
}

.amed-login-modal .woocommerce-form-login {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.amed-login-modal__status {
	margin: 18px 0 0;
	padding: 12px 14px;
	border-radius: 8px;
	background: #f4f5f3;
	color: #123F46;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.amed-login-modal__status:empty {
	display: none;
}

.amed-login-modal__status.is-error {
	background: #fff3ef;
	color: #c94d16;
}

.amed-login-modal__status.is-success {
	background: #B8DAD8;
	color: #3D7FA3;
}

.amed-checkout-content {
	color: #123F46;
}

.amed-checkout-content p,
.amed-checkout-content label {
	color: #123F46;
}

.amed-checkout-content .wp-block-woocommerce-checkout,
.amed-checkout-content .wc-block-checkout,
.amed-checkout-content .wc-block-components-sidebar-layout {
	margin: 0;
}

.amed-checkout-content .wc-block-checkout__main {
	padding-right: 28px;
}

.amed-checkout-content .wc-block-components-title,
.amed-checkout-content .wc-block-components-checkout-step__title,
.amed-checkout-content .wc-block-components-order-summary__title,
.amed-checkout-content .wc-block-components-totals-wrapper h2,
.amed-checkout-content .wp-block-woocommerce-checkout-order-summary-block h2 {
	color: #123F46;
	font-weight: 700;
}

.amed-checkout-content .wc-block-components-product-metadata,
.amed-checkout-content .wc-block-components-product-metadata__description,
.amed-checkout-content .wc-block-components-product-metadata__description p {
	display: none !important;
}

.amed-checkout-content .amed-checkout-postcode-first {
	order: -1;
}

.amed-checkout-content .amed-checkout-cep-status {
	display: block;
	margin-top: 8px;
	color: rgba(24, 63, 55, 0.72);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.amed-checkout-content .amed-checkout-cep-status:empty {
	display: none;
}

.amed-checkout-content .amed-checkout-cep-status.is-valid {
	color: #3D7FA3;
}

.amed-checkout-content .amed-checkout-cep-status.is-warning {
	color: #a45a1f;
}

.amed-checkout-content .amed-teleconsult-summary-photo,
.amed-checkout-content .wc-block-components-order-summary-item[data-amed-photo-applied="1"] img {
	width: 76px !important;
	height: 76px !important;
	border-radius: 999px !important;
	object-fit: cover !important;
	background: #edf3e5 !important;
}

.amed-teleconsult-thankyou {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 22px;
	margin: 0 0 32px;
	padding: 28px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 18px;
	background: linear-gradient(135deg, #f6f8f4 0%, #ffffff 100%);
	box-shadow: 0 18px 48px rgba(24, 63, 55, 0.08);
	color: #123F46;
}

.amed-teleconsult-thankyou__content span {
	display: inline-block;
	margin-bottom: 8px;
	color: #778574;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.amed-teleconsult-thankyou__content h2 {
	margin: 0 0 10px;
	color: #123F46;
	font-size: 32px;
	line-height: 1.1;
}

.amed-teleconsult-thankyou__content p {
	margin: 0 0 18px;
	color: #4f5c58;
	font-size: 17px;
	line-height: 1.55;
}

.amed-teleconsult-thankyou__meta {
	display: grid;
	gap: 5px;
	margin-bottom: 20px;
	color: #4f5c58;
}

.amed-teleconsult-thankyou__meta strong,
.amed-teleconsult-thankyou__meta span {
	margin: 0;
	color: #123F46;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.amed-teleconsult-thankyou__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	background: #123F46;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
}

.amed-teleconsult-thankyou__steps {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amed-teleconsult-thankyou__steps li {
	padding: 14px 16px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 14px;
	background: #fff;
}

.amed-teleconsult-thankyou__steps strong {
	display: block;
	margin-bottom: 4px;
	color: #123F46;
	font-size: 15px;
}

.amed-teleconsult-thankyou__steps span {
	display: block;
	color: #61706a;
	font-size: 14px;
	line-height: 1.45;
}

@media (max-width: 860px) {
	.amed-teleconsult-thankyou {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.amed-teleconsult-thankyou__content h2 {
		font-size: 26px;
	}
}

.amed-checkout-content input[type="checkbox"] {
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0;
	border-radius: initial;
	box-shadow: none;
}

.amed-checkout-content input[type="radio"] {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	margin: 0 12px 0 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(24, 63, 55, 0.42) !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 5px #fff !important;
	appearance: none;
	-webkit-appearance: none;
}

.amed-checkout-content input[type="radio"]:checked {
	border-color: #123F46 !important;
	background: #111 !important;
}

.amed-checkout-content .wc-block-components-checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: #123F46;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.amed-checkout-content .wc-block-components-checkbox .wc-block-components-checkbox__input {
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px;
	margin-top: 1px;
}

.amed-checkout-content .wc-block-components-totals-discount__coupon-list,
.amed-checkout-content .wc-block-components-totals-discount [class*="coupon-list"] {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 0;
}

.amed-checkout-content .wc-block-components-totals-discount__coupon-list-item,
.amed-checkout-content .wc-block-components-totals-discount [class*="coupon-list-item"],
.amed-checkout-content .wc-block-components-totals-discount .wc-block-components-chip {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	gap: 6px;
	padding: 5px 8px;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 999px;
	background: #fff;
	color: #123F46;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.amed-checkout-content .wc-block-components-totals-discount button,
.amed-checkout-content .wc-block-components-totals-discount .wc-block-components-chip button {
	display: inline-flex !important;
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #123F46 !important;
	background: rgba(24, 63, 55, 0.08) !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: none !important;
	transform: none !important;
}

.amed-checkout-content .wc-block-components-totals-discount button::before,
.amed-checkout-content .wc-block-components-totals-discount .wc-block-components-chip button::before {
	content: "x";
	color: currentColor;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.amed-checkout-content .wc-block-components-totals-discount button:hover,
.amed-checkout-content .wc-block-components-totals-discount .wc-block-components-chip button:hover {
	color: #3D7FA3 !important;
	background: rgba(61, 127, 163, 0.12) !important;
}

.amed-checkout-sidebar-place-order {
	padding: 18px 24px 24px;
	border-top: 1px solid rgba(24, 63, 55, 0.1);
	background: #fff;
}

.amed-checkout-sidebar-place-order .wc-block-components-checkout-place-order-button,
.amed-checkout-sidebar-place-order button[type="submit"] {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 54px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 14px 22px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #3D7FA3 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

.amed-checkout-sidebar-place-order .wc-block-components-checkout-place-order-button:hover,
.amed-checkout-sidebar-place-order button[type="submit"]:hover {
	background: #d86d25 !important;
	color: #fff !important;
	transform: none !important;
}

.amed-checkout-content .wp-block-woocommerce-checkout-actions-block:empty,
.amed-checkout-content .wc-block-checkout__actions:empty {
	display: none !important;
}

.amed-journey-step {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	min-height: 70px;
	padding: 25px 18px;
	border-right: 1px solid rgba(24, 63, 55, 0.08);
	color: #123F46;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}

.amed-journey-step:last-child {
	border-right: 0;
}

a.amed-journey-step:hover {
	color: #123F46;
	background: #fff;
	text-decoration: none;
}

.amed-journey-step.is-disabled {
	color: rgba(24, 63, 55, 0.44);
	cursor: default;
}

.amed-journey-step:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	content: "";
	border-radius: 40px;
}

.amed-journey-step__number {
	display: inline-flex;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(24, 63, 55, 0.14);
	border-radius: 999px;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.amed-journey-step__body {
	display: block;
	min-width: 0;
}

.amed-journey-step strong {
	display: block;
	color: currentColor;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.amed-journey-step small {
	display: block;
	margin-top: 4px;
	color: currentColor;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.amed-journey-step.is-active {
	color: #123F46;
	background: #fff;
}

.amed-journey-step.is-active:after {
	background: #3D7FA3;
}

.amed-journey-step.is-active .amed-journey-step__number {
	border-color: #3D7FA3;
	color: #fff;
	background: #3D7FA3;
}

.amed-journey-step.is-done {
	color: #6b7b72;
}

.amed-journey-step.is-done .amed-journey-step__number {
	border-color: rgba(105, 128, 56, 0.28);
	color: #3D7FA3;
	background: #B8DAD8;
}

.amed-receita__form,
.amed-receita__panel {
	padding: 32px;
	border: 1px solid rgba(24, 63, 55, 0.06);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(24, 63, 55, 0.055);
}

.amed-quote-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr);
	gap: 28px;
	align-items: start;
}

.amed-order-readiness {
	display: grid;
	gap: 14px;
	margin: 0 0 22px;
	padding: 18px;
	border: 1px solid rgba(61, 127, 163, 0.24);
	border-left: 4px solid #3D7FA3;
	border-radius: 8px;
	color: #123F46;
	background: #fff9f3;
}

.amed-order-readiness__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.amed-order-readiness__head > span {
	display: inline-flex;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: #3D7FA3;
	font-weight: 900;
}

.amed-order-readiness strong,
.amed-order-readiness p {
	display: block;
	margin: 0;
}

.amed-order-readiness p,
.amed-order-readiness li,
.amed-order-readiness small {
	color: rgba(24, 63, 55, 0.72);
	font-size: 13px;
	line-height: 1.45;
}

.amed-order-readiness ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amed-order-readiness li::before {
	margin-right: 7px;
	color: #c45d18;
	content: "○";
	font-weight: 900;
}

.amed-order-readiness a {
	justify-self: start;
	color: #123F46;
	font-size: 13px;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 720px) {
	.amed-order-readiness ul {
		grid-template-columns: 1fr;
	}
}

.amed-quote-form {
	margin: 0;
}

.amed-quote-products,
.amed-quote-sidebar {
	box-shadow: none;
}

.amed-quote-table-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 140px;
	gap: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.12);
}

.amed-quote-table-head span {
	color: #123F46;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-quote-table-head span:last-child {
	text-align: right;
}

.amed-quote-table {
	display: grid;
}

.amed-prescription-summary {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.07);
	border-radius: 6px;
	background: #fbfbfa;
}

.amed-prescription-summary div {
	min-height: 0;
	padding: 11px 12px;
	border-right: 0;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-prescription-summary div:last-child {
	border-bottom: 0;
}

.amed-prescription-summary span,
.amed-quote-cart__head span {
	display: block;
	margin-bottom: 4px;
	color: #6b7b72;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-prescription-summary strong,
.amed-quote-cart__head strong {
	display: block;
	color: #123F46;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.amed-prescription-quota p {
	margin: 0;
	padding: 12px;
	color: #6b7b72;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	background: #fffaf5;
	border-top: 1px solid rgba(61, 127, 163, 0.16);
}

.amed-quote-sidebar {
	position: sticky;
	top: 24px;
	border-color: rgba(24, 63, 55, 0.09);
}

.amed-quote-cart__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.1);
}

.amed-quote-cart__head em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	color: #3D7FA3;
	background: #B8DAD8;
	font-size: 11px;
	font-style: normal;
	font-weight: 850;
	white-space: nowrap;
}

.amed-quote-sidebar__note {
	margin: 0 0 14px;
	padding: 10px 12px;
	border: 1px solid rgba(105, 128, 56, 0.14);
	border-radius: 6px;
	color: #3D7FA3;
	background: #fbfcf7;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.amed-quote-sidebar__note.is-loading {
	position: relative;
	padding-left: 38px;
	border-color: rgba(61, 127, 163, 0.12);
	color: #123F46;
	background: #fffaf4;
	font-size: 12px;
	font-weight: 650;
}

.amed-quote-sidebar__note.is-loading::before {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(61, 127, 163, 0.22);
	border-top-color: #3D7FA3;
	border-radius: 50%;
	content: "";
	animation: amedSpin 0.9s linear infinite;
}

.amed-quote-coupon {
	display: block;
	margin: 14px 0 0;
	padding-top: 14px;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-quote-coupon span {
	display: block;
	margin-bottom: 8px;
	color: #6b7b72;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-quote-coupon__control {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: stretch;
}

.amed-receita .amed-quote-coupon input[type="text"] {
	width: 100%;
	min-height: 42px !important;
	padding: 0 13px !important;
	border: 1px solid rgba(24, 63, 55, 0.11) !important;
	border-radius: 5px !important;
	color: #123F46;
	background: #fff !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 500;
	text-transform: uppercase;
}

.amed-receita .amed-quote-coupon__control button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(61, 127, 163, 0.28);
	border-radius: 5px;
	color: #3D7FA3;
	background: #fff8f2;
	box-shadow: none;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.amed-quote-coupon small {
	display: block;
	margin-top: 7px;
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.35;
}

.amed-receita .amed-quote-coupon input[type="text"]::placeholder {
	color: rgba(24, 63, 55, 0.42);
	text-transform: none;
}

.amed-quote-item {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr) 170px;
	gap: 24px;
	align-items: start;
	padding: 26px 0;
	border-bottom: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 0;
	background: transparent;
}

.amed-quote-item__image {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 0;
	background: #f5f5f2;
}

.amed-quote-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-quote-item__body a {
	display: block;
	color: #123F46;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
}

.amed-quote-item__price {
	display: block;
	margin-top: 6px;
	color: #6e6e6e;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
}

.amed-quote-item__body small {
	display: block;
	margin-top: 6px;
	color: #737373;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.amed-quote-item__total {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 12px;
}

.amed-quote-item__total strong {
	padding-top: 1px;
	color: #6e6e6e;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-align: right;
	white-space: nowrap;
}

.amed-quote-qty {
	display: inline-grid;
	grid-template-columns: 46px 58px 46px;
	width: 150px;
	height: 46px;
	overflow: hidden;
	margin-top: 0;
	border: 1px solid rgba(24, 63, 55, 0.2);
	border-radius: 5px;
	background: #fff;
}

.amed-quote-qty button,
.amed-quote-qty input {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	color: #3D7FA3;
	background: transparent;
	box-shadow: none;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.amed-quote-qty button {
	padding: 0;
	cursor: pointer;
}

.amed-quote-qty button:hover,
.amed-quote-qty button:focus {
	color: #c95f16;
	background: transparent;
	transform: none;
}

.amed-quote-qty input {
	color: #6e6e6e;
	font-size: 18px;
	font-weight: 400;
}

.amed-quote-qty input::-webkit-outer-spin-button,
.amed-quote-qty input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.amed-quote-qty input[type="number"] {
	-moz-appearance: textfield;
}

.amed-quote-qty-limit {
	display: block;
	margin-top: -5px;
	color: #6b7b72;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
}

.amed-quote-usage {
	margin-top: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 10px;
	background: #f9f9f9;
}

.amed-quote-usage span {
	display: block;
	margin-bottom: 7px;
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-quote-usage p {
	margin: 0;
	color: #4f625c;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}

.amed-quote-source {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin: 0 0 18px;
	padding: 14px 18px;
	border: 1px solid #dfe7e2;
	border-radius: 14px;
	background: #f8faf8;
}

.amed-quote-source > div {
	min-width: 0;
}

.amed-quote-source span {
	display: block;
	margin-bottom: 4px;
	color: #78867f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.amed-quote-source strong {
	display: block;
	color: #123F46;
	font-size: 14px;
	line-height: 1.4;
}

.amed-quote-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 18px;
	padding: 16px 0;
	border-top: 1px solid rgba(24, 63, 55, 0.1);
	border-bottom: 1px solid rgba(24, 63, 55, 0.1);
}

.amed-quote-total__discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 2px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-quote-total__discount strong {
	color: #3D7FA3;
	font-size: 14px;
	font-weight: 800;
}

.amed-quote-total span {
	color: #6b7b72;
	font-size: 15px;
	font-weight: 700;
}

.amed-quote-total strong {
	color: #123F46;
	font-size: 24px;
	font-weight: 500;
}

.amed-quote-action {
	margin-top: 18px;
}

.amed-quote-action button {
	width: 100%;
}

.amed-locked-cart-qty {
	display: inline-flex;
	min-width: 44px;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 6px;
	color: #123F46;
	background: #f9f9f9;
	font-size: 14px;
	font-weight: 700;
}

.amed-quote-empty {
	display: grid;
	justify-items: start;
	gap: 10px;
	padding: 28px 30px;
	border: 1px solid rgba(24, 63, 55, 0.07);
	border-radius: 10px;
	background: #fbfbfa;
}

.amed-quote-empty strong {
	display: block;
	color: #123F46;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.25;
}

.amed-quote-empty p {
	max-width: 720px;
	margin: 0;
	color: #6b7b72;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.amed-quote-empty small {
	display: block;
	max-width: 680px;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.45;
}

.amed-quote-empty em {
	display: inline-flex;
	margin-top: 2px;
	color: rgba(24, 63, 55, 0.56);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35;
}

.amed-quote-loader {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(61, 127, 163, 0.08);
}

.amed-quote-loader span {
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid rgba(61, 127, 163, 0.2);
	border-top-color: #3D7FA3;
	border-radius: 50%;
	animation: amedSpin 0.9s linear infinite;
}

@keyframes amedSpin {
	to {
		transform: rotate(360deg);
	}
}

.amed-receita__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.amed-client-type {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 22px;
}

.amed-client-type__option {
	position: relative;
	display: block;
	cursor: pointer;
}

.amed-client-type__option input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.amed-client-type__option > span {
	display: block;
	min-height: 104px;
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 10px;
	background: #fbfbfa;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.amed-client-type__option strong {
	display: block;
	color: #123F46;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.amed-client-type__option small {
	display: block;
	margin-top: 8px;
	color: #6b7b72;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.amed-client-type__option:hover > span,
.amed-client-type__option:focus-within > span {
	border-color: rgba(61, 127, 163, 0.5);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(61, 127, 163, 0.1);
}

.amed-client-type__option input:checked + span {
	border-color: rgba(61, 127, 163, 0.68);
	background: #fff8f0;
	box-shadow: inset 0 0 0 1px rgba(61, 127, 163, 0.18);
}

.amed-receita__section-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 38px;
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-receita__section-head--spaced {
	margin-top: 30px;
}

.amed-receita__section-head--quote {
	margin-bottom: 22px;
}

.amed-receita__section-head span {
	display: block;
	min-width: 52px;
	color: #3D7FA3;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.amed-receita__section-head h2 {
	margin: 0;
	color: #123F46;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.amed-receita label {
	display: block;
	margin: 0;
	color: #5c6d65;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
}

.amed-receita label span {
	display: block;
	margin-bottom: 8px;
}

.amed-receita label strong {
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-cpf-status,
.amed-cep-status {
	display: block;
	color: #6b7b72;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

.amed-cpf-status.is-loading,
.amed-cep-status.is-loading {
	color: #6b7b72;
}

.amed-cpf-status.is-valid,
.amed-cep-status.is-valid {
	color: #3D7FA3;
}

.amed-cpf-status.is-warning,
.amed-cep-status.is-warning {
	color: #a26a23;
}

.amed-cpf-status.is-error,
.amed-cep-status.is-error {
	color: #b54832;
}

.amed-cpf-results {
	grid-column: 1 / -1;
	margin-top: 6px;
	padding: 24px 28px 26px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 12px;
	background: #f9f9f9;
}

.amed-cpf-results[hidden] {
	display: none;
}

.amed-cpf-results__head {
	margin-bottom: 16px;
}

.amed-cpf-results__head strong {
	display: block;
	color: #3D7FA3;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.amed-cpf-results__head small {
	display: block;
	margin-top: 8px;
	color: rgba(24, 63, 55, 0.68);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.amed-cpf-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.amed-cpf-results li {
	margin: 0 !important;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-cpf-results__login-message {
	display: grid;
	gap: 5px;
	margin: 14px 0 2px;
	padding: 14px 16px;
	border: 1px solid rgba(61, 127, 163, 0.16);
	border-radius: 8px;
	background: #fffaf5;
}

.amed-cpf-results__login-message strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.amed-cpf-results__login-message span {
	color: rgba(24, 63, 55, 0.68);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.amed-cpf-results__option {
	position: relative;
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin: 0 !important;
	padding: 16px 0;
	cursor: pointer;
}

.amed-cpf-results__option input {
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.amed-cpf-results__check {
	width: 18px;
	height: 18px;
	margin: 2px 0 0 !important;
	border: 1px solid rgba(24, 63, 55, 0.28);
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 4px #fff;
}

.amed-cpf-results__option.is-selected .amed-cpf-results__check,
.amed-cpf-results__option input:checked + .amed-cpf-results__check {
	border-color: #3D7FA3;
	background: #3D7FA3;
}

.amed-cpf-results__option.is-pending .amed-cpf-results__content span {
	color: #a26a23;
	font-weight: 700;
}

.amed-cpf-results__content,
.amed-cpf-results__content span {
	display: block;
	margin: 0 !important;
}

.amed-cpf-results__content strong {
	color: #123F46;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
}

.amed-cpf-results__content span,
.amed-cpf-results__content small {
	display: block;
	margin-top: 6px;
	color: rgba(24, 63, 55, 0.66);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.amed-cpf-results__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 16px;
}

.amed-cpf-results__actions button,
.amed-cpf-results__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 20px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
	height: 20px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.amed-cpf-results__continue {
	border: 1px solid #3D7FA3;
	color: #fff;
	background: #3D7FA3;
}

.amed-cpf-results__new {
	border: 1px solid rgba(24, 63, 55, 0.16);
	color: #123F46;
	background: #fff;
}

.amed-active-session {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 22px;
	padding: 10px 25px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 8px;
	background: #f9f9f9;
}

.amed-active-session span,
.amed-active-session small {
	display: block;
	color: rgb(115, 135, 61);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.amed-active-session strong {
	display: block;
	margin: 4px 0;
	color: #123F46;
	font-size: 16px;
	line-height: 1.25;
}

.amed-active-session__prescriber {
	margin-top: 3px;
	color: rgb(24, 63, 55) !important;
	font-weight: 800 !important;
}

.amed-active-session a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 18px;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 6px;
	background: #fff;
	color: #123F46;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.amed-receita input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="file"]):not([data-quote-qty]),
.amed-receita select,
.amed-receita textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 8px;
	color: #123F46;
	background: #fbfbfa;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.amed-receita .amed-receita__form input[type="text"],
.amed-receita .amed-receita__form input[type="tel"],
.amed-receita .amed-receita__form input[type="email"],
.amed-receita .amed-receita__form select,
.amed-receita .amed-receita__form textarea {
	min-height: 48px !important;
	border: 1px solid rgba(24, 63, 55, 0.09) !important;
	border-radius: 8px !important;
	background: #fbfbfa !important;
	box-shadow: none !important;
	font-size: 15px !important;
}

.amed-receita input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="file"]):not([data-quote-qty]):focus,
.amed-receita select:focus,
.amed-receita textarea:focus {
	border-color: rgba(61, 127, 163, 0.55);
	background: #fff;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(61, 127, 163, 0.12);
}

.amed-receita .amed-receita__form input[type="text"]:focus,
.amed-receita .amed-receita__form input[type="tel"]:focus,
.amed-receita .amed-receita__form input[type="email"]:focus,
.amed-receita .amed-receita__form select:focus,
.amed-receita .amed-receita__form textarea:focus {
	border-color: rgba(61, 127, 163, 0.55) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(61, 127, 163, 0.12) !important;
}

.amed-upload-field {
	position: relative;
	cursor: pointer;
}

.amed-upload-slot {
	display: grid;
	gap: 10px;
	align-content: start;
}

.amed-upload-field__label {
	margin-bottom: 8px;
}

.amed-upload-field__box {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 96px;
	padding: 16px;
	border: 1px dashed rgba(24, 63, 55, 0.18);
	border-radius: 10px;
	color: #123F46;
	background: #fbfbfa;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.amed-upload-field:hover .amed-upload-field__box,
.amed-upload-field:focus-within .amed-upload-field__box {
	border-color: rgba(61, 127, 163, 0.55);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(61, 127, 163, 0.1);
}

.amed-upload-field.has-file .amed-upload-field__box {
	border-style: solid;
	border-color: rgba(105, 128, 56, 0.28);
	background: #f7faef;
}

.amed-upload-field__icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	color: #3D7FA3;
	background: #fff4eb;
}

.amed-upload-field__icon svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.amed-receita .amed-upload-field__box strong {
	display: block;
	color: #123F46;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
}

.amed-upload-field__box small {
	display: block;
	overflow: hidden;
	margin-top: 5px;
	color: #6b7b72;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.amed-upload-field input[type="file"] {
	position: absolute;
	inset: 28px 0 0;
	width: 100%;
	height: calc(100% - 28px);
	opacity: 0;
	cursor: pointer;
}

.amed-upload-field__saved {
	display: block;
	align-self: start;
	margin-top: -2px;
	color: #6b7b72;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.amed-upload-field__saved a {
	color: #123F46;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.amed-upload-field__saved[hidden] {
	display: none !important;
}

.amed-upload-field__saved--reused {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(105, 128, 56, 0.22);
	border-radius: 8px;
	color: #50655e;
	background: #f5f8ed;
}

.amed-upload-field__saved--reused span {
	display: block;
	margin-top: 3px;
	font-weight: 500;
}

.amed-receita textarea {
	padding-top: 14px;
	resize: vertical;
}

.amed-receita__uploads {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.amed-receita__notes {
	margin-top: 24px;
}

.amed-registration-note {
	margin: 0 0 24px;
	padding: 16px 18px;
	border-radius: 8px;
	color: #123F46;
	background: #f9f9f9;
}

.amed-registration-note strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 850;
}

.amed-registration-note p {
	margin: 0;
	color: #6b7b72;
	font-size: 13px;
	line-height: 1.45;
}

.amed-registration-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 20px 0 6px;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 8px;
	background: #f9f9f9;
}

.amed-registration-summary__item {
	min-width: 0;
	padding: 18px;
	border-right: 1px solid rgba(24, 63, 55, 0.07);
}

.amed-registration-summary__item:last-child {
	border-right: 0;
}

.amed-registration-summary__item span,
.amed-registration-summary__item small {
	display: block;
}

.amed-registration-summary__item span {
	margin-bottom: 7px;
	color: #3D7FA3;
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-registration-summary__item strong {
	display: block;
	margin-bottom: 5px;
	color: #123F46;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.25;
}

.amed-registration-summary__item small {
	margin-top: 4px;
	color: rgba(24, 63, 55, 0.68);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.amed-registration-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: start;
}

.amed-beneficiary-form {
	display: grid;
	gap: 24px;
}

.amed-beneficiary-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.amed-beneficiary-option {
	display: flex;
	min-height: 104px;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.14);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.amed-beneficiary-option:has(input:checked) {
	border-color: #3D7FA3;
	background: #f6faec;
	box-shadow: 0 0 0 2px rgba(99, 133, 47, 0.12);
}

.amed-beneficiary-option input {
	margin-top: 3px;
}

.amed-beneficiary-option span {
	display: grid;
	gap: 5px;
}

.amed-beneficiary-option strong {
	color: #123F46;
	font-size: 14px;
	line-height: 1.3;
}

.amed-beneficiary-option small,
.amed-beneficiary-fields label > small {
	color: rgba(24, 63, 55, 0.66);
	font-size: 12px;
	line-height: 1.4;
}

.amed-beneficiary-summary {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	padding: 12px 14px;
	border: 1px solid rgba(99, 133, 47, 0.16);
	border-radius: 8px;
	background: #f8faF3;
}

.amed-beneficiary-summary span {
	color: #3D7FA3;
	font-size: 10px;
	font-weight: 850;
	text-transform: uppercase;
}

.amed-beneficiary-summary strong {
	color: #123F46;
	font-size: 13px;
}

.amed-beneficiary-summary small {
	margin-left: auto;
	color: rgba(24, 63, 55, 0.7);
	font-size: 12px;
}

@media (max-width: 760px) {
	.amed-beneficiary-options {
		grid-template-columns: 1fr;
	}

	.amed-beneficiary-summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.amed-beneficiary-summary small {
		margin-left: 0;
	}
}

.amed-registration-layout__main {
	min-width: 0;
}

.amed-registration-layout__side {
	position: sticky;
	top: 24px;
	min-width: 0;
}

.amed-registration-status-panel {
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 10px;
	background: #fff;
}

.amed-registration-status-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-registration-status-panel__head span {
	color: #3D7FA3;
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-registration-status-panel__head strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
	text-align: right;
}

.amed-registration-status-list {
	display: grid;
}

.amed-registration-status-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-registration-status-item:last-child {
	border-bottom: 0;
}

.amed-registration-status-item span {
	color: rgba(24, 63, 55, 0.68);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.25;
	text-transform: uppercase;
}

.amed-registration-status-item strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
	text-align: right;
}

.amed-registration-status-item strong.is-recebido {
	color: #3D7FA3;
}

.amed-registration-status-item strong.is-aprovado {
	color: #4e7a2d;
}

.amed-registration-status-item strong.is-reprovado {
	color: #b54832;
}

.amed-registration-block {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-registration-block h3 {
	margin: 0 0 16px;
	color: #123F46;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.2;
}

.amed-registration-block h3 + .amed-registration-block__intro {
	max-width: 680px;
	margin: -8px 0 18px;
	color: rgba(24, 63, 55, 0.7);
	font-size: 13px;
	line-height: 1.5;
}

.amed-registration-block:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.amed-registration-documents-approved {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	padding: 14px 16px;
	border: 1px solid rgba(78, 122, 45, 0.2);
	border-radius: 10px;
	color: #123F46;
	background: #f5f9eb;
}

.amed-registration-documents-approved__icon {
	display: inline-flex;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: #3D7FA3;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.amed-registration-documents-approved > span:last-child {
	display: grid;
	gap: 3px;
}

.amed-registration-documents-approved strong {
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
}

.amed-registration-documents-approved small {
	color: rgba(24, 63, 55, 0.72);
	font-size: 12px;
	line-height: 1.4;
}

.amed-registration-documents-update {
	margin-top: 12px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 10px;
	background: #fff;
}

.amed-registration-documents-update > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 16px;
	color: #123F46;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	list-style: none;
	cursor: pointer;
}

.amed-registration-documents-update > summary::-webkit-details-marker {
	display: none;
}

.amed-registration-documents-update > summary:after {
	content: "+";
	margin-left: auto;
	color: #3D7FA3;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.amed-registration-documents-update[open] > summary:after {
	content: "−";
}

.amed-registration-documents-update > summary small {
	margin-left: 4px;
	padding: 4px 7px;
	border-radius: 999px;
	color: #3D7FA3;
	background: #f0f6df;
	font-size: 9px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.amed-registration-documents-update__fields {
	padding: 0 16px 18px;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-registration-documents-update__fields .amed-registration-block:first-child {
	margin-top: 18px;
}

.amed-billing-address-fields {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 10px;
	background: #f9f9f9;
}

.amed-billing-address-fields[hidden] {
	display: none;
}

.amed-billing-address-fields h4 {
	margin: 0 0 14px;
	color: #123F46;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
}

.amed-registration-check {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin-top: 18px !important;
	color: #123F46 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.amed-registration-check input {
	width: 18px !important;
	min-height: 18px !important;
	flex: 0 0 18px;
}

.amed-registration-check span {
	margin: 0 !important;
}

.amed-receita__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(24, 63, 55, 0.1);
}

.amed-receita__foot p {
	max-width: 520px;
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
}

.amed-receita button:not([data-quote-qty-minus]):not([data-quote-qty-plus]):not([data-cpf-continue]):not([data-cpf-new-order]):not([data-quote-coupon-apply]),
.amed-receita__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border: 0;
	border-radius: 6px;
	color: #fff;
	background: #3D7FA3;
	box-shadow: none;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.amed-receita button:not([data-quote-qty-minus]):not([data-quote-qty-plus]):not([data-cpf-continue]):not([data-cpf-new-order]):not([data-quote-coupon-apply]):hover,
.amed-receita button:not([data-quote-qty-minus]):not([data-quote-qty-plus]):not([data-cpf-continue]):not([data-cpf-new-order]):not([data-quote-coupon-apply]):focus,
.amed-receita__button:hover,
.amed-receita__button:focus {
	color: #fff;
	background: #c96825;
	transform: translateY(-1px);
}

.amed-receita .amed-quote-qty button {
	display: flex;
	width: 100%;
	min-height: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #3D7FA3;
	background: transparent;
	box-shadow: none;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	transform: none;
	transition: color 0.2s ease;
}

.amed-receita .amed-quote-qty button:hover,
.amed-receita .amed-quote-qty button:focus {
	color: #c95f16;
	background: transparent;
	outline: 0;
	box-shadow: none;
	transform: none;
}

.amed-receita .amed-quote-qty input[type="number"] {
	width: 100%;
	min-height: 0;
	height: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #6e6e6e;
	background: transparent;
	box-shadow: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	vertical-align: initial;
}

.amed-receita .amed-quote-qty input[type="number"]:focus {
	border: 0;
	background: transparent;
	outline: 0;
	box-shadow: none;
}

.amed-receita__notice {
	max-width: 1180px;
	margin: 28px auto 0;
	padding: 18px 22px;
	border-left: 4px solid #3D7FA3;
	border-radius: 6px;
	color: #123F46;
	background: #fff8f0;
}

.amed-receita__notice p {
	margin: 0;
	color: inherit;
	font-size: 15px;
	line-height: 1.45;
}

.amed-receita--success .amed-receita__panel {
	background: #f9f9f9;
}

.amed-receita--success .amed-quote-products,
.amed-receita--success .amed-quote-sidebar {
	background: #fff;
}

.amed-receita--success p {
	max-width: 680px;
}

@media (max-width: 849px) {
	.amed-receita {
		padding: 46px 20px 70px;
	}

	.amed-journey-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amed-receita__form,
	.amed-receita__panel {
		padding: 24px;
	}

	.amed-quote-layout {
		grid-template-columns: 1fr;
	}

	.amed-quote-source {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.amed-registration-layout {
		grid-template-columns: 1fr;
	}

	.amed-registration-layout__side {
		position: static;
	}

	.amed-checkout-content .wc-block-checkout__main {
		padding-right: 0;
	}

	.amed-quote-sidebar {
		position: static;
	}

	.amed-quote-table-head {
		display: none;
	}

	.amed-quote-item {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 14px;
	}

	.amed-quote-item__image {
		width: 76px;
		height: 76px;
	}

	.amed-quote-item__total {
		grid-column: 2;
		align-items: flex-start;
		gap: 10px;
	}

	.amed-prescription-summary {
		grid-template-columns: 1fr;
	}

	.amed-prescription-summary div {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(24, 63, 55, 0.08);
	}

	.amed-prescription-summary div:last-child {
		border-bottom: 0;
	}

	.amed-registration-summary {
		grid-template-columns: 1fr;
	}

	.amed-registration-summary__item {
		border-right: 0;
		border-bottom: 1px solid rgba(24, 63, 55, 0.07);
	}

	.amed-registration-summary__item:last-child {
		border-bottom: 0;
	}

	.amed-client-type {
		grid-template-columns: 1fr;
	}

	.amed-active-session {
		align-items: flex-start;
		flex-direction: column;
	}

	.amed-checkout-address-card {
		flex-direction: column;
		gap: 10px;
	}

	.amed-checkout-login-callout {
		align-items: stretch;
		flex-direction: column;
	}

	.amed-checkout-login-callout button,
	.amed-checkout-login-callout__button {
		width: 100%;
	}

	.amed-login-modal__body {
		grid-template-columns: 1fr;
	}

	.amed-receita__grid,
	.amed-receita__uploads {
		grid-template-columns: 1fr;
	}

	.amed-receita__foot {
		align-items: stretch;
		flex-direction: column;
	}

	.amed-receita button:not([data-quote-qty-minus]):not([data-quote-qty-plus]):not([data-cpf-continue]):not([data-cpf-new-order]):not([data-quote-coupon-apply]),
	.amed-receita__button {
		width: 100%;
	}
}

@media (max-width: 549px) {
	.amed-receita h1 {
		font-size: 34px;
	}

	.amed-receita p {
		font-size: 13px;
	}

	.amed-journey-steps {
		display: flex;
		grid-template-columns: none;
		align-items: stretch;
		overflow: hidden;
	}

	.amed-journey-step {
		flex: 0 0 58px;
		box-sizing: border-box;
		height: 54px;
		min-height: 54px;
		padding: 10px 12px;
		border-right: 1px solid rgba(24, 63, 55, 0.08);
		border-bottom: 0;
		align-items: center;
	}

	.amed-journey-step:last-child {
		border-right: 0;
	}

	.amed-journey-step:after {
		display: none;
	}

	.amed-journey-step.is-active {
		flex: 1 1 auto;
		height: 54px;
		min-height: 54px;
		border-bottom: 2px solid #3D7FA3;
		background: #fff;
	}

	.amed-journey-step small {
		display: none;
	}

	.amed-journey-step.is-active strong {
		font-size: 16px;
		line-height: 1.15;
	}

	.amed-journey-step:not(.is-active) .amed-journey-step__body {
		display: none;
	}

	.amed-receita__section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.amed-login-modal {
		padding: 12px;
	}

	.amed-login-modal__dialog {
		padding: 22px 16px;
	}

	.amed-login-modal__head h3 {
		font-size: 24px;
	}
}

.amed-reorder-app-page #header,
.amed-reorder-app-page #footer,
.amed-reorder-app-page .absolute-footer,
.amed-reorder-app-page .header-wrapper,
.amed-reorder-app-page .page-title,
.amed-reorder-app-page .breadcrumbs {
	display: none !important;
}

.amed-reorder-app-page #main,
.amed-reorder-app-page .page-wrapper {
	padding: 0 !important;
	background: #f9f9f9;
}

.amed-reorder-app-page .entry-content {
	padding: 0;
}

.amed-reorder-app-page .container,
.amed-reorder-app-page .row,
.amed-reorder-app-page .large-12,
.amed-reorder-app-page .col {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.amed-prescriber-app-page #header,
.amed-prescriber-app-page #footer,
.amed-prescriber-app-page .absolute-footer,
.amed-prescriber-app-page .header-wrapper,
.amed-prescriber-app-page .page-title,
.amed-prescriber-app-page .breadcrumbs {
	display: none !important;
}

.amed-prescriber-app-page #main,
.amed-prescriber-app-page .page-wrapper {
	min-height: 100vh;
	padding: 0 !important;
	background: #fff;
}

.amed-prescriber-app-page .entry-content {
	padding: 0;
}

.amed-prescriber-app-page .container,
.amed-prescriber-app-page .row,
.amed-prescriber-app-page .large-12,
.amed-prescriber-app-page .col {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.amed-reorder-app {
	min-height: 100vh;
	padding: 32px 18px 64px;
	color: #123F46;
	background: #f9f9f9;
}

.amed-reorder-app__shell {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.amed-reorder-app__top,
.amed-reorder-app__account,
.amed-reorder-card,
.amed-reorder-app__empty,
.amed-reorder-app__notice {
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: #fff;
}

.amed-reorder-app__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	padding: 28px;
}

.amed-reorder-app__top span,
.amed-reorder-app__empty span,
.amed-reorder-card__head span,
.amed-reorder-card__head small,
.amed-reorder-card__quota small,
.amed-reorder-product label span,
.amed-reorder-app__account small {
	display: block;
	margin-bottom: 6px;
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-reorder-app__top h1,
.amed-reorder-app__empty h2 {
	margin: 0;
	color: #123F46;
	font-size: clamp(34px, 6vw, 62px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
}

.amed-reorder-app__top p,
.amed-reorder-app__empty p {
	max-width: 620px;
	margin: 14px 0 0;
	color: #6c7b73;
	font-size: 16px;
	line-height: 1.55;
}

.amed-reorder-app__top a,
.amed-reorder-app__account a {
	color: #123F46;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.amed-reorder-app__notice {
	margin: 0 0 18px;
	padding: 14px 18px;
	color: #3D7FA3;
	font-size: 14px;
	font-weight: 800;
}

.amed-reorder-app__account {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding: 18px 22px;
	background: #fdfdfb;
}

.amed-reorder-app__account strong,
.amed-reorder-app__account span {
	display: block;
	color: #123F46;
}

.amed-reorder-app__account span {
	margin-top: 2px;
	color: #6c7b73;
	font-size: 13px;
}

.amed-reorder-app__empty {
	padding: 34px;
}

.amed-reorder-app__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.amed-reorder-app__button,
.amed-reorder-card button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 22px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: #3D7FA3;
	box-shadow: none;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.amed-reorder-app__button--ghost {
	color: #123F46;
	background: #fff;
	border: 1px solid rgba(24, 63, 55, 0.14);
}

.amed-reorder-app__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.amed-reorder-card {
	padding: 24px;
}

.amed-reorder-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-reorder-card__head h2 {
	margin: 0;
	color: #123F46;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
}

.amed-reorder-card__head p {
	margin: 8px 0 0;
	color: #6c7b73;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.amed-reorder-card__head div:last-child {
	flex: 0 0 auto;
	min-width: 116px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #B8DAD8;
	text-align: center;
}

.amed-reorder-card__head div:last-child strong {
	color: #3D7FA3;
	font-size: 14px;
}

.amed-reorder-card__quota {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 18px 0;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 10px;
	background: #f9f9f9;
}

.amed-reorder-card__quota div {
	padding: 14px;
	border-right: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-reorder-card__quota div:last-child {
	border-right: 0;
}

.amed-reorder-card__quota strong {
	color: #123F46;
	font-size: 22px;
	line-height: 1;
}

.amed-reorder-products {
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
}

.amed-reorder-product {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 92px;
	align-items: center;
	gap: 14px;
	padding: 12px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 12px;
	background: #fff;
}

.amed-reorder-product__image {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 8px;
	background: #F4F1E8;
}

.amed-reorder-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-reorder-product strong {
	display: block;
	color: #123F46;
	font-size: 15px;
	line-height: 1.25;
}

.amed-reorder-product div span {
	display: block;
	margin-top: 4px;
	color: #6c7b73;
	font-size: 12px;
}

.amed-reorder-product label {
	margin: 0;
}

.amed-reorder-product input[type="number"] {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	border: 1px solid rgba(24, 63, 55, 0.14);
	border-radius: 8px;
	color: #123F46;
	background: #f9f9f9;
	box-shadow: none;
	font-size: 16px;
	text-align: center;
}

.amed-reorder-card button {
	width: 100%;
}

.amed-telemed,
.amed-prescriber-portal {
	max-width: 1220px;
	margin: 0 auto;
	padding: 38px 16px 72px;
	color: #123F46;
}

.amed-telemed__page-title {
	margin: 0 0 24px;
}

.amed-telemed__page-title h1 {
	margin: 0;
	color: #123F46;
	font-size: clamp(24px, 3.2vw, 36px);
	font-weight: 800;
	line-height: 1.08;
}

.amed-telemed__hero,
.amed-prescriber-portal__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 0;
}

.amed-telemed__hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 300px;
	width: 100%;
	margin: 0 0 18px;
	padding: 42px 0 35px;
	overflow: visible;
	border-radius: 18px;
	/*border: 1px solid rgba(24, 63, 55, 0.08);
	background:
		radial-gradient(circle at 94% 0%, rgba(61, 127, 163, 0.08), transparent 32%),
		linear-gradient(135deg, #ffffff 0%, #fbfcf8 52%, #f4f7ec 100%);
	box-shadow: 0 16px 42px rgba(24, 63, 55, 0.045);*/
	z-index: 5;
}

.amed-telemed__hero::after {
	display: none;
}

.amed-telemed__hero-content {
	position: relative;
	z-index: 1;
	width: min(100%, 760px);
}

.amed-telemed__hero span,
.amed-prescriber-portal__hero span {
	display: block;
	margin-bottom: 8px;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.amed-telemed__hero h1,
.amed-prescriber-portal__hero h1 {
	max-width: 680px;
	margin: 0;
	color: #123F46;
	font-size: clamp(25px, 2.7vw, 34px);
	font-weight: 800;
	line-height: 1.08;
}

.amed-telemed__hero p,
.amed-prescriber-portal__hero p {
	max-width: 690px;
	margin: 12px 0 0;
	color: #6f7d76;
	font-size: 15px;
	line-height: 1.5;
}

.amed-telemed__portal-link,
.amed-prescriber-portal__notice a,
.amed-telemed-card__body > a,
.amed-prescriber-portal__card button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 10px 16px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	background: #3D7FA3;
	box-shadow: none;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.amed-telemed__search {
	position: relative;
	z-index: 40;
	display: grid;
	grid-template-columns: minmax(360px, auto) minmax(320px, 1fr);
	align-items: stretch;
	gap: 12px;
	width: min(100%, 1120px);
	margin-top: 22px;
	padding: 12px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 38px rgba(24, 63, 55, 0.08);
}

.amed-telemed__tabs {
	display: flex;
	gap: 7px;
	align-items: stretch;
	min-width: 0;
	overflow: hidden;
}

.amed-telemed__tabs button,
.amed-telemed__filters button,
.amed-telemed__now button {
	appearance: none;
	box-shadow: none;
	cursor: pointer;
}

.amed-telemed__tabs button {
	box-sizing: border-box;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 14px;
	color: #6f7d76;
	background: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.amed-telemed__tabs button.is-active {
	color: #123F46;
	background: #edf2df;
	border-color: #dfe8c6;
}

.amed-telemed__search-row {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: stretch;
}

.amed-telemed__search-row input,
.amed-telemed__search-row input[type=search] {
	box-sizing: border-box;
	width: 100%;
	height: 44px !important;
	min-height: 44px !important;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 14px !important;
	color: #333;
	background: #fff;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 44px !important;
	transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
	vertical-align: middle;
}

.amed-telemed__search-row input:focus {
	border-color: #3D7FA3;
	box-shadow: 0 0 0 2px rgba(113, 131, 79, 0.12);
	outline: 0;
}

.amed-telemed__search-row button {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 96px;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0;
	border-radius: 14px;
	color: #fff;
	background: #123F46;
	box-shadow: none;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.amed-telemed__search-row button span {
	display: none;
}

.amed-telemed__search-row button span::after {
	display: none;
}

.amed-telemed__search-row button::after {
	display: none;
}

.amed-telemed__suggestions {
	position: absolute;
	z-index: 9999;
	top: calc(100% + 10px);
	right: 70px;
	left: clamp(330px, 38%, 430px);
	max-height: 330px;
	overflow: auto;
	padding: 10px;
	border: 5px solid rgba(207, 213, 210, 0.78);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 44px rgba(24, 63, 55, 0.14);
}

.amed-telemed__suggestions[hidden] {
	display: none;
}

.amed-telemed__suggestions button {
	display: block;
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	color: #6f6b6a;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

.amed-telemed__suggestions button:hover {
	color: #123F46;
	background: #f5f7ee;
}

.amed-telemed__suggestions button strong,
.amed-telemed__suggestions button span {
	display: block;
}

.amed-telemed__suggestions button span {
	margin-top: 3px;
	color: #7c8881;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.amed-telemed__now {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0 0 22px;
	padding: 18px 22px;
	border-radius: 12px;
	color: #fff;
	background: #83985c;
	position: relative;
	z-index: 1;
}

.amed-telemed__now strong {
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.amed-telemed__now p {
	margin: 5px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.amed-telemed__now button {
	min-height: 38px;
	padding: 9px 22px;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #3D7FA3;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.amed-telemed__filter-panel {
	display: none;
	gap: 10px;
	margin-bottom: 25px;
	padding: 10px 24px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(24, 63, 55, 0.035);
}

.amed-telemed__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.amed-telemed__filters span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-right: 2px;
	color: #6f7d76;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-telemed__filters a,
.amed-telemed__filters button {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 5px 20px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 999px;
	color: #6f7d76;
	background: #fff;
	font-size: 12px;
	margin-top: 0;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.amed-telemed__filters a:hover,
.amed-telemed__filters button:hover,
.amed-telemed__filters .is-active {
	color: #123F46;
	background: #B8DAD8;
	border-color: #dfe8c6;
}

.amed-telemed__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.amed-prescriber-portal__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.amed-telemed-card,
.amed-prescriber-portal__card,
.amed-telemed__empty,
.amed-prescriber-portal__notice {
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(24, 63, 55, 0.035);
}

.amed-telemed-card {
	overflow: hidden;
	padding: 0;
	border-radius: 14px;
}

.amed-telemed-card > .amed-telemed-card__photo {
	margin: 0 !important;
}

.amed-telemed-card__photo {
	position: relative;
	display: block !important;
	width: 100% !important;
	height: 188px;
	overflow: hidden;
	border-radius: 0 !important;
	background: #F4F1E8 !important;
	box-shadow: none !important;
	padding: 0 !important;
	text-decoration: none !important;
}

.amed-telemed-card__photo img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	transition: transform 0.2s ease;
}

.amed-telemed-card__photo:hover img {
	transform: scale(1.03);
}

.amed-telemed-card__photo span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #3D7FA3;
	background: linear-gradient(145deg, #B8DAD8, #f9f9f9);
	font-size: 54px;
	font-weight: 800;
}

.amed-telemed-card__photo em {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 7px 11px;
	border-radius: 999px;
	color: #6f7d76;
	background: rgba(255, 255, 255, 0.94);
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.amed-telemed-card.is-online .amed-telemed-card__photo em {
	color: #48621f;
	background: #eef5d9;
}

.amed-telemed-card.is-online .amed-telemed-card__photo em::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 7px;
	content: "";
	border-radius: 999px;
	background: #6f8b2e;
}

.amed-telemed-card__body,
.amed-prescriber-portal__card,
.amed-telemed__empty,
.amed-prescriber-portal__notice {
	padding: 20px;
}

.amed-telemed-card__body {
	padding: 18px;
}

.amed-telemed-card__status {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 7px 10px;
	border-radius: 999px;
	color: #6f7d76;
	background: #f9f9f9;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-telemed-card.is-online .amed-telemed-card__status {
	color: #3D7FA3;
	background: #B8DAD8;
}

.amed-telemed-card h2,
.amed-prescriber-portal__card h2,
.amed-telemed__empty h2,
.amed-prescriber-portal__notice h2 {
	margin: 0;
	color: #123F46;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.18;
}

.amed-telemed-card p,
.amed-prescriber-portal__card p,
.amed-telemed__empty p,
.amed-prescriber-portal__notice p {
	margin: 9px 0 0;
	color: #6f7d76;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.amed-telemed-card__record,
.amed-telemed-card__specialty {
	color: #123F46 !important;
}

.amed-telemed-card__specialty {
	margin-top: 9px !important;
	color: #85827f !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.amed-telemed-card__record {
	margin-top: 5px !important;
	color: #6f7d76 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

.amed-telemed-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-telemed-card__meta strong {
	color: #123F46;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.amed-telemed-card__meta span {
	color: #747d77;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.amed-telemed-card__body > a {
	width: 100%;
	min-height: 38px;
	margin-top: 16px;
	border: 1px solid #3D7FA3;
	border-radius: 999px;
	color: #3D7FA3;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
}

.amed-telemed-card__body > a:hover {
	color: #fff;
	background: #3D7FA3;
}

.amed-telemed-notice,
.amed-telemed-request,
.amed-prescriber-portal__appointments {
	margin: 0 0 24px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(24, 63, 55, 0.045);
}

.amed-telemed-notice {
	padding: 18px 22px;
}

.amed-telemed-notice strong,
.amed-prescriber-portal__appointments-head span,
.amed-telemed-request__summary span,
.amed-telemed-request label span,
.amed-prescriber-portal__appointment span {
	display: block;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-telemed-notice p {
	margin: 6px 0 0;
	color: #627069;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.amed-telemed-notice--success {
	border-color: rgba(113, 131, 79, 0.2);
	background: #f8fbef;
}

.amed-telemed-notice--warning {
	border-color: rgba(61, 127, 163, 0.24);
	background: #fff8f1;
}

.amed-telemed-notice--error {
	border-color: rgba(163, 54, 54, 0.2);
	background: #fff5f5;
}

.amed-telemed-request {
	display: grid;
	grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
	gap: 24px;
	padding: 24px;
}

.amed-public-prescriber {
	display: grid;
	gap: 18px;
}

.amed-public-prescriber__back {
	justify-self: start;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.amed-public-prescriber__hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 24px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(24, 63, 55, 0.045);
}

.amed-public-prescriber__photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	overflow: hidden;
	border-radius: 22px;
	color: #123F46;
	background: #B8DAD8;
	font-size: 34px;
	font-weight: 950;
}

.amed-public-prescriber__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-public-prescriber__hero span,
.amed-public-prescriber__facts span {
	display: block;
	color: #74816f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-public-prescriber__hero h1 {
	margin: 6px 0 8px;
	color: #123F46;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 950;
	line-height: 1.04;
}

.amed-public-prescriber__hero p {
	margin: 6px 0 0;
	color: #627069;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-public-prescriber__facts {
	min-width: 170px;
	padding: 16px;
	border-radius: 14px;
	background: #f7faf1;
	text-align: right;
}

.amed-public-prescriber__facts strong {
	display: block;
	color: #123F46;
	font-size: 20px;
	font-weight: 950;
}

.amed-public-booking {
	max-width: 1180px;
	margin: 0 auto 42px;
	padding: 6px 0 0;
}

.amed-public-booking__back {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 14px;
	color: #385320;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.amed-public-booking__back::before {
	content: "<";
	font-size: 15px;
	line-height: 1;
}

.amed-public-booking__head {
	max-width: 720px;
	margin: 0 0 22px;
}

.amed-public-booking__head span {
	display: block;
	margin-bottom: 8px;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.amed-public-booking__head h1 {
	margin: 0;
	color: #123F46;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 920;
	line-height: 1.04;
}

.amed-public-booking__head p {
	max-width: 600px;
	margin: 10px 0 0;
	color: #5d6d66;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-public-booking__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 22px;
	padding: 16px 18px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 16px;
	background: #f8faf5;
	padding-left: 130px;
}

.amed-public-booking__steps div {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #7d8a80;
	font-size: 13px;
	font-weight: 850;
}

.amed-public-booking__steps div:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	left: 46px;
	height: 1px;
	background: #dce6d4;
	transform: translateY(-50%);
}

.amed-public-booking__steps strong {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 999px;
	background: #e9f0d4;
	color: #3D7FA3;
	font-size: 13px;
	font-weight: 900;
}

.amed-public-booking__steps span {
	position: relative;
	z-index: 1;
	padding-right: 10px;
	background: #f8faf5;
	white-space: nowrap;
}

.amed-public-booking__steps .is-active {
	color: #123F46;
}

.amed-public-booking__steps .is-active strong {
	background: #123F46;
	color: #fff;
}

.amed-public-booking__shell {
	display: grid;
	grid-template-columns: minmax(250px, 0.9fr) minmax(320px, 1.08fr) minmax(300px, 1fr);
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.14);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(24, 63, 55, 0.08);
}

.amed-public-booking__profile,
.amed-public-booking__calendar,
.amed-public-booking__details {
	padding: 34px 32px;
}

.amed-public-booking__profile,
.amed-public-booking__calendar {
	border-right: 1px solid rgba(24, 63, 55, 0.12);
}

.amed-public-booking__photo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 50%;
	color: #123F46;
	background: #B8DAD8;
	font-size: 26px;
	font-weight: 950;
}

.amed-public-booking__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-public-booking__status {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	margin: 0 0 8px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #B8DAD8;
	color: #3D7FA3;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.amed-public-booking__status::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
}

.amed-public-booking__status.is-online {
	color: #3D7FA3;
}

.amed-public-booking__status.is-in_progress {
	background: #fff3e8;
	color: #c85d22;
}

.amed-public-booking__status.is-offline {
	background: #f0f2ef;
	color: #3D7FA3;
}

.amed-public-booking__eyebrow,
.amed-public-booking__step,
.amed-public-booking__facts span,
.amed-public-booking__details label > span {
	display: block;
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.amed-public-booking h1 {
	margin: 7px 0 8px;
	color: #123F46;
	font-size: clamp(25px, 2.1vw, 34px);
	font-weight: 900;
	line-height: 1.07;
}

.amed-public-booking h2 {
	margin: 8px 0 8px;
	color: #123F46;
	font-size: clamp(20px, 1.65vw, 25px);
	font-weight: 900;
	line-height: 1.14;
}

.amed-public-booking p {
	margin: 0;
	color: #5d6d66;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.5;
}

.amed-public-booking__specialty {
	margin-top: 0;
}

.amed-public-booking__facts {
	display: grid;
	gap: 13px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.amed-public-booking__facts li {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0 0 13px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.09);
}

.amed-public-booking__facts strong {
	color: #123F46;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
}

.amed-public-booking__bio {
	margin-top: 24px !important;
}

.amed-public-booking__date-field {
	display: grid;
	gap: 8px;
	margin-top: 22px;
}

.amed-public-booking__date-field > span {
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.amed-public-booking__date-field button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 48px;
	padding: 9px 13px;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 9px;
	color: #123F46;
	background: #fff;
	box-shadow: none;
	text-align: left;
}

.amed-public-booking__date-field button::after {
	content: "▾";
	color: #3D7FA3;
	font-size: 14px;
	line-height: 1;
}

.amed-public-booking__date-field strong,
.amed-public-booking__date-field small {
	display: block;
}

.amed-public-booking__date-field strong {
	font-size: 14px;
	font-weight: 850;
}

.amed-public-booking__date-field small {
	margin-top: 2px;
	color: #74816f;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-public-booking__calendar-box {
	display: none;
	margin-top: 16px;
	padding: 14px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 14px;
	background: #fbfcf8;
}

.amed-public-booking__calendar-box.is-open {
	display: block;
}

.amed-public-booking__month {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 34px;
	gap: 10px;
	align-items: center;
	margin-bottom: 14px;
}

.amed-public-booking__month strong {
	color: #123F46;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

.amed-public-booking__month button {
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #1f5b4f;
	background: transparent;
	box-shadow: none;
	font-size: 28px;
	font-weight: 550;
	line-height: 1;
}

.amed-public-booking__month button:disabled {
	opacity: 0.32;
	cursor: default;
}

.amed-public-booking__weekdays,
.amed-public-booking__month-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 6px;
}

.amed-public-booking__weekdays {
	margin-bottom: 6px;
}

.amed-public-booking__weekdays span {
	color: #496a61;
	font-size: 11px;
	font-weight: 850;
	text-align: center;
}

.amed-public-booking__date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #1f5b4f;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
}

button.amed-public-booking__date {
	color: inherit;
	background: transparent !important;
	cursor: pointer;
}

button.amed-public-booking__date > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #0756bd;
	background: #eef5ff;
}

button.amed-public-booking__date:hover,
button.amed-public-booking__date:focus {
	color: #123F46;
	background: transparent !important;
	transform: none;
}

button.amed-public-booking__date:not(.is-selected):hover > span,
button.amed-public-booking__date:not(.is-selected):focus > span {
	color: #123F46;
	background: #e4efdc;
}

button.amed-public-booking__date.is-selected > span {
	color: #fff !important;
	background: #123F46 !important;
}

.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date]:not(.is-selected):hover,
.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date]:not(.is-selected):focus {
	color: #123F46 !important;
	background: transparent !important;
}

.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date].is-selected,
.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date].is-selected:hover,
.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date].is-selected:focus {
	color: #fff !important;
	background: transparent !important;
}

.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date].is-selected > span,
.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date].is-selected:hover > span,
.amed-telemed .amed-public-booking button.amed-public-booking__date[data-booking-date].is-selected:focus > span {
	color: #fff !important;
	background: #123F46 !important;
}

.amed-public-booking__date.is-disabled {
	color: rgba(31, 91, 79, 0.45);
	background: transparent;
}

.amed-public-booking__days {
	display: grid;
	gap: 20px;
	max-height: 260px;
	margin-top: 20px;
	overflow: auto;
	padding: 2px 8px 2px 0;
}

.amed-public-booking__day {
	display: grid;
	gap: 10px;
}

.amed-public-booking__day > strong {
	color: #123F46;
	font-size: 14px;
	font-weight: 850;
}

.amed-public-booking__times {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.amed-public-booking__time {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
}

.amed-public-booking__time input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.amed-public-booking__time span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 8px;
	color: #123F46;
	background: #fff;
	font-size: 14px;
	font-weight: 850;
	transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.amed-public-booking__time input:checked + span {
	border-color: #123F46;
	color: #fff;
	background: #123F46;
}

.amed-public-booking__time:hover span,
.amed-public-booking__time input:focus-visible + span {
	border-color: #123F46;
}

.amed-public-booking__empty {
	margin-top: 22px !important;
	padding: 16px;
	border: 1px dashed rgba(24, 63, 55, 0.18);
	border-radius: 12px;
	background: #f8faf5;
}

.amed-public-booking__details {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.amed-public-booking__details label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.amed-public-booking__field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.amed-public-booking__field-row > label {
	grid-template-rows: 42px auto;
	align-content: start;
}

.amed-public-booking__field-row label > span {
	display: flex;
	align-items: flex-end;
	min-height: 30px;
}

.amed-public-booking__details input,
.amed-public-booking__details select,
.amed-public-booking__details textarea {
	width: 100%;
	min-height: 44px;
	margin: 0;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: #123F46;
	font-size: 14px;
	font-weight: 650;
}

.amed-telemed .amed-public-booking__details input[type="text"],
.amed-telemed .amed-public-booking__details input[type="tel"],
.amed-telemed .amed-public-booking__details input[type="email"],
.amed-telemed .amed-public-booking__details input[type="date"],
.amed-telemed .amed-public-booking__details select,
.amed-telemed .amed-public-booking__details textarea {
	border: 1px solid rgba(24, 63, 55, 0.16) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

.amed-public-booking__details textarea {
	min-height: 94px;
	resize: vertical;
}

.amed-public-booking__upload small {
	color: #6a746e;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}

.amed-public-booking__anamnesis {
	display: grid;
	gap: 12px;
	margin-top: 6px;
	padding-top: 16px;
	border-top: 1px solid rgba(24, 63, 55, 0.12);
}

.amed-public-booking__anamnesis .amed-public-booking__field-row label > span {
	min-height: 42px;
	line-height: 1.25;
}

.amed-public-booking__anamnesis h2 {
	margin: 0;
	color: #123F46;
	font-size: 23px;
	line-height: 1.15;
}

.amed-public-booking__anamnesis p {
	margin: 0;
	color: #5f6e67;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.amed-public-booking__check-group {
	display: grid;
	gap: 8px;
}

.amed-public-booking__check-group > span {
	color: #7a8579;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-public-booking__check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	align-items: stretch;
}

.amed-public-booking__check {
	display: flex !important;
	align-items: center;
	gap: 10px !important;
	min-height: 58px;
	height: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 8px;
	background: #fff;
}

.amed-public-booking__check input {
	flex: 0 0 auto;
	width: 16px !important;
	height: 16px;
	min-height: 0 !important;
	margin: 0;
	align-self: center;
}

.amed-public-booking__check span {
	display: block;
	min-height: 0;
	color: #123F46;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.amed-public-booking__details label > span,
.amed-public-booking__check-group > span {
	font-weight: 900;
}

.amed-public-booking__check:has(input:checked) {
	border-color: rgba(24, 63, 55, 0.34);
	background: #f6faee;
}

.amed-public-booking__details [data-anamnesis-other-reason][hidden],
.amed-public-booking__details [data-anamnesis-diagnosis-field][hidden],
.amed-public-booking__details [data-anamnesis-medication-field][hidden],
.amed-public-booking__details [data-anamnesis-treatment-result][hidden],
.amed-public-booking__details [data-anamnesis-allergy-field][hidden],
.amed-public-booking__details [data-anamnesis-goal-other][hidden] {
	display: none !important;
}

.amed-public-booking__details .amed-cpf-status {
	margin-top: -2px;
	font-size: 12px;
	font-weight: 700;
}

.amed-public-booking__details .amed-cpf-results {
	margin-top: -2px;
	padding: 16px;
	border-color: rgba(24, 63, 55, 0.13);
	border-radius: 12px;
	background: #f8faf5;
}

.amed-public-booking__details .amed-cpf-results__head small,
.amed-public-booking__details .amed-cpf-results__login-message span {
	font-size: 12px;
	line-height: 1.45;
}

.amed-public-booking__details .amed-cpf-results__actions {
	margin-top: 12px;
}

.amed-public-booking__details .amed-cpf-results__actions button {
	min-height: 38px;
	padding: 0 16px;
	border-radius: 8px;
	font-size: 11px;
}

.amed-public-booking__foot {
	display: grid;
	gap: 14px;
	margin-top: 4px;
}

.amed-public-booking__foot button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: #123F46;
	box-shadow: none;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.amed-public-booking__foot button:hover,
.amed-public-booking__foot button:focus {
	background: #123830;
	transform: none;
}

.amed-telemed-request__summary {
	padding: 24px;
	border-radius: 14px;
	background:
		radial-gradient(circle at 100% 0%, rgba(61, 127, 163, 0.13), transparent 30%),
		linear-gradient(145deg, #f8fbef, #fff);
}

.amed-telemed-request__summary h2,
.amed-prescriber-portal__appointments-head h2 {
	margin: 8px 0 0;
	color: #123F46;
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 850;
	line-height: 1.08;
}

.amed-telemed-request__summary p {
	margin: 10px 0 0;
	color: #627069;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-telemed-request__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-telemed-request__meta strong {
	color: #123F46;
	font-size: 22px;
	font-weight: 900;
}

.amed-telemed-request__meta span {
	color: #3D7FA3;
	font-size: 14px;
	font-weight: 850;
}

.amed-telemed-request__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.amed-telemed-request__form label {
	margin: 0;
}

.amed-telemed-request__form input,
.amed-telemed-request__form select,
.amed-telemed-request__form textarea {
	width: 100%;
	min-height: 46px;
	margin: 6px 0 0;
	border: 1px solid rgba(24, 63, 55, 0.16);
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	color: #123F46;
	font-size: 14px;
}

.amed-telemed-request__form textarea {
	min-height: 104px;
	resize: vertical;
}

.amed-telemed-slots {
	display: grid;
	gap: 10px;
}

.amed-telemed-slots__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-height: 260px;
	overflow: auto;
	padding-right: 4px;
}

.amed-telemed-slot {
	position: relative;
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 12px 12px 12px 38px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 12px;
	background: #f9fbf6;
	cursor: pointer;
}

.amed-telemed-slot input {
	position: absolute;
	top: 16px;
	left: 14px;
	width: 14px;
	height: 14px;
	margin: 0;
}

.amed-telemed-slot:has(input:checked) {
	border-color: rgba(72, 93, 42, 0.52);
	background: #B8DAD8;
}

.amed-telemed-slot strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 900;
}

.amed-telemed-slot small {
	color: #627069;
	font-size: 12px;
	font-weight: 800;
}

.amed-telemed-slots__empty {
	margin: 0;
	padding: 14px;
	border: 1px dashed rgba(24, 63, 55, 0.18);
	border-radius: 12px;
	color: #627069;
	background: #f9fbf6;
	font-size: 13px;
	font-weight: 750;
}

.amed-telemed-request__wide,
.amed-telemed-request__foot {
	grid-column: 1 / -1;
}

.amed-telemed-request__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 4px;
}

.amed-telemed-request__foot p {
	max-width: 430px;
	margin: 0;
	color: #6f7d76;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
}

.amed-telemed-request__foot button,
.amed-prescriber-portal__appointment a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 194px;
	min-height: 44px;
	padding: 12px 20px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	background: #3D7FA3;
	box-shadow: none;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.amed-prescriber-portal__appointments {
	margin-top: 24px;
	padding: 24px;
}

.amed-prescriber-portal__appointment-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.amed-prescriber-appointments-filter {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 12px;
	align-items: end;
	margin-top: 18px;
	padding: 14px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: #f9faf8;
}

.amed-prescriber-appointments-filter--done {
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

.amed-prescriber-appointments-filter label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #74816f;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-prescriber-appointments-filter input,
.amed-prescriber-appointments-filter select {
	width: 100%;
	min-height: 40px;
	padding: 9px 11px;
	border: 1px solid rgba(24, 63, 55, 0.16) !important;
	border-radius: 11px !important;
	background: #fff;
	box-shadow: none !important;
	color: #123F46;
	font-size: 13px;
	font-weight: 750;
	outline: none;
}

.amed-prescriber-appointments-filter input:focus,
.amed-prescriber-appointments-filter select:focus {
	border-color: rgba(72, 93, 42, 0.48) !important;
	box-shadow: 0 0 0 3px rgba(72, 93, 42, 0.08) !important;
}

.amed-prescriber-appointments-filter__actions {
	display: flex;
	align-items: center;
	align-self: end;
	gap: 9px;
	height: 40px;
}

.amed-prescriber-appointments-filter__actions button,
.amed-prescriber-appointments-filter__actions a {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.amed-prescriber-appointments-filter__actions button {
	border: 0;
	color: #fff;
	background: #123F46;
}

.amed-prescriber-appointments-filter__actions a {
	border: 1px solid rgba(24, 63, 55, 0.14);
	color: #123F46;
	background: #fff;
}

.amed-prescriber-report-filter {
	grid-template-columns: minmax(180px, 240px) minmax(180px, 240px) auto;
	margin-top: 12px;
	margin-bottom: 0;
}

.amed-prescriber-report-controls {
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.amed-prescriber-report-funnel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.amed-prescriber-report-funnel div {
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: #f9faf8;
}

.amed-prescriber-report-funnel span,
.amed-prescriber-report-chart h3 {
	display: block;
	margin: 0 0 8px;
	color: #74816f;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.amed-prescriber-report-funnel strong {
	display: block;
	color: #123F46;
	font-size: 28px;
	font-weight: 950;
	line-height: 1;
}

.amed-prescriber-report-funnel small {
	display: block;
	margin-top: 7px;
	color: #74816f;
	font-size: 12px;
	font-weight: 850;
}

.amed-prescriber-report-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.amed-prescriber-report-chart {
	min-width: 0;
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: #fff;
}

.amed-prescriber-report-bar {
	display: grid;
	gap: 7px;
	margin-top: 12px;
}

.amed-prescriber-report-bar div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #123F46;
	font-size: 12px;
	font-weight: 850;
}

.amed-prescriber-report-bar div span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.amed-prescriber-report-bar div strong {
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 900;
}

.amed-prescriber-report-bar i {
	display: block;
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #edf2e2;
}

.amed-prescriber-report-bar i::before {
	content: "";
	display: block;
	width: var(--amed-report-bar, 0%);
	height: 100%;
	border-radius: inherit;
	background: #123F46;
}

.amed-prescriber-appointments-table {
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 14px;
	background: #fff;
}

.amed-prescriber-appointment-row {
	display: grid !important;
	grid-template-columns: 58px minmax(150px, 0.78fr) minmax(250px, 1.25fr) minmax(320px, 1.35fr) minmax(150px, 0.72fr);
	gap: 16px;
	align-items: start;
	margin: 0;
	padding: 16px;
	border: 0;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
	background: #fff;
}

.amed-prescriber-appointments-table--done .amed-prescriber-appointment-row {
	grid-template-columns: 58px minmax(150px, 0.78fr) minmax(260px, 1.28fr) minmax(190px, 0.78fr) minmax(235px, 0.95fr);
}

.amed-prescriber-appointment-row:last-child {
	border-bottom: 0;
}

.amed-prescriber-appointment-row--head {
	align-items: center;
	min-height: 52px;
	padding-top: 0;
	padding-bottom: 0;
	background: #f6f8f3;
	color: #74816f;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.amed-prescriber-appointment-row strong {
	display: block;
	color: #123F46;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
}

.amed-prescriber-appointment-row__id strong {
	color: #74816f;
	font-size: 12px;
	font-weight: 900;
}

.amed-prescriber-appointment-row small {
	display: block;
	margin-top: 2px;
	color: #65746d;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.amed-prescriber-appointment-row strong + small {
	margin-top: 5px;
}

.amed-prescriber-appointment-row__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: 100%;
	min-height: 32px;
	margin: 0;
	padding: 0 11px;
	border-radius: 999px;
	color: #3D7FA3;
	background: #fff6ee;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	white-space: nowrap;
}

.amed-prescriber-appointment-row__status {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}

.amed-prescriber-appointment-row__meta {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
}

.amed-prescriber-appointment-row__badge--approved {
	color: #42642f;
	background: #edf5dd;
}

.amed-prescriber-appointment-row__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-width: 0;
}

.amed-prescriber-appointments-table--done .amed-prescriber-appointment-row__actions {
	flex-wrap: wrap;
	gap: 6px;
}

.amed-prescriber-appointment-row__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 88px;
	height: 36px;
	min-height: 36px;
	margin: 0;
	padding: 8px 10px;
	border-radius: 10px;
	color: #fff;
	background: #3D7FA3;
	box-shadow: none;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__document {
	width: auto;
	min-width: 104px;
	height: 34px;
	min-height: 34px;
	padding: 8px 9px;
	color: #fff;
	background: #123F46;
	font-size: 10px;
}

.amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__document:hover {
	color: #fff;
	background: #123F46;
}

.amed-prescriber-appointment-row select {
	box-sizing: border-box;
	height: 42px;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 10px !important;
	font-size: 12px;
	line-height: 1;
}

/*
 * The appointment row is an operational control group. Keep every editable
 * control and primary action on the same 42px rhythm, regardless of broader
 * portal and theme button rules.
 */
body .amed-prescriber-appointment-row.amed-prescriber-appointment-form select[name="amed_teleconsult_status"],
body .amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action {
	box-sizing: border-box !important;
	height: 42px !important;
	min-height: 42px !important;
	max-height: 42px !important;
	margin: 0 !important;
	border-radius: 10px !important;
	font-size: 12px !important;
	line-height: 1 !important;
}

body .amed-prescriber-appointment-row.amed-prescriber-appointment-form select[name="amed_teleconsult_status"] {
	flex: 0 1 168px;
	width: 168px !important;
	max-width: 168px !important;
	padding: 0 12px !important;
}

body .amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__status {
	display: flex !important;
	align-content: center;
	align-items: center;
	min-height: 42px;
}

body .amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center !important;
	gap: 8px !important;
	width: 100%;
}

@media (max-width: 1279px) {
	.amed-prescriber-appointment-row--head {
		display: none !important;
	}

	.amed-prescriber-appointment-row,
	.amed-prescriber-appointments-table--done .amed-prescriber-appointment-row {
		grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr) !important;
		gap: 16px 20px;
		padding: 20px;
	}

	.amed-prescriber-appointment-row__patient,
	.amed-prescriber-appointment-row__actions {
		grid-column: 1 / -1;
	}

	.amed-prescriber-appointment-row > div::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 6px;
		color: #74816f;
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.amed-prescriber-appointment-row__actions {
		padding-top: 4px;
		border-top: 1px solid rgba(24, 63, 55, 0.08);
	}
}

@media (max-width: 479px) {
	body .amed-prescriber-appointment-row.amed-prescriber-appointment-form select[name="amed_teleconsult_status"] {
		flex-basis: 148px;
		width: 148px !important;
		max-width: 148px !important;
	}

	.amed-prescriber-appointment-row__status {
		gap: 8px;
	}

	.amed-prescriber-appointment-row__badge {
		padding-right: 9px;
		padding-left: 9px;
		font-size: 9px;
	}
}

.amed-prescriber-portal__empty {
	margin: 5px 0 0;
	color: #65746d;
	font-size: 13px;
	font-weight: 650;
}

.amed-prescriber-login {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 100vh;
	margin: 0 calc(50% - 50vw);
	background: #fff;
}

.amed-prescriber-login__form,
.amed-prescriber-login__panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px;
}

.amed-prescriber-login__form form {
	width: min(100%, 430px);
	margin: 0;
}

.amed-prescriber-login h1 {
	margin: 0;
	color: #403e3d;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 900;
	line-height: 1.14;
}

.amed-prescriber-login p {
	margin: 16px 0 26px;
	color: #5a5756;
	font-size: 20px;
	font-weight: 700;
}

.amed-prescriber-login label {
	display: grid;
	gap: 7px;
	margin: 0 0 18px;
}

.amed-prescriber-login label span {
	display: block;
	color: #8a8785;
	font-size: 15px;
	font-weight: 800;
}

body .amed-prescriber-login input {
	width: 100%;
	height: 50px;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid #dce2df;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	color: #3f463f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

body .amed-prescriber-login input:focus {
	border-color: #3D7FA3;
	box-shadow: 0 0 0 3px rgba(75, 98, 43, 0.12);
	outline: 0;
}

.amed-prescriber-login__form button {
	width: 100%;
	min-height: 48px;
	margin-top: 6px;
	border: 0;
	border-radius: 12px;
	color: #fff;
	background: #4b612b;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.amed-prescriber-login__signup {
	margin: 28px 0 0 !important;
	text-align: center;
	color: #8a8785 !important;
	font-size: 17px !important;
}

.amed-prescriber-login__signup a {
	color: #596d36;
	font-weight: 900;
	text-decoration: none;
}

.amed-prescriber-login__alert {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 10px;
	color: #7c321f;
	background: #fff2ea;
	font-size: 13px;
	font-weight: 800;
}

.amed-prescriber-login__panel {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-image:
		linear-gradient(90deg, rgba(40, 61, 28, 0.72), rgba(40, 61, 28, 0.44)),
		url("images/prescritor-login-bg.jpg");
	background-position: center;
	background-size: cover;
}

.amed-prescriber-login__panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0 49.8%, rgba(255, 255, 255, 0.12) 50% 50.2%, rgba(0, 0, 0, 0.04) 50.4% 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(24, 63, 55, 0.28));
	pointer-events: none;
}

.amed-prescriber-login__story {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(480px, 82%);
	text-align: center;
	color: #fff;
}

.amed-prescriber-login__story h2 {
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: 0.01em;
}

.amed-prescriber-login__story h2 strong {
	font-weight: 900;
}

.amed-prescriber-login .amed-prescriber-login__play {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	min-height: 88px;
	margin: 0 0 22px;
	border: 3px solid #fff;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	backdrop-filter: blur(2px);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.amed-prescriber-login__play:hover,
.amed-prescriber-login__play:focus-visible {
	transform: scale(1.04);
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
	outline: none;
}

.amed-prescriber-login__play span {
	display: block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 28px solid #fff;
}

.amed-prescriber-login__story p {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.amed-prescriber-login__story p::after {
	content: "";
	display: block;
	width: 86px;
	height: 2px;
	margin: 12px auto 0;
	background: rgba(255, 255, 255, 0.38);
}

.amed-prescriber-video-modal[hidden] {
	display: none;
}

.amed-prescriber-video-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.amed-prescriber-video-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 22, 18, 0.72);
	backdrop-filter: blur(4px);
}

.amed-prescriber-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 94vw);
	overflow: hidden;
	border-radius: 18px;
	background: #0f231e;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.amed-prescriber-video-modal__dialog video,
.amed-prescriber-video-modal__dialog iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #0f231e;
}

.amed-prescriber-video-modal__close {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #123F46;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.amed-prescriber-video-modal__empty {
	display: grid;
	place-items: center;
	min-height: 320px;
	padding: 42px;
	text-align: center;
	color: #fff;
}

.amed-prescriber-video-modal__empty strong {
	display: block;
	margin-bottom: 8px;
	font-size: 28px;
}

.amed-prescriber-video-modal__empty p {
	max-width: 420px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
}

.amed-prescriber-app {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	min-height: 100vh;
	margin: 0 calc(50% - 50vw);
	background: #f4f6f1;
	color: #123F46;
}

.amed-prescriber-app__empty {
	grid-column: 1 / -1;
	align-self: center;
	justify-self: center;
	width: min(620px, calc(100% - 40px));
	padding: 36px;
	border: 1px solid rgba(72, 93, 42, 0.16);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(24, 63, 55, 0.08);
}

.amed-prescriber-app__empty h1 {
	margin: 0 0 16px;
	color: #123F46;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.05;
}

.amed-prescriber-app__empty p {
	margin: 0 0 12px;
	color: #263334;
	font-size: 18px;
	line-height: 1.55;
}

.amed-prescriber-app__empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.amed-prescriber-app__empty-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid #3D7FA3;
	border-radius: 10px;
	color: #3D7FA3;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.amed-prescriber-app__empty-actions a:first-child {
	color: #fff;
	background: #3D7FA3;
}

.amed-prescriber-app__sidebar {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 54px 30px 30px;
	color: #fff;
	background: #3D7FA3;
}

.amed-prescriber-app__identity {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 0 0 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.amed-prescriber-app__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border: 2px solid #dff69a;
	border-radius: 15px;
	color: #263334;
	background: #fff;
	font-size: 18px;
	font-weight: 950;
}

.amed-prescriber-app__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-prescriber-app__identity strong,
.amed-prescriber-app__identity span {
	display: block;
}

.amed-prescriber-app__identity strong {
	color: #fff;
	font-size: 19px;
	font-weight: 850;
	line-height: 1.15;
}

.amed-prescriber-app__identity span {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 760;
	line-height: 1.2;
	text-transform: uppercase;
}

.amed-prescriber-app__status {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.amed-prescriber-app__status::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
}

.amed-prescriber-app__status.is-online {
	color: #dff69a;
}

.amed-prescriber-app__status.is-in_progress {
	color: #ffd9a8;
}

.amed-prescriber-app__status.is-offline {
	color: rgba(255, 255, 255, 0.55);
}

.amed-prescriber-app__registration-status {
	display: inline-flex;
	align-items: center;
	max-width: max-content;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #B8DAD8;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.amed-prescriber-app__registration-status.is-pending_review {
	color: #f8d29f;
}

.amed-prescriber-app__registration-status.is-rejected {
	color: #ffb8a8;
}

.amed-prescriber-app__status-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 7px;
	align-items: center;
	margin-top: 9px;
}

.amed-prescriber-app__identity-logout {
	display: inline-flex;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.amed-prescriber-app__identity-logout:hover {
	color: #fff;
}

.amed-prescriber-app__sidebar nav {
	display: grid;
	gap: 8px;
}

.amed-prescriber-app__sidebar nav a,
.amed-prescriber-app__logout {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 14px;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.amed-prescriber-app__sidebar nav a.is-active,
.amed-prescriber-app__sidebar nav a:hover {
	color: #263334;
	background: #c6dc76;
}

.amed-prescriber-app__logout {
	margin-top: auto;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.amed-prescriber-app__main {
	padding: 46px 34px 34px;
	overflow: hidden;
}

.amed-prescriber-app__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.amed-prescriber-app__top span,
.amed-prescriber-profile-grid span,
.amed-prescriber-kpis span {
	display: block;
	color: #74816f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-prescriber-app__top h1 {
	margin: 5px 0 0;
	color: #123F46;
	font-size: clamp(26px, 2.2vw, 34px);
	font-weight: 900;
	line-height: 1;
}

.amed-prescriber-kpis,
.amed-prescriber-profile-grid,
.amed-prescriber-doc-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.amed-prescriber-kpis {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amed-prescriber-profile-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amed-prescriber-kpis--report {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amed-prescriber-kpis div,
.amed-prescriber-profile-grid p,
.amed-prescriber-doc-flow div,
.amed-prescriber-panel {
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(24, 63, 55, 0.04);
}

.amed-prescriber-kpis div,
.amed-prescriber-profile-grid p,
.amed-prescriber-doc-flow div {
	margin: 0;
	padding: 18px;
}

.amed-prescriber-kpis strong {
	display: block;
	margin-top: 8px;
	color: #123F46;
	font-size: 24px;
	font-weight: 950;
}

.amed-prescriber-kpis small {
	display: block;
	margin-top: 5px;
	color: #74816f;
	font-size: 12px;
	font-weight: 850;
}

@media (max-width: 1180px) {
	.amed-prescriber-kpis--report {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.amed-prescriber-kpis--report {
		grid-template-columns: 1fr;
	}
}

.amed-prescriber-panel {
	margin-bottom: 18px;
	padding: 22px;
}

.amed-prescriber-notice {
	margin: 0 0 18px;
	padding: 13px 16px;
	border: 1px solid rgba(79, 97, 43, 0.18);
	border-radius: 12px;
	color: #123F46;
	background: #B8DAD8;
	font-size: 14px;
	font-weight: 850;
}

.amed-prescriber-notice--warning {
	border-color: rgba(196, 79, 29, 0.24);
	color: #8a3f18;
	background: #fff4ec;
}

.amed-prescriber-registration-notice {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #dfe7cc;
	border-radius: 12px;
	background: #f6faeb;
	color: #123F46;
	font-size: 14px;
	line-height: 1.45;
}

.amed-prescriber-registration-notice.is-rejected {
	border-color: #f0c7b1;
	background: #fff7ed;
	color: #7b3816;
}

.amed-prescriber-registration-notice strong,
.amed-prescriber-registration-notice p,
.amed-prescriber-registration-notice small {
	display: block;
	margin: 0;
}

.amed-prescriber-registration-notice strong {
	margin-bottom: 4px;
	font-weight: 900;
}

.amed-prescriber-registration-notice small {
	margin-top: 6px;
	opacity: .78;
	font-weight: 750;
}

.amed-prescriber-panel h2 {
	margin: 0 0 12px;
	color: #123F46;
	font-size: 22px;
	font-weight: 900;
}

.amed-prescriber-muted {
	margin: 0 0 16px;
	color: #68766f;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-prescriber-status-panel {
	padding: 18px;
}

.amed-prescriber-status-form,
.amed-prescriber-appointment-form {
	display: flex;
	align-items: center;
	gap: 12px;
}

.amed-prescriber-status-form label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-weight: 800;
}

.amed-prescriber-status-form label span {
	color: #748178;
	font-size: 12px;
	text-transform: uppercase;
}

.amed-prescriber-status-form select {
	width: min(100%, 320px);
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(24, 63, 55, 0.15);
	border-radius: 8px;
	background: #fff;
	color: #123F46;
	font-size: 14px;
	font-weight: 800;
}

.amed-prescriber-status-form button {
	min-height: 42px !important;
	padding: 0 18px !important;
	font-size: 12px !important;
}

.amed-prescriber-status-panel__hint {
	margin: 12px 0 0;
	color: #68766f;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-prescriber-profile-form {
	display: grid;
	gap: 14px;
	margin: 18px 0 0;
}

.amed-prescriber-profile-form label {
	display: grid;
	gap: 8px;
	margin: 0;
}

.amed-prescriber-profile-form label span {
	color: #74816f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-prescriber-profile-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.amed-prescriber-profile-form__head {
	display: grid;
	grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
	gap: 14px;
	align-items: end;
}

.amed-prescriber-profile-form__row--record {
	grid-template-columns: 0.7fr 1.4fr 0.45fr;
}

.amed-prescriber-profile-form__row--notice {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.amed-prescriber-profile-form__section {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-top: 6px;
	padding-top: 16px;
	border-top: 1px solid rgba(24, 63, 55, 0.1);
}

.amed-prescriber-profile-form__section h3,
.amed-prescriber-profile-form__section p {
	margin: 0;
}

.amed-prescriber-profile-form__section h3 {
	color: #123F46;
	font-size: 17px;
	font-weight: 900;
}

.amed-prescriber-profile-form__section p {
	color: #68766f;
	font-size: 12px;
	font-weight: 650;
}

.amed-prescriber-inline-field {
	display: grid;
	grid-template-columns: minmax(84px, 0.35fr) minmax(120px, 0.65fr);
	gap: 10px;
	align-items: center;
}

.amed-prescriber-photo-field {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: end;
}

.amed-prescriber-photo-field__preview {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 14px;
	color: #123F46;
	background: #f6f8f3;
	font-size: 20px;
	font-weight: 950;
}

.amed-prescriber-photo-field__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-prescriber-profile-form__check {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	justify-self: start;
	min-height: 34px;
	padding: 8px 10px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 10px;
	color: #123F46;
	background: #f9fbf6;
	font-size: 12px;
	font-weight: 850;
}

.amed-prescriber-availability {
	display: grid;
	gap: 10px;
	margin: 0;
}

.amed-prescriber-availability__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 0.72fr 0.72fr;
	gap: 12px;
	align-items: end;
}

.amed-prescriber-availability__row label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #74816f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-prescriber-blocks__row {
	grid-template-columns: 0.9fr 0.9fr 0.7fr 0.7fr 1.25fr;
}

.amed-prescriber-profile-form input,
.amed-prescriber-profile-form textarea,
.amed-prescriber-profile-form select,
.amed-prescriber-availability select,
.amed-prescriber-availability input,
.amed-prescriber-appointment-form select,
.amed-prescriber-appointment-form input,
.amed-prescriber-document-form input,
.amed-prescriber-document-form select,
.amed-prescriber-document-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid rgba(24, 63, 55, 0.16) !important;
	border-radius: 12px !important;
	background: #fff;
	box-shadow: none !important;
	color: #123F46;
	font-size: 14px;
	font-weight: 750;
	outline: none;
}

.amed-prescriber-profile-form input:focus,
.amed-prescriber-profile-form textarea:focus,
.amed-prescriber-availability select:focus,
.amed-prescriber-availability input:focus,
.amed-prescriber-appointment-form select:focus,
.amed-prescriber-appointment-form input:focus,
.amed-prescriber-document-form input:focus,
.amed-prescriber-document-form select:focus,
.amed-prescriber-document-form textarea:focus {
	border-color: rgba(72, 93, 42, 0.48) !important;
	box-shadow: 0 0 0 3px rgba(72, 93, 42, 0.08) !important;
}

.amed-prescriber-profile-form input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	min-height: 0 !important;
	margin: 0;
	padding: 0 !important;
	border-radius: 4px !important;
}

.amed-prescriber-profile-form input[type="file"] {
	min-height: 44px;
	padding: 7px 10px;
	font-size: 12px;
}

.amed-prescriber-profile-form input[type="file"]::file-selector-button {
	min-height: 28px;
	margin-right: 10px;
	padding: 6px 10px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: #123F46;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.01em;
	cursor: pointer;
}

.amed-prescriber-profile-form input[type="file"]::file-selector-button:hover {
	background: #123F46;
}

.amed-prescriber-field-link {
	justify-self: start;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

.amed-prescriber-field-link:hover {
	color: #123F46;
	text-decoration: underline;
}

.amed-prescriber-profile-form textarea {
	min-height: 110px;
	resize: vertical;
}

.amed-telemed-request__notice,
.amed-public-booking__instant {
	margin: 10px 0 0;
	color: #5f6e67;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.45;
}

.amed-public-booking__instant {
	padding-top: 12px;
	border-top: 1px solid rgba(24, 63, 55, 0.1);
}

.amed-public-booking__instant-help {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: -2px 0 0 2px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #3D7FA3 !important;
	font-size: 10px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-align: left !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
	text-transform: none !important;
	cursor: pointer;
}

.amed-public-booking__instant-modal[hidden] {
	display: none;
}

.amed-public-booking__instant-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(15, 32, 27, 0.52);
}

.amed-public-booking__instant-modal-card {
	position: relative;
	width: min(100%, 440px);
	padding: 24px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(15, 32, 27, 0.22);
}

.amed-public-booking__instant-modal-card > span {
	display: block;
	margin-bottom: 6px;
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-public-booking__instant-modal-card h3 {
	margin: 0 0 16px;
	color: #123F46;
	font-size: 24px;
	line-height: 1.1;
}

.amed-public-booking__instant-modal-card ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amed-public-booking__instant-modal-card li {
	padding: 12px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 10px;
	background: #f8faf5;
}

.amed-public-booking__instant-modal-card strong,
.amed-public-booking__instant-modal-card small {
	display: block;
}

.amed-public-booking__instant-modal-card strong {
	color: #123F46;
	font-size: 14px;
}

.amed-public-booking__instant-modal-card small {
	margin-top: 4px;
	color: #5f6e67;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.amed-public-booking__instant-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 8px;
	background: #fff;
	color: #123F46;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.amed-prescriber-rule-list {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.amed-prescriber-rule-list__empty {
	margin: 0;
	padding: 14px;
	border: 1px dashed rgba(24, 63, 55, 0.18);
	border-radius: 12px;
	color: #68766f;
	font-size: 14px;
	font-weight: 750;
}

.amed-prescriber-rule-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 12px;
	background: #f9fbf6;
}

.amed-prescriber-rule-list__item strong,
.amed-prescriber-rule-list__item span {
	display: block;
}

.amed-prescriber-rule-list__item strong {
	color: #123F46;
	font-size: 15px;
	font-weight: 900;
}

.amed-prescriber-rule-list__item span {
	margin-top: 3px;
	color: #68766f;
	font-size: 13px;
	font-weight: 750;
}

.amed-prescriber-rule-list__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.amed-prescriber-rule-list__actions form {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.amed-prescriber-icon-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 7px !important;
	border: 1px solid rgba(24, 63, 55, 0.14) !important;
	border-radius: 10px;
	color: #123F46 !important;
	background: #fff !important;
	appearance: none;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.amed-prescriber-icon-action:hover {
	border-color: rgba(72, 93, 42, 0.34);
	color: #3D7FA3;
	background: #f0f6df;
}

.amed-prescriber-icon-action--danger {
	color: #8f3a2f !important;
}

.amed-prescriber-icon-action--danger:hover {
	border-color: rgba(143, 58, 47, 0.3) !important;
	color: #8f3a2f !important;
	background: #fff2ee !important;
}

.amed-prescriber-icon-action svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.amed-prescriber-form-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.amed-prescriber-form-actions button {
	height: 36px !important;
	min-height: 36px !important;
	padding: 8px 13px !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

.amed-prescriber-form-actions a {
	color: #68766f;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.amed-prescriber-document-form {
	display: grid;
	gap: 16px;
	margin: 0;
}

.amed-prescriber-document-head,
.amed-prescriber-document-section__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.amed-prescriber-document-head span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	color: #3D7FA3;
	background: #B8DAD8;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.amed-prescriber-document-section {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: #fbfcf9;
}

.amed-prescriber-document-section h3 {
	margin: 0;
	color: #123F46;
	font-size: 16px;
	font-weight: 900;
}

.amed-prescriber-existing-report {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid #cbd9b4;
	border-radius: 12px;
	background: #f5f8ed;
}

.amed-prescriber-existing-report[hidden],
[data-amed-report-fields][hidden] {
	display: none !important;
}

.amed-prescriber-existing-report__summary {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	gap: 11px;
	align-items: center;
}

.amed-prescriber-existing-report__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff;
	background: #668436;
	font-size: 18px;
	font-weight: 900;
}

.amed-prescriber-existing-report__summary div {
	display: grid;
	gap: 2px;
}

.amed-prescriber-existing-report__summary strong {
	color: #123F46;
	font-size: 14px;
}

.amed-prescriber-existing-report__summary small {
	color: #68766f;
	font-size: 12px;
	font-weight: 650;
}

.amed-prescriber-existing-report__summary a {
	color: #123F46;
	font-size: 12px;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.amed-prescriber-existing-report__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.amed-prescriber-document-form .amed-prescriber-existing-report__choices label {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	padding: 11px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 10px;
	background: #fff;
	color: #123F46;
	text-transform: none;
	cursor: pointer;
}

.amed-prescriber-existing-report__choices input {
	width: 16px !important;
	height: 16px !important;
	min-height: 0 !important;
	margin: 2px 0 0;
	accent-color: #123F46;
}

.amed-prescriber-existing-report__choices label > span {
	display: grid;
	gap: 3px;
}

.amed-prescriber-existing-report__choices strong {
	font-size: 12px;
}

.amed-prescriber-existing-report__choices small {
	color: #68766f;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.4;
}

[data-amed-report-fields] {
	display: grid;
	gap: 12px;
}

.amed-prescriber-document-section__head {
	margin-bottom: 0;
}

.amed-prescriber-document-section__head p {
	margin: 4px 0 0;
	color: #68766f;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.4;
}

.amed-prescriber-document-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.amed-prescriber-document-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amed-prescriber-document-grid--prescription-product {
	grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.65fr) minmax(150px, 0.45fr);
	align-items: start;
}

.amed-prescriber-document-grid--catalog-product {
	grid-template-columns: minmax(0, 1fr) minmax(150px, 240px);
}

.amed-prescriber-document-grid--notes {
	grid-template-columns: minmax(0, 1fr) 260px;
	align-items: end;
}

.amed-prescriber-document-form label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #74816f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-prescriber-form-actions--inline {
	margin-top: 12px;
}

.amed-prescriber-form-actions--inline button {
	width: auto;
}

.amed-prescriber-document-form textarea {
	min-height: 110px;
	resize: vertical;
}

.amed-prescriber-document-validity {
	max-width: none;
}

.amed-prescriber-medication-builder {
	display: grid;
	gap: 10px;
}

.amed-prescriber-medication-row {
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 12px;
	background: #fff;
}

.amed-prescriber-medication-product {
	position: relative;
	display: grid;
	gap: 8px;
	min-width: 0;
}

.amed-prescriber-medication-row textarea {
	min-height: 84px;
}

.amed-prescriber-medication-row__remove {
	justify-self: end;
	color: #8f3a2f !important;
	background: #fff2ee !important;
}

.amed-prescriber-document-form .amed-prescriber-medication-row__remove:hover {
	background: #ffe8e0 !important;
	color: #8f3a2f !important;
}

.amed-prescriber-quote-builder {
	display: grid;
	gap: 10px;
}

.amed-prescriber-quote-row {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 160px auto;
	gap: 10px;
	align-items: end;
	padding: 12px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 12px;
	background: #fff;
}

.amed-prescriber-quote-row__product {
	position: relative;
	display: grid;
	gap: 8px;
}

.amed-prescriber-selected-product {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 9px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 10px;
	background: #f6f8f3;
}

.amed-prescriber-selected-product.is-visible {
	display: flex;
}

.amed-prescriber-selected-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
}

.amed-prescriber-selected-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-prescriber-selected-product strong,
.amed-prescriber-selected-product small {
	display: block;
}

.amed-prescriber-selected-product strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 900;
}

.amed-prescriber-selected-product small {
	margin-top: 2px;
	color: #68766f;
	font-size: 11px;
	font-weight: 750;
}

.amed-prescriber-product-results {
	position: absolute;
	z-index: 5;
	top: 72px;
	right: 0;
	left: 0;
	max-height: 250px;
	overflow: auto;
	padding: 6px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(24, 63, 55, 0.12);
}

.amed-prescriber-product-result {
	display: grid !important;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	gap: 9px;
	align-items: center;
	width: 100%;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 7px !important;
	border: 0 !important;
	border-radius: 9px !important;
	color: #123F46 !important;
	background: #fff !important;
	text-align: left;
	cursor: pointer;
}

.amed-prescriber-product-result:hover {
	background: #f4f7ed !important;
}

.amed-prescriber-product-result img,
.amed-prescriber-product-result > span:first-child {
	width: 38px;
	height: 38px;
	border-radius: 7px;
	background: #f0f3eb;
	object-fit: cover;
}

.amed-prescriber-product-result strong,
.amed-prescriber-product-result small {
	display: block;
}

.amed-prescriber-product-result strong {
	font-size: 12px;
	font-weight: 900;
}

.amed-prescriber-product-result small,
.amed-prescriber-product-result em {
	color: #68766f;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.amed-prescriber-product-result.is-empty {
	display: block !important;
	padding: 10px !important;
	color: #68766f !important;
	font-size: 12px;
	font-weight: 800;
}

.amed-prescriber-quote-row__remove {
	color: #8f3a2f !important;
	background: #fff2ee !important;
}

.amed-prescriber-availability button,
.amed-prescriber-status-form button,
.amed-prescriber-appointment-form button,
.amed-prescriber-profile-form button,
.amed-prescriber-document-form button {
	min-height: 36px;
	padding: 8px 13px;
	border: 0;
	border-radius: 10px;
	color: #fff;
	background: #123F46;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.amed-prescriber-availability button:hover,
.amed-prescriber-status-form button:hover,
.amed-prescriber-appointment-form button:hover,
.amed-prescriber-profile-form button:hover,
.amed-prescriber-document-form button:hover {
	background: #123F46;
	color: #fff;
}

.amed-prescriber-document-form .amed-prescriber-product-result {
	display: grid !important;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	width: 100%;
	min-height: 52px;
	padding: 8px 10px !important;
	border: 0 !important;
	border-radius: 9px !important;
	color: #123F46 !important;
	background: #fff !important;
	text-align: left;
	box-shadow: none !important;
}

.amed-prescriber-document-form .amed-prescriber-product-result:hover {
	background: #f6f8f3 !important;
	color: #123F46 !important;
}

.amed-prescriber-document-form .amed-prescriber-product-result strong {
	color: #123F46 !important;
	font-size: 12px;
	line-height: 1.25;
}

.amed-prescriber-document-form .amed-prescriber-product-result small,
.amed-prescriber-document-form .amed-prescriber-product-result em {
	color: #68766f !important;
	font-size: 10px;
	line-height: 1.25;
}

.amed-prescriber-document-form .amed-prescriber-quote-row__remove:hover {
	background: #ffe8e0 !important;
	color: #8f3a2f !important;
}

.amed-prescriber-document-recent {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-prescriber-document-recent h3 {
	margin: 0 0 12px;
	color: #123F46;
	font-size: 16px;
	font-weight: 900;
}

.amed-prescriber-document-list {
	display: grid;
	gap: 9px;
}

.amed-prescriber-document-list__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 10px;
	align-items: center;
	padding: 11px 12px;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 12px;
	background: #fbfcf9;
}

.amed-prescriber-document-list__item strong,
.amed-prescriber-document-list__item span {
	display: block;
}

.amed-prescriber-document-list__item strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 900;
}

.amed-prescriber-document-list__item span,
.amed-prescriber-document-list__item small {
	color: #68766f;
	font-size: 11px;
	font-weight: 800;
}

.amed-prescriber-document-list__actions {
	display: flex;
	align-items: center;
	gap: 6px;
}

.amed-prescriber-document-list__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 8px 10px;
	border-radius: 8px;
	color: #fff;
	background: #123F46;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.amed-prescriber-document-list__actions a:hover {
	color: #fff;
	background: #123F46;
}

.amed-account-documents {
	margin: 0 0 28px;
	padding: 22px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 14px;
	background: #fff;
}

.amed-account-documents h2 {
	margin: 0 0 6px;
	color: #123F46;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.2;
}

.amed-account-documents p {
	margin: 0 0 16px;
	color: #65746d;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-account-documents__list {
	display: grid;
	gap: 10px;
}

.amed-account-documents__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 12px;
	background: #fbfcf9;
}

.amed-account-documents__item strong,
.amed-account-documents__item span,
.amed-account-documents__item small {
	display: block;
}

.amed-account-documents__item strong {
	color: #123F46;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.3;
}

.amed-account-documents__item span,
.amed-account-documents__item small {
	margin-top: 4px;
	color: #65746d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.amed-account-documents__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.amed-account-documents__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 11px;
	border-radius: 8px;
	color: #fff;
	background: #123F46;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.amed-account-documents__actions a:hover {
	color: #fff;
	background: #123F46;
}

.amed-prescriber-appointment-form {
	justify-content: stretch;
}

.amed-prescriber-appointment-row.amed-prescriber-appointment-form {
	display: grid !important;
	align-items: flex-start !important;
	gap: 14px !important;
}

.amed-prescriber-appointment-row.amed-prescriber-appointment-form > div:not(.amed-prescriber-appointment-row__actions) {
	display: grid;
	align-content: start;
	min-height: 36px;
}

.amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__status {
	display: flex;
	align-content: center;
	align-items: center;
}

.amed-prescriber-appointment-row.amed-prescriber-appointment-form > div[data-label="Link da consulta"],
.amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions {
	padding-top: 0;
}

.amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions {
	display: flex;
	align-items: center;
}

.amed-prescriber-appointment-form button {
	width: auto;
	min-width: 78px;
	height: 36px;
	min-height: 36px;
	margin: 0;
	padding: 0 14px;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
}

.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions a {
	min-width: 88px;
	min-height: 36px;
	margin: 0;
	padding: 0 14px;
	font-size: 11px;
}

.amed-prescriber-doc-flow {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amed-prescriber-doc-flow span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	border-radius: 999px;
	color: #fff;
	background: #3D7FA3;
	font-weight: 900;
}

.amed-prescriber-doc-flow strong {
	display: block;
	color: #123F46;
	font-size: 17px;
	font-weight: 900;
}

.amed-prescriber-doc-flow p {
	margin: 8px 0 0;
	color: #68766f;
	font-size: 13px;
	line-height: 1.45;
}

.amed-prescriber-budget-nav {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	justify-self: start;
	margin: 0 0 18px;
	padding: 4px;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 11px;
	background: #f4f6f1;
}

.amed-prescriber-budget-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 13px;
	border-radius: 8px;
	color: #5f6f67;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.amed-prescriber-budget-nav a:hover {
	color: #123F46;
	background: rgba(255, 255, 255, 0.65);
}

.amed-prescriber-budget-nav a.is-active {
	color: #fff;
	background: #123F46;
	box-shadow: 0 4px 12px rgba(24, 63, 55, 0.13);
}

.amed-prescriber-all-budgets {
	display: grid;
	gap: 14px;
	margin: 4px 0 18px;
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 14px;
	background: #fff;
}

.amed-prescriber-all-budgets__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.amed-prescriber-all-budgets__head > div > span {
	display: block;
	margin-bottom: 3px;
	color: #3D7FA3;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.amed-prescriber-all-budgets__head h3 {
	margin: 0;
	color: #123F46;
	font-size: 18px;
	font-weight: 900;
}

.amed-prescriber-all-budgets__head p {
	margin: 5px 0 0;
	color: #68766f;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-prescriber-all-budgets__head > strong {
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 999px;
	color: #3D7FA3;
	background: #B8DAD8;
	font-size: 11px;
	font-weight: 900;
	white-space: nowrap;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) minmax(120px, 0.55fr) minmax(145px, 0.65fr) 88px auto;
	gap: 10px;
	align-items: end;
	width: 100%;
	margin: 0;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search label > span {
	color: #74816f;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search input,
.amed-prescriber-panel .amed-prescriber-all-budgets__search select {
	width: 100%;
	height: 38px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 7px 11px !important;
	border: 1px solid rgba(24, 63, 55, 0.14);
	border-radius: 9px;
	color: #123F46;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: none;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search button,
.amed-prescriber-panel .amed-prescriber-all-budgets__search > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: 38px !important;
	min-width: 0 !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 8px 13px !important;
	border: 0;
	border-radius: 9px;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search button {
	color: #fff;
	background: #123F46;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search button:hover {
	color: #fff;
	background: #123F46;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search > a {
	color: #123F46;
	background: #edf1e8;
}

.amed-prescriber-panel .amed-prescriber-all-budgets__search > a:hover {
	color: #123F46;
	background: #e3e9dc;
}

.amed-prescriber-all-budgets__table {
	overflow: visible;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 12px;
}

.amed-prescriber-all-budgets__row {
	display: grid;
	grid-template-columns: minmax(180px, 1.1fr) minmax(220px, 1.25fr) minmax(220px, 1.5fr) minmax(90px, 0.55fr);
	gap: 12px;
	align-items: center;
	min-height: 68px;
	padding: 11px 13px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
	background: #fff;
}

.amed-prescriber-all-budgets__row:last-child {
	border-bottom: 0;
}

.amed-prescriber-all-budgets__row.is-selected {
	background: #f7f9f2;
	box-shadow: inset 3px 0 0 #3D7FA3;
}

.amed-prescriber-all-budgets__row--head {
	min-height: 42px;
	color: #74816f;
	background: #f7f9f5;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.amed-prescriber-all-budgets__row strong,
.amed-prescriber-all-budgets__row small {
	display: block;
}

.amed-prescriber-all-budgets__row strong {
	color: #123F46;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3;
}

.amed-prescriber-all-budgets__row small,
.amed-prescriber-all-budgets__row div > span:not(.amed-prescriber-all-budgets__badge) {
	margin-top: 3px;
	color: #68766f;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
}

.amed-prescriber-all-budgets__badge {
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	color: #3D7FA3;
	background: #B8DAD8;
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
}

.amed-prescriber-all-budgets__action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 9px;
	color: #fff;
	background: #123F46;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease;
}

.amed-prescriber-all-budgets__action:hover {
	color: #fff;
	background: #123F46;
	transform: translateY(-1px);
}

.amed-prescriber-all-budgets__action svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.amed-prescriber-all-budgets__action::after {
	position: absolute;
	z-index: 8;
	right: 0;
	bottom: calc(100% + 7px);
	width: max-content;
	max-width: 180px;
	padding: 6px 8px;
	border-radius: 7px;
	color: #fff;
	background: #123F46;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.25;
	pointer-events: none;
	content: attr(data-tooltip);
	opacity: 0;
	transform: translateY(3px);
	transition: opacity 140ms ease, transform 140ms ease;
}

.amed-prescriber-all-budgets__action:hover::after,
.amed-prescriber-all-budgets__action:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.amed-prescriber-all-budgets__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amed-prescriber-all-budgets__pagination a,
.amed-prescriber-all-budgets__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 34px;
	padding: 6px 9px;
	border-radius: 8px;
	color: #123F46;
	background: #f2f5ed;
	font-size: 11px;
	font-weight: 850;
	text-decoration: none;
}

.amed-prescriber-all-budgets__pagination .current {
	color: #fff;
	background: #123F46;
}

.amed-prescriber-all-budgets__empty {
	padding: 14px;
	border-radius: 10px;
	color: #68766f;
	background: #f7f9f5;
}

.amed-prescriber-all-budgets__empty p {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
}

.amed-prescriber-all-budgets__empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 11px;
	border-radius: 8px;
	color: #fff;
	background: #123F46;
	font-size: 10px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.amed-prescriber-all-budgets__empty a:hover {
	color: #fff;
	background: #123F46;
}

.amed-prescriber-budget-history {
	display: grid;
	gap: 12px;
	margin: 4px 0 18px;
	padding: 16px;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 14px;
	background: #fff;
}

.amed-prescriber-budget-history__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.amed-prescriber-budget-history__head h3 {
	margin: 0;
	color: #123F46;
	font-size: 16px;
	font-weight: 900;
}

.amed-prescriber-budget-history__head p {
	margin: 4px 0 0;
	color: #68766f;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.amed-prescriber-budget-history__head > span {
	flex: 0 0 auto;
	padding: 5px 9px;
	border-radius: 999px;
	color: #3D7FA3;
	background: #B8DAD8;
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
}

.amed-prescriber-budget-history__list {
	display: grid;
	gap: 8px;
}

.amed-prescriber-budget-history__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 38px;
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding: 10px 11px;
	border: 1px solid rgba(24, 63, 55, 0.09);
	border-radius: 11px;
	background: #fbfcf9;
}

.amed-prescriber-budget-history__item.is-selected {
	border-color: rgba(24, 63, 55, 0.24);
	background: #f4f7ed;
	box-shadow: inset 3px 0 0 #3D7FA3;
}

.amed-prescriber-budget-history__item strong,
.amed-prescriber-budget-history__item small {
	display: block;
}

.amed-prescriber-budget-history__item strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 900;
}

.amed-prescriber-budget-history__item small {
	margin-top: 3px;
	color: #68766f;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}

.amed-prescriber-budget-history__status {
	display: grid;
	justify-items: end;
}

.amed-prescriber-budget-history__status span {
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
}

.amed-prescriber-budget-history__status span.is-ready {
	color: #3D7FA3;
	background: #B8DAD8;
}

.amed-prescriber-budget-history__status span.is-empty {
	color: #8a5b22;
	background: #fff4e8;
}

.amed-prescriber-budget-history__current,
.amed-prescriber-budget-history__item > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
}

.amed-prescriber-budget-history__current {
	color: #52635c;
	background: #e8ede8;
	font-size: 0;
}

.amed-prescriber-budget-history__current::before {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #3D7FA3;
	content: "";
}

.amed-prescriber-budget-history__item > a {
	color: #fff;
	background: #123F46;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease;
}

.amed-prescriber-budget-history__item > a:hover {
	color: #fff;
	background: #123F46;
	transform: translateY(-1px);
}

.amed-prescriber-budget-history__item > a svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

@media (max-width: 720px) {
	.amed-prescriber-budget-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.amed-prescriber-all-budgets__head {
		display: grid;
	}

	.amed-prescriber-all-budgets__head > strong {
		justify-self: start;
	}

	.amed-prescriber-panel .amed-prescriber-all-budgets__search {
		grid-template-columns: 1fr 1fr;
	}

	.amed-prescriber-panel .amed-prescriber-all-budgets__search-patient {
		grid-column: 1 / -1;
	}

	.amed-prescriber-all-budgets__table {
		display: grid;
		gap: 9px;
		overflow: visible;
		border: 0;
		border-radius: 0;
	}

	.amed-prescriber-all-budgets__row--head {
		display: none;
	}

	.amed-prescriber-all-budgets__row {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 13px;
		border: 1px solid rgba(24, 63, 55, 0.09);
		border-radius: 11px;
	}

	.amed-prescriber-all-budgets__row > div {
		grid-column: 1;
	}

	.amed-prescriber-all-budgets__row > div::before {
		display: block;
		margin-bottom: 3px;
		color: #849080;
		font-size: 9px;
		font-weight: 900;
		letter-spacing: 0.035em;
		text-transform: uppercase;
		content: attr(data-label);
	}

	.amed-prescriber-budget-history__head {
		display: grid;
	}

	.amed-prescriber-budget-history__head > span {
		justify-self: start;
	}

	.amed-prescriber-budget-history__item {
		grid-template-columns: minmax(0, 1fr) 38px;
	}

	.amed-prescriber-budget-history__status {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-items: start;
	}

	.amed-prescriber-budget-history__current,
	.amed-prescriber-budget-history__item > a {
		grid-column: 2;
		grid-row: 1;
	}
}

.amed-account-anamnesis {
	display: grid;
	gap: 18px;
	color: #123F46;
}

.amed-account-anamnesis > h2,
.amed-account-anamnesis > p {
	margin: 0;
}

.amed-account-anamnesis > p {
	color: #61706a;
	line-height: 1.55;
}

.amed-account-anamnesis__list {
	display: grid;
	gap: 12px;
}

.amed-account-anamnesis__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(24, 63, 55, 0.05);
}

.amed-account-anamnesis__item > div:first-child {
	display: grid;
	gap: 4px;
}

.amed-account-anamnesis__item strong {
	font-size: 17px;
}

.amed-account-anamnesis__item span,
.amed-account-anamnesis__item small {
	color: #61706a;
}

.amed-account-anamnesis__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.amed-account-anamnesis__actions em {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
}

.amed-account-anamnesis__actions em.is-pending {
	color: #9b4f16;
	background: #fff1e5;
}

.amed-account-anamnesis__actions em.is-answered {
	color: #1e5d38;
	background: #e8f5eb;
}

.amed-account-anamnesis__actions a,
.amed-account-anamnesis__back {
	color: #123F46;
	font-weight: 850;
	text-decoration: none;
}

.amed-account-anamnesis__actions a:hover,
.amed-account-anamnesis__back:hover {
	color: #3D7FA3;
}

.amed-account-anamnesis--form {
	max-width: 880px;
}

.amed-account-anamnesis--form .amed-public-booking__details {
	margin: 4px 0 0;
	padding: 0;
}

.amed-account-anamnesis--form .amed-public-booking__anamnesis {
	gap: 18px;
	margin: 0;
	padding: 24px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 16px;
	background: #fbfcf9;
}

.amed-account-anamnesis--form .amed-public-booking__anamnesis h3 {
	margin: 0;
	color: #123F46;
	font-size: 24px;
}

.amed-account-anamnesis--form .amed-public-booking__foot {
	padding: 20px;
	border-radius: 14px;
	background: #f3f7ed;
}

.amed-prescriber-anamnesis-review {
	margin-bottom: 22px;
}

.amed-prescriber-anamnesis-review > a {
	display: inline-flex;
	margin-bottom: 14px;
	color: #3D7FA3;
	font-weight: 850;
	text-decoration: none;
}

.amed-prescriber-anamnesis-review__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.amed-prescriber-anamnesis-review__grid > div {
	display: grid;
	gap: 5px;
	padding: 14px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 12px;
	background: #f8faf5;
}

.amed-prescriber-anamnesis-review__grid span {
	color: #718078;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.amed-prescriber-anamnesis-review__grid strong {
	color: #123F46;
	font-size: 14px;
	line-height: 1.45;
}

.amed-prescriber-anamnesis-review__source {
	margin: 4px 0 0;
	color: #65736c;
	font-size: 13px;
	font-weight: 750;
}

.amed-prescriber-anamnesis-review__notice,
.amed-prescriber-anamnesis-review__pending {
	margin: 14px 0;
	padding: 14px 16px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 12px;
	background: #f7faf3;
	color: #123F46;
}

.amed-prescriber-anamnesis-review__notice.is-success {
	border-color: rgba(93, 126, 49, 0.28);
	background: #f2f8e7;
}

.amed-prescriber-anamnesis-review__notice.is-error {
	border-color: rgba(61, 127, 163, 0.38);
	background: #fff7f0;
	color: #8b4318;
}

.amed-prescriber-anamnesis-review__pending p {
	margin: 5px 0 0;
	color: #65736c;
	font-size: 13px;
	line-height: 1.5;
}

.amed-prescriber-anamnesis-form {
	margin-top: 18px;
}

.amed-prescriber-anamnesis-form .amed-public-booking__anamnesis {
	padding: 20px;
	border: 1px solid rgba(24, 63, 55, 0.12);
	border-radius: 14px;
	background: #fbfcf9;
}

.amed-prescriber-anamnesis-form .amed-public-booking__anamnesis h3 {
	margin: 0;
	color: #123F46;
	font-size: 22px;
}

.amed-prescriber-anamnesis-form .amed-public-booking__foot {
	padding: 16px;
	border-radius: 12px;
	background: #f3f7ed;
}

.amed-prescriber-anamnesis-form .amed-public-booking__foot p {
	margin: 0;
	color: #65736c;
	font-size: 12px;
	font-weight: 700;
}

.amed-teleconsult-thankyou__button--meeting {
	margin-left: 8px;
	border: 1px solid #123F46;
	color: #123F46 !important;
	background: #fff;
}

@media (max-width: 680px) {
	.amed-account-anamnesis__item {
		grid-template-columns: 1fr;
	}

	.amed-account-anamnesis__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.amed-account-anamnesis--form .amed-public-booking__anamnesis {
		padding: 18px;
	}

	.amed-account-anamnesis--form .amed-public-booking__field-row,
	.amed-prescriber-anamnesis-form .amed-public-booking__field-row,
	.amed-prescriber-anamnesis-form .amed-public-booking__check-grid,
	.amed-prescriber-anamnesis-review__grid {
		grid-template-columns: 1fr;
	}

	.amed-teleconsult-thankyou__button--meeting {
		margin: 10px 0 0;
	}
}

.amed-ux-doctors {
	position: relative;
	overflow: hidden;
	margin-bottom: 120px !important;
	background-color: #123F46 !important;
	background-image:
		linear-gradient(90deg, rgba(15, 44, 38, 0.96) 0%, rgba(15, 44, 38, 0.9) 39%, rgba(15, 44, 38, 0.58) 68%, rgba(15, 44, 38, 0.24) 100%),
		url("images/prescritor-hero-bg.jpg") !important;
	background-position: 72% center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

body:has(.amed-action-dock-section) {
	padding-bottom: 120px;
}

.amed-ux-doctors .section-bg,
.amed-ux-doctors .bg-fill {
	background: transparent !important;
}

.amed-ux-doctors::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background:
		radial-gradient(circle at 84% 26%, rgba(196, 219, 123, 0.24), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.amed-ux-doctors .section-content {
	position: relative;
	z-index: 1;
}

.amed-ux-doctors .amed-mini-title {
	color: rgba(196, 219, 123, 0.92) !important;
}

.amed-ux-doctors h2,
.amed-ux-doctors p {
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.amed-ux-doctors .button {
	border-color: rgba(255, 255, 255, 0.72) !important;
	background: rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.amed-online-prescribers {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	align-items: center;
	gap: 34px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 56px max(24px, calc((100vw - 1280px) / 2)) 60px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.06);
	color: #123F46;
}

.amed-online-prescribers__copy {
	max-width: 460px;
}

.amed-online-prescribers__copy h2 {
	margin: 0;
	color: #123F46;
	font-size: clamp(26px, 2.8vw, 38px);
	font-weight: 800;
	line-height: 1.1;
}

.amed-online-prescribers__copy p:not(.amed-mini-title) {
	margin: 18px 0 0;
	color: #6f7d76;
	font-size: 16px;
	line-height: 1.58;
}

.amed-online-prescribers__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.amed-online-prescribers__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 12px 18px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.amed-online-prescribers__button:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.amed-online-prescribers__button--primary {
	border: 1px solid #3D7FA3;
	color: #fff;
	background: #3D7FA3;
}

.amed-online-prescribers__button--primary:hover {
	color: #fff;
	background: #d96f25;
}

.amed-online-prescribers__button--secondary {
	border: 1px solid rgba(24, 63, 55, 0.16);
	color: #123F46;
	background: #fff;
}

.amed-online-prescribers__button--secondary:hover {
	border-color: rgba(24, 63, 55, 0.28);
	color: #123F46;
}

.amed-online-prescribers__panel {
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(24, 63, 55, 0.04);
}

.amed-online-prescribers__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	padding: 0 2px;
}

.amed-online-prescribers__head span {
	display: block;
	color: #6f7d76;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-online-prescribers__head strong {
	display: block;
	margin-top: 3px;
	color: #123F46;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.amed-online-prescribers__controls {
	display: flex;
	gap: 8px;
}

.amed-online-prescribers__controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-height: 36px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 999px;
	color: #123F46;
	background: #f9f9f9;
	box-shadow: none;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

.amed-online-prescribers__track {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding: 2px 2px 8px;
	scroll-padding: 2px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.amed-online-prescriber-card {
	flex: 0 0 220px;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.08);
	border-radius: 14px;
	background: #fff;
	scroll-snap-align: start;
}

.amed-online-prescriber-card__photo {
	position: relative;
	display: block;
	height: 140px;
	overflow: hidden;
	background: #f3f1ec;
}

.amed-online-prescriber-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
}

.amed-online-prescriber-card__photo:hover img {
	transform: scale(1.03);
}

.amed-online-prescriber-card__photo span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 6px 9px;
	border-radius: 999px;
	color: #6f7d76;
	background: rgba(255, 255, 255, 0.92);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-online-prescriber-card.is-online .amed-online-prescriber-card__photo span {
	color: #48621f;
	background: #eef5d9;
}

.amed-online-prescriber-card.is-online .amed-online-prescriber-card__photo span::before {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 6px;
	content: "";
	border-radius: 999px;
	background: #6f8b2e;
}

.amed-online-prescriber-card__body {
	padding: 14px;
}

.amed-online-prescriber-card h3 {
	margin: 0;
	color: #123F46;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.amed-online-prescriber-card p {
	margin: 8px 0 0;
	color: #777f79;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.35;
}

.amed-online-prescriber-card small {
	display: block;
	min-height: 15px;
	margin-top: 5px;
	color: #6f7d76;
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.amed-online-prescriber-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(24, 63, 55, 0.08);
}

.amed-online-prescriber-card__meta strong {
	color: #123F46;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.amed-online-prescriber-card__meta span {
	color: #747d77;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.amed-online-prescriber-card__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	margin-top: 14px;
	border: 1px solid #3D7FA3;
	border-radius: 5px;
	color: #3D7FA3;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.amed-online-prescriber-card__action:hover {
	color: #3D7FA3;
	background: #f8fbf0;
	text-decoration: none;
}

.amed-online-prescribers__empty {
	padding: 28px;
	border-radius: 14px;
	background: #f9f9f9;
}

.amed-online-prescribers__empty strong {
	display: block;
	color: #123F46;
	font-size: 17px;
	font-weight: 800;
}

.amed-online-prescribers__empty p {
	margin: 8px 0 0;
	color: #6f7d76;
	font-size: 14px;
}

.amed-online-prescribers__empty a {
	display: inline-flex;
	margin-top: 16px;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-prescriber-portal__notice {
	max-width: 620px;
}

.amed-prescriber-portal__notice a {
	margin-top: 16px;
}

.amed-prescriber-portal__card span {
	display: block;
	margin-bottom: 8px;
	color: #3D7FA3;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.amed-prescriber-portal__toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 18px 0;
	color: #123F46;
	font-size: 13px;
	font-weight: 800;
}

.amed-prescriber-portal__toggle input {
	width: 18px;
	height: 18px;
	margin: 0;
}

.single-product .amed-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 24px 0 22px;
}

.single-product .amed-product-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 28px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.single-product .amed-product-action:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.single-product .amed-product-action--primary {
	border: 1px solid #3D7FA3;
	background: #3D7FA3;
	color: #fff;
}

.single-product .amed-product-action--primary:hover {
	background: #d96f25;
	color: #fff;
}

.single-product .amed-product-action--secondary {
	border: 1px solid rgba(24, 63, 55, 0.18);
	background: #fff;
	color: #123F46;
}

.single-product .amed-product-action--secondary:hover {
	border-color: rgba(24, 63, 55, 0.32);
	color: #123F46;
}

@media (max-width: 849px) {
	.amed-reorder-app__top,
	.amed-reorder-app__account,
	.amed-reorder-card__head {
		flex-direction: column;
		align-items: stretch;
	}

	.amed-reorder-app__grid {
		grid-template-columns: 1fr;
	}

	.amed-telemed__hero,
	.amed-prescriber-portal__hero {
		flex-direction: column;
		align-items: flex-start;
	}

	.amed-telemed__hero {
		min-height: auto;
		padding: 28px 0px;
		width: auto;
		margin-left: 0;
		border-radius: 16px;
	}

	.amed-telemed__hero::after {
		display: none;
	}

	.amed-telemed__search {
		grid-template-columns: 1fr;
	}

	.amed-telemed__tabs {
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.amed-telemed__tabs button {
		padding-right: 11px !important;
		padding-left: 11px !important;
	}

	.amed-telemed__suggestions {
		right: 8px;
		left: 8px;
		max-height: 280px;
	}

	.amed-telemed__now {
		align-items: flex-start;
		flex-direction: column;
		width: auto;
		margin: 16px 0 18px;
	}

	.amed-telemed__grid,
	.amed-prescriber-portal__grid {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-document-head,
	.amed-prescriber-document-section__head {
		flex-direction: column;
		align-items: stretch;
	}

	.amed-prescriber-document-grid,
	.amed-prescriber-document-grid--three,
	.amed-prescriber-quote-row {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-existing-report__summary {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.amed-prescriber-existing-report__summary a {
		grid-column: 2;
	}

	.amed-prescriber-existing-report__choices {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-document-validity {
		max-width: none;
	}

	.amed-prescriber-document-list__item {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.amed-telemed-request {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.amed-public-prescriber__hero {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.amed-public-prescriber__facts {
		width: 100%;
		text-align: left;
	}

	.amed-public-booking {
		padding: 0 2px;
	}

	.amed-public-booking__head {
		margin-bottom: 14px;
	}

	.amed-public-booking__head h1 {
		font-size: 30px;
	}

	.amed-public-booking__head p {
		margin-top: 8px;
		font-size: 13px;
	}

	.amed-public-booking__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-bottom: 14px;
		padding: 14px;
	}

	.amed-public-booking__steps div:not(:last-child)::after {
		display: none;
	}

	.amed-public-booking__steps span {
		background: transparent;
		white-space: normal;
	}

	.amed-public-booking__shell {
		grid-template-columns: 1fr;
		border-radius: 16px;
	}

	.amed-public-booking__profile,
	.amed-public-booking__calendar {
		border-right: 0;
		border-bottom: 1px solid rgba(24, 63, 55, 0.12);
	}

	.amed-public-booking__profile,
	.amed-public-booking__calendar,
	.amed-public-booking__details {
		padding: 24px 20px;
	}

	.amed-public-booking__profile {
		display: grid;
		grid-template-columns: 78px minmax(0, 1fr);
		align-items: start;
		gap: 8px 14px;
		padding: 18px 18px 16px;
	}

	.amed-public-booking__photo {
		grid-column: 1;
		grid-row: 1 / span 3;
		width: 78px;
		height: 78px;
		margin: 0;
	}

	.amed-public-booking__eyebrow {
		grid-column: 2;
		margin-top: 2px;
		font-size: 10px;
	}

	.amed-public-booking__profile h1 {
		grid-column: 2;
		margin: 0;
		font-size: 25px;
		line-height: 1.05;
	}

	.amed-public-booking__specialty {
		grid-column: 2;
		margin: 0;
		font-size: 13px;
		line-height: 1.32;
	}

	.amed-public-booking__facts {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		margin: 12px 0 0;
		padding: 10px 0;
		border-top: 1px solid rgba(24, 63, 55, 0.1);
		border-bottom: 1px solid rgba(24, 63, 55, 0.1);
	}

	.amed-public-booking__facts li {
		gap: 2px;
		padding: 0 9px;
		border: 0;
		border-right: 1px solid rgba(24, 63, 55, 0.1);
		border-radius: 0;
		background: transparent;
		text-align: center;
	}

	.amed-public-booking__facts li:first-child {
		padding-left: 0;
		text-align: left;
	}

	.amed-public-booking__facts li:last-child {
		padding-right: 0;
		border-right: 0;
		text-align: right;
	}

	.amed-public-booking__facts span {
		font-size: 9px;
		line-height: 1.1;
	}

	.amed-public-booking__facts strong {
		font-size: 12px;
		line-height: 1.2;
	}

	.amed-public-booking__bio {
		grid-column: 1 / -1;
		display: -webkit-box;
		margin-top: 6px !important;
		overflow: hidden;
		color: #6a746e;
		font-size: 12px;
		line-height: 1.35;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.amed-public-booking__calendar,
	.amed-public-booking__details {
		padding: 18px;
	}

	.amed-public-booking h2 {
		margin-top: 4px;
	}

	.amed-public-booking__field-row {
		grid-template-columns: 1fr;
	}

	.amed-public-booking__check-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.amed-public-booking__check {
		min-height: 54px;
		padding: 10px 8px;
		gap: 8px !important;
	}

	.amed-public-booking__check input {
		width: 16px !important;
		height: 16px;
	}

	.amed-public-booking__check span {
		font-size: 11px;
		line-height: 1.2;
	}

	.amed-public-booking__anamnesis h2 {
		font-size: 21px;
	}

	.amed-public-booking__days {
		max-height: none;
	}

	.amed-public-booking__times {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amed-telemed-request__summary {
		padding: 18px;
	}

	.amed-telemed-request__form {
		grid-template-columns: 1fr;
	}

	.amed-telemed-slots__grid {
		grid-template-columns: 1fr;
	}

	.amed-telemed-request__foot {
		flex-direction: column;
		align-items: stretch;
	}

	.amed-telemed-request__foot button {
		width: 100%;
	}

	.amed-prescriber-login,
	.amed-prescriber-app {
		grid-template-columns: 1fr;
		margin-right: -16px;
		margin-left: -16px;
	}

	.amed-prescriber-login__panel {
		min-height: 220px;
		order: -1;
	}

	.amed-prescriber-login__form {
		padding: 34px 22px;
	}

	.amed-prescriber-app__sidebar {
		position: static;
		padding: 20px 16px;
	}

	.amed-prescriber-app__sidebar nav {
		display: flex;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.amed-prescriber-app__sidebar nav a {
		white-space: nowrap;
	}

	.amed-prescriber-app__main {
		padding: 22px 16px;
	}

	.amed-prescriber-app__top,
	.amed-prescriber-availability__row,
	.amed-prescriber-status-form {
		flex-direction: column;
		align-items: stretch;
	}

	.amed-prescriber-status-form label,
	.amed-prescriber-status-form select {
		width: 100%;
	}

	.amed-prescriber-appointments-filter {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-report-filter,
	.amed-prescriber-report-funnel,
	.amed-prescriber-report-grid {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-appointments-filter__actions,
	.amed-prescriber-appointment-row__actions {
		justify-content: stretch;
	}

	.amed-prescriber-appointments-filter__actions button,
	.amed-prescriber-appointments-filter__actions a,
	.amed-prescriber-appointment-row__actions button,
	.amed-prescriber-appointment-row__actions a {
		flex: 1;
	}

	.amed-prescriber-appointment-row--head {
		display: none;
	}

	.amed-prescriber-appointment-row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 14px;
	}

	.amed-prescriber-appointment-row > div::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 5px;
		color: #74816f;
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 0.02em;
		text-transform: uppercase;
	}

	.amed-prescriber-availability__row {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-profile-form__head,
	.amed-prescriber-profile-form__row,
	.amed-prescriber-profile-form__row--record {
		grid-template-columns: 1fr;
	}

	.amed-prescriber-kpis,
	.amed-prescriber-profile-grid,
	.amed-prescriber-doc-flow {
		grid-template-columns: 1fr;
	}

	.amed-online-prescribers {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 46px 16px;
	}

	.amed-online-prescribers__copy {
		max-width: none;
	}

	.amed-online-prescribers__panel {
		padding: 14px;
	}

	.amed-online-prescriber-card {
		flex-basis: 215px;
	}
}

@media (min-width: 850px) and (max-width: 1180px) {
	.amed-telemed__hero {
		padding: 46px 32px 54px;
	}

	.amed-telemed__hero-content {
		width: min(100%, 720px);
	}

	.amed-telemed__hero::after {
		display: none;
	}

	.amed-telemed__search {
		grid-template-columns: 1fr;
		width: min(100%, 920px);
	}

	.amed-telemed__tabs {
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.amed-telemed__suggestions {
		right: 70px;
		left: 8px;
	}
}

@media (min-width: 850px) and (max-width: 1140px) {
	.amed-telemed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amed-online-prescribers {
		grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
		gap: 24px;
	}

	.amed-online-prescriber-card {
		flex-basis: 210px;
	}
}

@media (max-width: 549px) {
	.amed-reorder-app {
		padding: 14px 12px 42px;
	}

	.amed-reorder-app__top,
	.amed-reorder-card,
	.amed-reorder-app__empty {
		padding: 20px;
	}

	.amed-reorder-card__quota {
		grid-template-columns: 1fr;
	}

	.amed-reorder-card__quota div {
		border-right: 0;
		border-bottom: 1px solid rgba(24, 63, 55, 0.08);
	}

	.amed-reorder-card__quota div:last-child {
		border-bottom: 0;
	}

	.amed-reorder-product {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.amed-reorder-product__image {
		width: 58px;
		height: 58px;
	}

	.amed-reorder-product label {
		grid-column: 1 / -1;
	}

	.amed-telemed,
	.amed-prescriber-portal {
		padding: 28px 12px 48px;
	}

	.amed-telemed-card__photo {
		height: 190px;
	}

	.amed-online-prescribers {
		padding: 38px 12px;
	}

	.amed-online-prescribers__copy h2 {
		font-size: 28px;
	}

	.amed-online-prescribers__actions {
		flex-direction: column;
	}

	.amed-public-booking__profile {
		grid-template-columns: 68px minmax(0, 1fr);
		padding: 16px 14px 14px;
	}

	.amed-public-booking__photo {
		width: 68px;
		height: 68px;
	}

	.amed-public-booking__profile h1 {
		font-size: 22px;
	}

	.amed-public-booking__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.amed-public-booking__calendar,
	.amed-public-booking__details {
		padding: 16px 14px;
	}

	.amed-online-prescribers__button {
		width: 100%;
	}

	.amed-online-prescribers__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-product .amed-product-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.single-product .amed-product-action {
		width: 100%;
	}
}

body:has(.amed-ux-doctors):has(.amed-action-dock-section) {
	padding-bottom: 120px !important;
}

/* AMED mobile journey refinements 2026-07-13 */
.amed-receita {
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 5px 84px;
    color: #123F46;
}

.amed-receita__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
}

.amed-cpf-status,
.amed-cep-status {
    display: block;
    color: #6b7b72;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.amed-active-session__actions,
.amed-active-session .amed-new-order,
.amed-active-session [data-amed-new-order],
.amed-active-session a[href*=\"novo-pedido\"],
.amed-active-session a[href*=\"new-order\"] {
    display: none !important;
}

.amed-receita textarea,
.amed-receita textarea[name*=\"observ\"],
.amed-receita textarea[id*=\"observ\"] {
    min-height: 132px;
}

.amed-client-type-mobile {
    display: block;
    margin: 0 0 18px;
}

.amed-client-type-mobile label {
    display: block;
    margin: 0 0 8px;
    color: #6b7b72;
    font-size: 13px;
    font-weight: 800;
}

.amed-client-type-mobile select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(24, 63, 55, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #123F46;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
    box-shadow: none;
}

.amed-client-type-cards {
    display: none !important;
}

.amed-client-patient-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    margin: 0 0 18px;
}

.amed-client-patient-row .amed-client-type-mobile,
.amed-client-patient-row > label {
    min-width: 0;
    margin: 0;
}

.amed-client-patient-row > label > span {
    display: block;
    margin: 0 0 8px;
    color: #6b7b72;
    font-size: 13px;
    font-weight: 800;
}

.amed-client-patient-row input {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(24, 63, 55, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #123F46;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
    box-shadow: none;
}

.amed-client-patient-row .amed-cpf-status {
    margin-top: 8px;
}

@media (max-width: 849px) {
    .amed-receita {
        padding: 28px 18px 90px;
    }

    .amed-receita__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 14px;
    }

    .amed-client-type-mobile {
        margin: 0 0 14px;
    }

    .amed-client-type-mobile select {
        min-height: 48px;
        font-size: 16px;
    }

    .amed-client-patient-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 14px;
        margin: 0 0 14px;
    }

    .amed-client-patient-row input {
        min-height: 48px;
        font-size: 16px;
    }

    .amed-receita .amed-journey-steps,
    .amed-checkout-journey .amed-journey-steps {
        display: flex !important;
        grid-template-columns: none !important;
        align-items: stretch;
        overflow: hidden;
        border: 1px solid rgba(24, 63, 55, 0.08);
        border-radius: 0;
        background: #f9f9f9;
        margin-bottom: 18px;
    }

    .amed-receita .amed-journey-step,
    .amed-checkout-journey .amed-journey-step {
        flex: 0 0 58px;
        min-width: 58px;
        height: 54px;
        min-height: 54px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-right: 1px solid rgba(24, 63, 55, 0.08);
        border-bottom: 0;
    }

    .amed-receita .amed-journey-step.is-active,
    .amed-receita .amed-journey-step.amed-journey-step--active,
    .amed-receita .amed-journey-step.is-current,
    .amed-receita .amed-journey-step.active,
    .amed-receita .amed-journey-step[aria-current=\"step\"],
    .amed-checkout-journey .amed-journey-step.is-active,
    .amed-checkout-journey .amed-journey-step.amed-journey-step--active,
    .amed-checkout-journey .amed-journey-step.is-current,
    .amed-checkout-journey .amed-journey-step.active,
    .amed-checkout-journey .amed-journey-step[aria-current=\"step\"] {
        flex: 1 1 auto;
        justify-content: flex-start;
        background: #fff;
        border-bottom: 2px solid #3D7FA3;
    }

    .amed-receita .amed-journey-step__number,
    .amed-checkout-journey .amed-journey-step__number {
        flex: 0 0 auto;
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .amed-receita .amed-journey-step__content,
    .amed-checkout-journey .amed-journey-step__content {
        min-width: 0;
    }

    .amed-receita .amed-journey-step:not(.is-active):not(.amed-journey-step--active):not(.is-current):not(.active):not([aria-current=\"step\"]) .amed-journey-step__content,
    .amed-checkout-journey .amed-journey-step:not(.is-active):not(.amed-journey-step--active):not(.is-current):not(.active):not([aria-current=\"step\"]) .amed-journey-step__content {
        display: none !important;
    }

    .amed-receita .amed-journey-step__meta,
    .amed-receita .amed-journey-step__subtitle,
    .amed-receita .amed-journey-step small,
    .amed-checkout-journey .amed-journey-step__meta,
    .amed-checkout-journey .amed-journey-step__subtitle,
    .amed-checkout-journey .amed-journey-step small {
        display: none !important;
    }

    .amed-receita .amed-journey-step__label,
    .amed-checkout-journey .amed-journey-step__label {
        font-size: 14px;
        line-height: 1.15;
    }

    .amed-receita .amed-upload-grid,
    .amed-receita .amed-file-grid,
    .amed-receita .amed-documents-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .amed-receita .amed-upload-card,
    .amed-receita .amed-file-card {
        min-height: 116px;
        padding: 14px;
    }

    .amed-receita .amed-upload-card h3,
    .amed-receita .amed-file-card h3,
    .amed-receita .amed-upload-card strong,
    .amed-receita .amed-file-card strong {
        font-size: 14px;
    }

    .amed-receita .amed-upload-card p,
    .amed-receita .amed-file-card p {
        font-size: 12px;
    }

    body:has(.amed-action-dock-section) {
        padding-bottom: 88px !important;
    }

    .amed-action-dock-section {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10010;
        padding: 8px 10px;
        background: #fff;
        border-top: 1px solid rgba(24, 63, 55, 0.12);
        box-shadow: 0 -10px 28px rgba(24, 63, 55, 0.12);
    }

    .amed-action-dock-section .amed-action-dock__eyebrow,
    .amed-action-dock-section .amed-action-dock__text,
    .amed-action-dock-section p,
    .amed-action-dock-section h3 {
        display: none !important;
    }

    .amed-action-dock-section .amed-action-dock {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        max-width: none;
        margin: 0;
    }

    .amed-action-dock-section .amed-action-dock__item:nth-child(1) {
        display: none !important;
    }

    .amed-action-dock-section a,
    .amed-action-dock-section .button {
        min-height: 46px;
        height: 46px;
        border-radius: 999px;
        padding: 0 10px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        font-size: 13px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .amed-action-dock-section svg,
    .amed-action-dock-section i {
        display: inline-block !important;
        width: 18px;
        height: 18px;
        flex: 0 0 auto;
    }
}
/* Ajustes responsivos finais da jornada e barra inferior */
.amed-cpf-results__actions a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    height: 20px;

}

body:has(.amed-action-dock-section) {
	padding-bottom: 120px !important;
}

.amed-active-session .amed-active-session__actions,
.amed-active-session .amed-active-session__button,
.amed-active-session [data-amed-new-order],
.amed-active-session a[href*="novo-pedido"],
.amed-active-session a[href*="novo_pedido"] {
	display: none !important;
}

.amed-receita textarea,
.amed-receita textarea[name*="observ"] {
	min-height: 150px;
}

@media (max-width: 767px) {
	body:has(.amed-action-dock-section) {
		padding-bottom: 120px !important;
	}

	.amed-journey-steps {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 0 !important;
		height: 54px !important;
		min-height: 54px !important;
		overflow: hidden !important;
		margin: 0 0 18px !important;
		border: 1px solid rgba(24, 63, 55, 0.08) !important;
		border-radius: 0 !important;
		background: #f9f9f9 !important;
	}

	.amed-journey-step {
		flex: 0 0 54px !important;
		width: 54px !important;
		min-width: 54px !important;
		height: 54px !important;
		min-height: 54px !important;
		padding: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 0 !important;
		border-right: 1px solid rgba(24, 63, 55, 0.08) !important;
		border-bottom: 0 !important;
		background: #f9f9f9 !important;
		text-decoration: none !important;
	}

	.amed-journey-step.is-active,
	.amed-journey-step--active,
	.amed-journey-step[aria-current="step"] {
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0 !important;
		padding: 0 14px !important;
		justify-content: flex-start !important;
		gap: 10px !important;
		border-bottom: 2px solid #3D7FA3 !important;
		background: #fff !important;
	}

	.amed-journey-step small,
	.amed-journey-step__subtitle,
	.amed-journey-step__status {
		display: none !important;
	}

	.amed-journey-step:not(.is-active):not(.amed-journey-step--active):not([aria-current="step"]) strong,
	.amed-journey-step:not(.is-active):not(.amed-journey-step--active):not([aria-current="step"]) .amed-journey-step__title,
	.amed-journey-step:not(.is-active):not(.amed-journey-step--active):not([aria-current="step"]) span:not(:first-child) {
		display: none !important;
	}

	.amed-journey-step strong,
	.amed-journey-step__title {
		font-size: 14px !important;
		line-height: 1.15 !important;
		margin: 0 !important;
	}

	.amed-journey-step__number,
	.amed-journey-step-number,
	.amed-journey-step > span:first-child {
		width: 32px !important;
		height: 32px !important;
		min-width: 32px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 999px !important;
		font-size: 14px !important;
	}

	.amed-receita {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.amed-receita__grid,
	.amed-receita .amed-grid,
	.amed-form-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

	.amed-client-type-options,
	.amed-customer-type-options,
	.amed-patient-type-options,
	.amed-profile-options,
	.amed-type-options {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}

	.amed-client-type-card,
	.amed-customer-type-card,
	.amed-patient-type-card,
	.amed-profile-card,
	.amed-type-card,
	.amed-client-type-options label,
	.amed-customer-type-options label,
	.amed-patient-type-options label,
	.amed-profile-options label,
	.amed-type-options label {
		min-height: 48px !important;
		padding: 11px 14px !important;
		border-radius: 8px !important;
	}

	.amed-client-type-card p,
	.amed-customer-type-card p,
	.amed-patient-type-card p,
	.amed-profile-card p,
	.amed-type-card p,
	.amed-client-type-options label p,
	.amed-customer-type-options label p,
	.amed-patient-type-options label p,
	.amed-profile-options label p,
	.amed-type-options label p {
		display: none !important;
	}

	.amed-upload-grid,
	.amed-document-grid,
	.amed-file-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.amed-upload-card,
	.amed-upload-box,
	.amed-file-upload {
		min-height: 118px !important;
		padding: 12px !important;
	}

	.amed-upload-card h3,
	.amed-upload-box h3,
	.amed-file-upload h3 {
		font-size: 14px !important;
		line-height: 1.2 !important;
	}

	.amed-upload-card p,
	.amed-upload-box p,
	.amed-file-upload p {
		font-size: 12px !important;
		line-height: 1.25 !important;
	}

	.amed-receita textarea,
	.amed-receita textarea[name*="observ"] {
		min-height: 170px !important;
	}

	.amed-action-dock-section .amed-action-dock,
	.amed-action-dock-section .amed-action-dock__grid,
	.amed-action-dock-section .amed-action-dock__inner {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 15px !important;
		padding: 8px 15px !important;
	}

	.amed-action-dock-section .amed-action-dock__item:nth-child(1),
	.amed-action-dock-section .amed-action-dock__column:nth-child(1),
	.amed-action-dock-section .amed-action-dock__cell:nth-child(1) {
		display: none !important;
	}

	.amed-action-dock-section .amed-action-dock__eyebrow,
	.amed-action-dock-section .amed-action-dock__copy,
	.amed-action-dock-section .amed-action-dock__caption,
	.amed-action-dock-section .amed-action-dock__heading,
	.amed-action-dock-section small,
	.amed-action-dock-section p:not(.button):not(.btn) {
		display: none !important;
	}

	.amed-action-dock-section a,
	.amed-action-dock-section button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 6px !important;
		width: 100% !important;
		min-height: 42px !important;
		height: 42px !important;
		padding: 8px 10px !important;
		border-radius: 999px !important;
		font-size: 12px !important;
		white-space: nowrap !important;
	}

	.amed-action-dock-section svg,
	.amed-action-dock-section i,
	.amed-action-dock-section .icon {
		display: inline-flex !important;
		width: 18px !important;
		height: 18px !important;
		min-width: 18px !important;
		flex: 0 0 18px !important;
	}
}

/* Barra inferior da home: ícones confiáveis e legendas compactas no mobile. */
@media (max-width: 767px) {
	.amed-action-dock-section .amed-action-dock {
		gap: 8px !important;
		padding: 7px 10px calc(7px + env(safe-area-inset-bottom)) !important;
	}

	.amed-action-dock-section .amed-action-dock__item:not(:nth-child(1)) {
		display: grid !important;
		grid-template-rows: auto 42px;
		gap: 4px !important;
		min-width: 0;
		padding: 0 !important;
	}

	.amed-action-dock-section .amed-action-dock__item > span:not(.amed-action-dock__button):not(.amed-symbol) {
		display: block !important;
		min-width: 0;
		min-height: 0 !important;
		overflow: hidden;
		color: #53615b !important;
		font-size: clamp(7.5px, 2.25vw, 9px) !important;
		font-weight: 500 !important;
		line-height: 1 !important;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.amed-action-dock-section .amed-action-dock__item > span strong {
		color: #123F46 !important;
		font: inherit !important;
		font-weight: 800 !important;
	}

	.amed-action-dock-section .amed-action-dock__button .amed-symbol {
		position: relative !important;
		display: block !important;
		width: 18px !important;
		height: 18px !important;
		min-width: 18px !important;
		margin: 0 !important;
		flex: 0 0 18px !important;
		background: transparent !important;
	}

	.amed-action-dock-section .amed-action-dock__button .amed-symbol::before {
		position: absolute;
		inset: 0 !important;
		display: block !important;
		width: 18px !important;
		height: 18px !important;
		content: "" !important;
		background: #fff !important;
		-webkit-mask: var(--amed-icon) center / contain no-repeat;
		mask: var(--amed-icon) center / contain no-repeat;
	}
}

@media (max-width: 339px) {
	.amed-action-dock-section .amed-action-dock__item:not(:nth-child(1)) {
		grid-template-rows: 42px;
		gap: 0 !important;
	}

	.amed-action-dock-section .amed-action-dock__item > span:not(.amed-action-dock__button):not(.amed-symbol) {
		display: none !important;
	}
}

/* Como funciona - ajustes finais */
.amed-how-page {
	padding: 42px 16px 64px;
}

.amed-how-page .amed-how-hero {
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: 30px;
	margin-bottom: 28px;
}

.amed-how-page .amed-how-hero h1 {
	max-width: 620px;
	font-size: clamp(28px, 3.35vw, 42px);
	line-height: 1.06;
}

.amed-how-page .amed-how-hero p,
.amed-how-page .amed-how-section p,
.amed-how-page .amed-how-card p,
.amed-how-page .amed-how-step p,
.amed-how-page .amed-how-note p {
	font-size: 14px;
	line-height: 1.45;
}

.amed-how-page .amed-how-button {
	min-height: 40px;
	padding: 0 17px;
	border-radius: 12px;
	font-size: 11px;
	letter-spacing: 0.02em;
}

.amed-how-page .amed-how-visual {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border-radius: 22px;
	background: #edf4dd;
	box-shadow: 0 18px 42px rgba(24, 63, 55, 0.1);
}

.amed-how-page .amed-how-visual img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.amed-how-page .amed-how-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(23, 63, 55, 0.56), rgba(23, 63, 55, 0.06));
	content: "";
}

.amed-how-page .amed-how-visual__badge {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	max-width: 230px;
	padding: 16px;
	border-radius: 16px;
	color: #123F46;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 30px rgba(24, 63, 55, 0.14);
}

.amed-how-page .amed-how-visual__badge strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 920;
}

.amed-how-page .amed-how-visual__badge span {
	display: block;
	color: #65726b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.amed-how-page .amed-how-video-card,
.amed-how-video-card {
	position: relative;
	min-height: 390px;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #123F46;
	box-shadow: 0 18px 42px rgba(24, 63, 55, 0.1);
}

.amed-how-page .amed-how-video-card img,
.amed-how-video-card img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-how-page .amed-how-video-card__overlay,
.amed-how-video-card__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(15, 36, 30, 0.54) 0 49.7%, rgba(255, 255, 255, 0.16) 50% 50.2%, rgba(15, 36, 30, 0.1) 50.4% 100%),
		linear-gradient(180deg, rgba(15, 36, 30, 0.3), rgba(15, 36, 30, 0.42));
}

.amed-how-page .amed-how-video-card__content,
.amed-how-video-card__content {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 34px;
	text-align: center;
	color: #fff;
}

.amed-how-page .amed-how-video-card__content strong,
.amed-how-video-card__content strong {
	max-width: 560px;
	color: #fff;
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 400;
	line-height: 1.08;
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.amed-how-page .amed-how-video-card__content strong b,
.amed-how-video-card__content strong b {
	font-weight: 900;
}

.amed-how-page .amed-how-video-card__play,
.amed-how-video-card__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	min-height: 88px;
	padding: 0;
	border: 3px solid #fff;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.amed-how-page .amed-how-video-card__play:hover,
.amed-how-page .amed-how-video-card__play:focus-visible,
.amed-how-video-card__play:hover,
.amed-how-video-card__play:focus-visible {
	transform: scale(1.04);
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
	outline: 0;
}

.amed-how-page .amed-how-video-card__play span,
.amed-how-video-card__play span {
	display: block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 27px solid #fff;
}

.amed-how-page .amed-how-video-card__content small,
.amed-how-video-card__content small {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.amed-how-page .amed-how-video-card__content small::after,
.amed-how-video-card__content small::after {
	display: block;
	width: 86px;
	height: 2px;
	margin: 12px auto 0;
	background: rgba(255, 255, 255, 0.38);
	content: "";
}

.amed-how-page .amed-how-section {
	margin-top: 28px;
}

.amed-how-page .amed-how-section__head {
	max-width: 660px;
	margin-bottom: 18px;
}

.amed-how-page .amed-how-section h2 {
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.1;
}

.amed-how-page .amed-how-cards {
	gap: 14px;
}

.amed-how-page .amed-how-card {
	overflow: hidden;
	padding: 0;
	border-radius: 18px;
}

.amed-how-page .amed-how-card__image {
	height: 150px;
	overflow: hidden;
	background: #f2f5ec;
}

.amed-how-page .amed-how-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amed-how-page .amed-how-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.amed-how-page .amed-how-card h3 {
	margin: 8px 0 8px;
	font-size: 20px;
}

.amed-how-page .amed-how-card ul {
	gap: 7px;
	margin: 14px 0 18px;
}

.amed-how-page .amed-how-card li {
	font-size: 13px;
}

.amed-how-page .amed-how-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	position: relative;
}

.amed-how-page .amed-how-flow::before {
	display: none;
}

.amed-how-page .amed-how-flow__item {
	position: relative;
	z-index: 1;
	min-height: 318px;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 16px;
	background: #fff;
}

.amed-how-page .amed-how-flow__item::after {
	display: none;
}

.amed-how-page .amed-how-flow__item::before {
	display: none;
}

.amed-how-page .amed-how-flow__item:last-child::before,
.amed-how-page .amed-how-flow__item:last-child::after {
	display: none;
}

.amed-how-page .amed-how-flow__illustration {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 142px;
	margin: 0;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
	background:
		radial-gradient(circle at 50% 55%, rgba(223, 246, 154, 0.42) 0 34%, transparent 35%),
		linear-gradient(135deg, #f8faf5 0%, #ffffff 100%);
	position: relative;
}

.amed-how-page .amed-how-flow__illustration svg {
	width: 112px;
	height: 96px;
	color: #123F46;
	filter: drop-shadow(0 10px 18px rgba(24, 63, 55, 0.08));
}

.amed-how-page .amed-how-flow__illustration::before {
	content: "";
	width: 112px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: drop-shadow(0 10px 18px rgba(24, 63, 55, 0.08));
}

.amed-how-page .amed-how-flow__illustration--appointment::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 112' fill='none'%3E%3Crect x='18' y='28' width='66' height='56' rx='14' fill='white' stroke='%23173f37' stroke-width='6'/%3E%3Cpath d='M18 46h66M31 24v-10M70 24v-10' stroke='%23173f37' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M84 45l25-13v50L84 69' stroke='%23173f37' stroke-width='6' stroke-linejoin='round'/%3E%3Ccircle cx='45' cy='65' r='10' stroke='%236f8748' stroke-width='5'/%3E%3Cpath d='M29 82c5-10 27-10 32 0' stroke='%236f8748' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.amed-how-page .amed-how-flow__illustration--consult::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 112' fill='none'%3E%3Crect x='16' y='24' width='60' height='45' rx='12' fill='white' stroke='%23173f37' stroke-width='6'/%3E%3Cpath d='M31 86h30M45 69v17' stroke='%23173f37' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M91 18h24v70H72V37l19-19z' fill='white' stroke='%236f8748' stroke-width='6' stroke-linejoin='round'/%3E%3Cpath d='M91 18v19h19M84 52h19M84 66h19' stroke='%236f8748' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M79 84l10 10 24-28' stroke='%23173f37' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.amed-how-page .amed-how-flow__illustration--order::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 112' fill='none'%3E%3Crect x='16' y='25' width='76' height='52' rx='15' fill='white' stroke='%23173f37' stroke-width='6'/%3E%3Cpath d='M30 42h32M30 56h44' stroke='%23173f37' stroke-width='6' stroke-linecap='round'/%3E%3Ccircle cx='74' cy='45' r='8' stroke='%236f8748' stroke-width='5'/%3E%3Crect x='84' y='62' width='27' height='20' rx='8' fill='%23ecffd1'/%3E%3Cpath d='M91 72h13M29 92h45c9 0 16-7 16-16M81 82l16 16 27-36' stroke='%236f8748' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.amed-how-page .amed-how-flow__illustration--delivery::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 112' fill='none'%3E%3Crect x='17' y='23' width='58' height='36' rx='9' fill='white' stroke='%23173f37' stroke-width='6'/%3E%3Cpath d='M17 36h58M30 49h17' stroke='%23173f37' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M30 76h47l10-18h19l10 18v14H30zM87 58v32' fill='white' stroke='%236f8748' stroke-width='6' stroke-linejoin='round'/%3E%3Ccircle cx='48' cy='91' r='8' fill='white' stroke='%23173f37' stroke-width='6'/%3E%3Ccircle cx='99' cy='91' r='8' fill='white' stroke='%23173f37' stroke-width='6'/%3E%3Cpath d='M73 21l8 8 18-20' stroke='%236f8748' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.amed-how-page .amed-how-flow__illustration i,
.amed-how-page .amed-how-flow__illustration b,
.amed-how-page .amed-how-flow__illustration em,
.amed-how-page .amed-how-flow__illustration small {
	position: absolute;
	display: block;
	box-sizing: border-box;
	font-size: 0;
	font-style: normal;
}

.amed-how-page .amed-how-flow__illustration--calendar i {
	width: 86px;
	height: 66px;
	border: 5px solid #123F46;
	border-radius: 14px;
	background: #fff;
}

.amed-how-page .amed-how-flow__illustration--calendar i::before {
	content: "";
	position: absolute;
	top: 18px;
	left: -5px;
	width: calc(100% + 10px);
	height: 5px;
	background: #123F46;
}

.amed-how-page .amed-how-flow__illustration--calendar b,
.amed-how-page .amed-how-flow__illustration--calendar em {
	top: 33px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #3D7FA3;
	box-shadow: 25px 0 0 #3D7FA3, 50px 0 0 #3D7FA3;
}

.amed-how-page .amed-how-flow__illustration--calendar b {
	left: calc(50% - 31px);
}

.amed-how-page .amed-how-flow__illustration--calendar em {
	display: none;
}

.amed-how-page .amed-how-flow__illustration--calendar small {
	bottom: 35px;
	width: 46px;
	height: 5px;
	border-radius: 999px;
	background: #123F46;
}

.amed-how-page .amed-how-flow__illustration--documents i,
.amed-how-page .amed-how-flow__illustration--documents b {
	width: 54px;
	height: 70px;
	border: 5px solid #3D7FA3;
	border-radius: 12px;
	background: #fff;
}

.amed-how-page .amed-how-flow__illustration--documents i {
	left: calc(50% - 43px);
	top: 35px;
}

.amed-how-page .amed-how-flow__illustration--documents b {
	right: calc(50% - 45px);
	top: 25px;
}

.amed-how-page .amed-how-flow__illustration--documents em {
	top: 64px;
	left: calc(50% - 12px);
	width: 32px;
	height: 18px;
	border-bottom: 5px solid #123F46;
	border-left: 5px solid #123F46;
	transform: rotate(-45deg);
}

.amed-how-page .amed-how-flow__illustration--documents small {
	right: calc(50% - 35px);
	top: 51px;
	width: 27px;
	height: 5px;
	border-radius: 999px;
	background: #3D7FA3;
	box-shadow: 0 16px 0 #3D7FA3;
}

.amed-how-page .amed-how-flow__illustration--budget i {
	width: 96px;
	height: 58px;
	border: 5px solid #3D7FA3;
	border-radius: 16px;
	background: #fff;
}

.amed-how-page .amed-how-flow__illustration--budget b {
	left: calc(50% - 34px);
	top: 55px;
	width: 44px;
	height: 5px;
	border-radius: 999px;
	background: #3D7FA3;
	box-shadow: 0 15px 0 #3D7FA3;
}

.amed-how-page .amed-how-flow__illustration--budget em {
	right: calc(50% - 42px);
	top: 48px;
	width: 22px;
	height: 22px;
	border: 5px solid #123F46;
	border-radius: 999px;
}

.amed-how-page .amed-how-flow__illustration--budget small {
	right: calc(50% - 44px);
	bottom: 36px;
	width: 31px;
	height: 16px;
	border-bottom: 5px solid #123F46;
	border-left: 5px solid #123F46;
	transform: rotate(-45deg);
}

.amed-how-page .amed-how-flow__illustration--delivery i {
	left: calc(50% - 52px);
	top: 47px;
	width: 48px;
	height: 38px;
	border: 5px solid #3D7FA3;
	border-radius: 10px;
	background: #fff;
}

.amed-how-page .amed-how-flow__illustration--delivery b {
	right: calc(50% - 56px);
	top: 54px;
	width: 56px;
	height: 31px;
	border: 5px solid #3D7FA3;
	border-left: 0;
	border-radius: 0 12px 12px 0;
	background: #fff;
}

.amed-how-page .amed-how-flow__illustration--delivery em,
.amed-how-page .amed-how-flow__illustration--delivery small {
	bottom: 30px;
	width: 18px;
	height: 18px;
	border: 5px solid #123F46;
	border-radius: 999px;
	background: #fff;
}

.amed-how-page .amed-how-flow__illustration--delivery em {
	left: calc(50% - 38px);
}

.amed-how-page .amed-how-flow__illustration--delivery small {
	right: calc(50% - 45px);
}

.amed-how-page .amed-how-flow__mock {
	display: grid;
	gap: 7px;
	min-height: 118px;
	margin: 0;
	padding: 16px;
	border-bottom: 1px solid rgba(24, 63, 55, 0.08);
	background: linear-gradient(135deg, #f8faf5 0%, #ffffff 100%);
}

.amed-how-page .amed-how-flow__mock b,
.amed-how-page .amed-how-flow__mock small,
.amed-how-page .amed-how-flow__mock i,
.amed-how-page .amed-how-flow__mock strong {
	display: block;
	width: fit-content;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.amed-how-page .amed-how-flow__mock b {
	color: #123F46;
	font-size: 13px;
	font-weight: 900;
}

.amed-how-page .amed-how-flow__mock small,
.amed-how-page .amed-how-flow__mock i {
	padding: 6px 9px;
	border: 1px solid rgba(24, 63, 55, 0.1);
	border-radius: 8px;
	color: rgba(24, 63, 55, 0.72);
	background: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.amed-how-page .amed-how-flow__mock strong {
	margin-top: auto;
	padding: 7px 10px;
	border-radius: 8px;
	color: #fff;
	background: #123F46;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.amed-how-page .amed-how-flow__item img {
	width: 100%;
	height: 104px;
	object-fit: cover;
}

.amed-how-page .amed-how-flow__item div {
	padding: 14px;
}

.amed-how-page .amed-how-flow__item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-bottom: 8px;
	border-radius: 999px;
	color: #fff;
	background: #123F46;
	font-size: 11px;
	font-weight: 900;
}

.amed-how-page .amed-how-flow__item h3 {
	margin: 0 0 5px;
	color: #123F46;
	font-size: 15px;
	font-weight: 920;
	line-height: 1.15;
}

.amed-how-page .amed-how-flow__item p {
	font-size: 12px;
	line-height: 1.42;
}

.amed-how-page .amed-how-note {
	margin-top: 28px;
	padding: 24px;
	border-radius: 18px;
}

.amed-how-page .amed-how-note h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.amed-how-page .amed-how-note__list li {
	padding: 12px 14px;
	font-size: 13px;
}

@media (max-width: 849px) {
	.amed-how-page {
		padding: 28px 14px 48px;
	}

	.amed-how-page .amed-how-hero {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.amed-how-page .amed-how-hero h1 {
		font-size: 29px;
	}

	.amed-how-page .amed-how-visual,
	.amed-how-page .amed-how-visual img {
		min-height: 260px;
	}

	.amed-how-page .amed-how-visual__badge {
		right: 14px;
		bottom: 14px;
		left: 14px;
		max-width: none;
		padding: 14px;
	}

	.amed-how-page .amed-how-video-card,
	.amed-how-video-card {
		min-height: 300px;
		border-radius: 14px;
	}

	.amed-how-page .amed-how-video-card__content,
	.amed-how-video-card__content {
		gap: 14px;
		padding: 24px;
	}

	.amed-how-page .amed-how-video-card__content strong,
	.amed-how-video-card__content strong {
		font-size: 28px;
	}

	.amed-how-page .amed-how-video-card__play,
	.amed-how-video-card__play {
		width: 72px;
		height: 72px;
		min-height: 72px;
	}

	.amed-how-page .amed-how-video-card__play span,
	.amed-how-video-card__play span {
		border-top-width: 14px;
		border-bottom-width: 14px;
		border-left-width: 22px;
	}

	.amed-how-page .amed-how-cards,
	.amed-how-page .amed-how-flow,
	.amed-how-page .amed-how-note {
		grid-template-columns: 1fr;
	}

	.amed-how-page .amed-how-card__image {
		height: 132px;
	}

	.amed-how-page .amed-how-flow::before,
	.amed-how-page .amed-how-flow__item::before,
	.amed-how-page .amed-how-flow__item::after {
		display: none;
	}

	.amed-how-page .amed-how-flow__item {
		display: grid;
		grid-template-columns: 116px minmax(0, 1fr);
		min-height: 0;
	}

	.amed-how-page .amed-how-flow__illustration {
		height: 100%;
		min-height: 136px;
		border-right: 1px solid rgba(24, 63, 55, 0.08);
		border-bottom: 0;
	}

	.amed-how-page .amed-how-flow__illustration svg {
		width: 86px;
		height: 76px;
		stroke-width: 5.4;
	}

	.amed-how-page .amed-how-flow__mock {
		min-height: 100%;
		border-right: 1px solid rgba(24, 63, 55, 0.08);
		border-bottom: 0;
	}

	.amed-how-page .amed-how-flow__item img {
		width: 96px;
		height: 100%;
		min-height: 118px;
	}
}

/* Padrão global de botões Cannuna: compacto, raio único e alinhamento consistente. */
:root {
	--amed-button-radius: 8px;
	--amed-button-height: 40px;
	--amed-button-padding-y: 10px;
	--amed-button-padding-x: 16px;
	--amed-button-font-size: 13px;
	--amed-button-font-weight: 800;
}

.amed-how-button,
.amed-care-page .amed-care-button,
.amed-prescriber-register__actions button,
.amed-checkout-login-callout button,
.amed-teleconsult-thankyou__button:not(.amed-teleconsult-thankyou__button--meeting),
.amed-receita__button,
.amed-quote-action button,
.amed-cpf-results__actions button,
.amed-reorder-app__button,
.amed-prescriber-portal button,
.amed-prescriber-portal input[type="submit"],
.amed-prescriber-register button,
.amed-telemed__search-row button,
.amed-public-booking__foot button,
.amed-online-prescribers__button,
.amed-active-session__button,
.amed-button {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: max-content !important;
	min-height: var(--amed-button-height) !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: var(--amed-button-padding-y) var(--amed-button-padding-x) !important;
	border-radius: var(--amed-button-radius) !important;
	font-size: var(--amed-button-font-size) !important;
	font-weight: var(--amed-button-font-weight) !important;
	line-height: 1.05 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
}

.amed-how-button--primary,
.amed-care-page .amed-care-button--primary,
.amed-prescriber-register__actions button[type="submit"],
.amed-checkout-login-callout button,
.amed-teleconsult-thankyou__button:not(.amed-teleconsult-thankyou__button--meeting),
.amed-receita__button,
.amed-quote-action button,
.amed-cpf-results__actions button,
.amed-reorder-app__button,
.amed-prescriber-portal button[type="submit"],
.amed-prescriber-portal input[type="submit"],
.amed-prescriber-register button[type="submit"],
.amed-telemed__search-row button,
.amed-public-booking__foot button,
.amed-online-prescribers__button,
.amed-active-session__button,
.amed-button--primary {
	border: 1px solid #123F46 !important;
	background: #123F46 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.amed-how-button:not(.amed-how-button--primary),
.amed-care-page .amed-care-button:not(.amed-care-button--primary),
.amed-button--ghost {
	border: 1px solid #123F46 !important;
	background: #fff !important;
	color: #123F46 !important;
	box-shadow: none !important;
}

.amed-prescriber-portal .button-remove,
.amed-prescriber-portal .button-delete,
.amed-prescriber-portal .amed-icon-button,
.amed-prescriber-portal button[aria-label] {
	width: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	min-height: 38px !important;
	padding: 0 !important;
	border-radius: var(--amed-button-radius) !important;
}

/* Barra de ações da home: mantém o padrão ajustado no builder. */
.amed-action-dock-section .amed-action-dock__button,
.amed-action-dock__button {
	display: inline-flex !important;
    width: 100% !important;
    min-height: 44px !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 0px 10px !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;

}

.amed-action-dock-section .amed-action-dock__button svg,
.amed-action-dock-section .amed-action-dock__button i,
.amed-action-dock__button svg,
.amed-action-dock__button i {
	width: 20px !important;
	height: 20px !important;
	flex: 0 0 20px !important;
}

@media (min-width: 768px) {
	.amed-action-dock-section .amed-action-dock__item {
		display: block !important;
		min-width: 0;
		overflow: hidden;
		font-size: 15px !important;
		line-height: 1.25 !important;
		white-space: nowrap !important;
	}

	.amed-action-dock-section .amed-action-dock__item > span:not(.amed-symbol) {
		display: inline !important;
		min-width: 0;
		white-space: nowrap !important;
	}

	.amed-action-dock-section .amed-action-dock__item > span:not(.amed-symbol) strong {
		display: inline !important;
		font: inherit;
		font-weight: 800;
	}

	.amed-action-dock-section .amed-action-dock__button {
		display: flex !important;
		margin-top: 9px !important;
	}
}

.amed-action-dock-section .amed-action-dock__button--light {
	--amed-action-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M17%201h4v4'/%3E%3Cpath%20d='M3%2011a8%208%200%200%201%2013-6l5%205'/%3E%3Cpath%20d='M7%2023H3v-4'/%3E%3Cpath%20d='M21%2013a8%208%200%200%201-13%206l-5-5'/%3E%3C/svg%3E");
}

.amed-action-dock-section .amed-action-dock__button--green {
	--amed-action-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='5'%20width='18'%20height='16'%20rx='2'/%3E%3Cpath%20d='M16%203v4M8%203v4M3%209h18'/%3E%3Cpath%20d='M8%2013h2M12%2013h2M16%2013h1M8%2017h2M12%2017h2'/%3E%3C/svg%3E");
}

.amed-action-dock-section .amed-action-dock__button--orange {
	--amed-action-icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7%203h7l4%204v14H7z'/%3E%3Cpath%20d='M14%203v5h5M9%2013h6M9%2017h6'/%3E%3C/svg%3E");
}

.amed-action-dock-section .amed-action-dock__button .amed-symbol {
	display: none !important;
}

.amed-action-dock-section .amed-action-dock__button::before {
	display: block !important;
	width: 20px;
	height: 20px;
	min-width: 20px;
	content: "";
	background: #fff;
	-webkit-mask: var(--amed-action-icon) center / contain no-repeat;
	mask: var(--amed-action-icon) center / contain no-repeat;
	flex: 0 0 20px;
}

@media (max-width: 767px) {
	.amed-action-dock-section .amed-action-dock__item:not(:nth-child(1)) {
		display: block !important;
		min-width: 0;
		overflow: hidden;
		padding: 0 !important;
		font-size: clamp(7.5px, 2.25vw, 9px) !important;
		font-weight: 500 !important;
		line-height: 1 !important;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap !important;
	}

	.amed-action-dock-section .amed-action-dock__item > span:not(.amed-symbol) {
		display: inline !important;
		font: inherit !important;
		white-space: nowrap !important;
	}

	.amed-action-dock-section .amed-action-dock__item > strong {
		display: inline !important;
		font: inherit !important;
		font-weight: 800 !important;
	}

	.amed-action-dock-section .amed-action-dock__button {
		display: flex !important;
		margin-top: 4px !important;
	}

	.amed-action-dock-section .amed-action-dock__button::before {
		width: 18px;
		height: 18px;
		min-width: 18px;
		flex-basis: 18px;
	}
}

@media (max-width: 339px) {
	.amed-action-dock-section .amed-action-dock__item:not(:nth-child(1)) {
		font-size: 0 !important;
	}

	.amed-action-dock-section .amed-action-dock__button {
		margin-top: 0 !important;
		font-size: 12px !important;
	}
}

/* Como funciona: estrutura limpa para renderizar bem no Flatsome. */
.amed-how-page {
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 54px 16px 72px !important;
}

.amed-how-page .amed-how-hero {
	display: grid !important;
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr) !important;
	gap: 38px !important;
	align-items: center !important;
	max-width: none !important;
	margin: 0 0 42px !important;
}

.amed-how-page .amed-how-hero > div {
	max-width: 720px !important;
}

.amed-how-page .amed-how-hero h1 {
	max-width: 720px !important;
	margin: 8px 0 14px !important;
	font-size: clamp(32px, 4vw, 50px) !important;
	line-height: 1.08 !important;
}

.amed-how-page .amed-how-hero p {
	max-width: 700px !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.amed-how-page .amed-how-video-card {
	width: 100% !important;
	min-height: 390px !important;
	margin-top: 0 !important;
	border-radius: 18px !important;
}

.amed-how-page .amed-how-video-card__content strong {
	max-width: 560px !important;
	font-size: clamp(28px, 3vw, 42px) !important;
}

.amed-how-page .amed-how-section {
	margin-top: 34px !important;
}

.amed-how-page .amed-how-section__head {
	max-width: 760px !important;
}

@media (max-width: 849px) {
	.amed-how-page {
		padding: 34px 14px 54px !important;
	}

	.amed-how-page .amed-how-hero {
		display: block !important;
		margin-bottom: 28px !important;
	}

	.amed-how-page .amed-how-hero h1 {
		font-size: clamp(28px, 9vw, 38px) !important;
	}

	.amed-how-page .amed-how-video-card {
		min-height: 300px !important;
		margin-top: 22px !important;
	}

	.amed-how-page .amed-how-video-card__content strong {
		font-size: 28px !important;
	}
}

/* Home: correção mobile da seção "Seu cuidado em 3 passos". */
@media (max-width: 849px) {
	.amed-care-journey {
		display: block !important;
		overflow: hidden !important;
		border-radius: 0 0 16px 16px !important;
	}

	.amed-care-journey > p {
		margin: 0 !important;
	}

	.amed-care-journey__image {
		display: block !important;
		width: 100% !important;
		height: 210px !important;
		object-fit: cover !important;
		object-position: center top !important;
	}

	.amed-care-journey__panel {
		padding: 28px 18px 24px !important;
	}

	.amed-care-journey__panel h2 {
		margin: 0 0 20px !important;
		font-size: 31px !important;
		line-height: 1.08 !important;
		letter-spacing: 0 !important;
	}

	.amed-care-journey .amed-care-steps {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		margin: 0 !important;
	}

	.amed-care-journey .amed-care-steps::before {
		display: none !important;
	}

	.amed-care-journey .amed-care-step {
		display: grid !important;
		grid-template-columns: 42px minmax(0, 1fr) !important;
		column-gap: 14px !important;
		align-items: flex-start !important;
		padding: 14px 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
	}

	.amed-care-journey .amed-care-step__number {
		width: 36px !important;
		height: 36px !important;
		margin: 0 !important;
		font-size: 14px !important;
	}

	.amed-care-journey .amed-care-step h3 {
		min-height: 0 !important;
		margin: 0 0 5px !important;
		font-size: 20px !important;
		line-height: 1.18 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		hyphens: none !important;
	}

	.amed-care-journey .amed-care-step p {
		grid-column: 2 !important;
		margin: 0 !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		hyphens: none !important;
	}

	.amed-care-journey .amed-care-actions {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		align-items: start !important;
		margin-top: 22px !important;
	}

	.amed-care-journey .amed-care-action {
		color: rgba(255, 255, 255, 0.88) !important;
		font-size: 12px !important;
		line-height: 0 !important;
	}

	.amed-care-journey .amed-care-button {
		width: 100% !important;
		min-height: 42px !important;
		height: auto !important;
		margin-top: 8px !important;
		padding: 10px 12px !important;
		border-radius: 8px !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		text-transform: none !important;
	}

	.amed-care-journey .amed-care-button--primary {
		border: 1px solid var(--amed-coral) !important;
		background: var(--amed-coral) !important;
		color: #fff !important;
	}

	.amed-care-journey .amed-care-button--secondary {
		border: 1px solid rgba(255, 255, 255, 0.86) !important;
		background: transparent !important;
		color: #fff !important;
		box-shadow: none !important;
	}
}

.amed-public-booking__form-steps {
	display: none !important;
}

.amed-public-booking__form-panel[hidden] {
	display: none !important;
}

.amed-public-booking__form-panel {
	display: grid;
	gap: 18px;
}

.amed-public-booking__document {
	display: grid;
	gap: 14px;
	padding: 14px;
	border: 1px solid #dfe6df;
	border-radius: 8px;
	background: #fff;
}

.amed-public-booking__document.has-existing-document {
	padding: 0;
	border: 0;
	background: transparent;
}

.amed-public-booking__document.has-existing-document > label,
.amed-public-booking__document.has-existing-document [data-booking-document-fields] {
	display: none !important;
}

.amed-public-booking__document-existing {
	display: block;
	color: #3D7FA3;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.amed-public-booking__document-existing[hidden] {
	display: none !important;
}

.amed-public-booking__document-fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 14px;
}

.amed-public-booking__document-fields[hidden],
.amed-public-booking__document-fields.is-hidden,
.amed-public-booking__upload[hidden],
.amed-public-booking__upload.is-hidden {
	display: none !important;
}

.amed-public-booking__document-note {
	grid-column: 1 / -1;
	color: #6f7f75;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.amed-public-booking__upload input[type="file"] {
	width: 100%;
	min-height: 44px !important;
	height: auto !important;
	padding: 6px 8px !important;
	border: 1px solid #dfe6df !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #123F46 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.amed-public-booking__upload input[type="file"]::file-selector-button {
	min-height: 30px;
	margin-right: 10px;
	padding: 7px 10px;
	border: 1px solid #123F46;
	border-radius: 5px;
	background: #123F46;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.amed-public-booking__step-actions,
.amed-public-booking__foot-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.amed-public-booking__step-button,
.amed-public-booking__foot-actions button {
	appearance: none;
	width: auto !important;
	max-width: max-content !important;
	min-height: 38px !important;
	padding: 10px 14px !important;
	border: 1px solid #123F46 !important;
	border-radius: 5px !important;
	background: #123F46 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.amed-public-booking__step-button--ghost {
	background: #fff !important;
	color: #123F46 !important;
}

@media (max-width: 680px) {
	.amed-public-booking__form-panel {
		gap: 14px;
	}

	.amed-public-booking__document {
		padding: 12px;
	}

	.amed-public-booking__document-fields {
		grid-template-columns: 1fr;
	}

	.amed-public-booking__step-actions,
	.amed-public-booking__foot-actions {
		align-items: flex-start;
	}
}

/* Teleconsulta: mantém a anamnese compacta no mobile, com opções em duas colunas. */
@media (max-width: 849px) {
	.amed-public-booking__details .amed-public-booking__anamnesis .amed-public-booking__check-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	.amed-public-booking__details .amed-public-booking__anamnesis .amed-public-booking__check {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		min-height: 54px !important;
		padding: 10px 9px !important;
		gap: 8px !important;
	}

	.amed-public-booking__details .amed-public-booking__anamnesis .amed-public-booking__check input[type="checkbox"] {
		flex: 0 0 16px !important;
		width: 16px !important;
		height: 16px !important;
		min-height: 0 !important;
		margin: 0 !important;
		align-self: center !important;
	}

	.amed-public-booking__details .amed-public-booking__anamnesis .amed-public-booking__check span {
		display: flex !important;
		align-items: center !important;
		min-height: 0 !important;
		margin: 0 !important;
		font-size: 11px !important;
		line-height: 1.2 !important;
		overflow-wrap: anywhere;
	}
}

body .amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action {
	display: flex !important;
	position: relative;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	padding: 0 !important;
	border: 1px solid rgba(24, 63, 55, 0.14) !important;
	color: #123F46 !important;
	background: #f7f9f6 !important;
	overflow: visible;
}

.amed-prescriber-appointment-row__icon-action svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--save {
	border-color: #123F46 !important;
	color: #fff !important;
	background: #123F46 !important;
}

body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--room {
	border-color: #3D7FA3 !important;
	color: #fff !important;
	background: #3D7FA3 !important;
}

body .amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--pending svg {
	color: #c43d3d !important;
}

body .amed-prescriber-appointment-row.amed-prescriber-appointment-form > .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--answered svg {
	color: #3f7d35 !important;
}

body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--create-document {
	border-color: #123F46 !important;
	color: #fff !important;
	background: #123F46 !important;
}

body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--report,
body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--prescription {
	border-color: #cbdad4 !important;
	color: #123F46 !important;
	background: #f3f7f5 !important;
}

body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action--quote {
	border-color: #efba8e !important;
	color: #b95617 !important;
	background: #fff7ef !important;
}

body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action:hover,
body .amed-prescriber-appointment-row__actions .amed-prescriber-appointment-row__icon-action:focus-visible {
	border-color: #123F46 !important;
	color: #fff !important;
	background: #123F46 !important;
}

.amed-prescriber-appointment-row__icon-action::after {
	content: attr(data-tooltip);
	position: absolute;
	z-index: 20;
	bottom: calc(100% + 9px);
	left: 50%;
	width: max-content;
	max-width: 220px;
	padding: 7px 9px;
	border-radius: 7px;
	color: #fff;
	background: #123F46;
	box-shadow: 0 6px 18px rgba(16, 47, 41, 0.18);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-transform: none;
	white-space: normal;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity 150ms ease, transform 150ms ease;
}

.amed-prescriber-appointment-row__icon-action:hover::after,
.amed-prescriber-appointment-row__icon-action:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

/*
 * Prescriber portal controls.
 *
 * Keep paired fields and actions on the same visual baseline. These rules live
 * after the global button refinements so vertical padding cannot increase a
 * control beyond its declared height.
 */
.amed-prescriber-app {
	--amed-prescriber-filter-control-height: 40px;
	--amed-prescriber-status-control-height: 42px;
}

.amed-prescriber-app .amed-prescriber-appointments-filter {
	align-items: end !important;
}

.amed-prescriber-app .amed-prescriber-appointments-filter label,
.amed-prescriber-app .amed-prescriber-appointments-filter__actions {
	align-self: end !important;
	margin-bottom: 0 !important;
}

.amed-prescriber-app .amed-prescriber-appointments-filter input:not([type="hidden"]),
.amed-prescriber-app .amed-prescriber-appointments-filter select,
.amed-prescriber-app .amed-prescriber-appointments-filter__actions button,
.amed-prescriber-app .amed-prescriber-appointments-filter__actions a {
	box-sizing: border-box !important;
	height: var(--amed-prescriber-filter-control-height) !important;
	min-height: var(--amed-prescriber-filter-control-height) !important;
	max-height: var(--amed-prescriber-filter-control-height) !important;
	margin: 0 !important;
}

.amed-prescriber-app .amed-prescriber-appointments-filter input:not([type="hidden"]),
.amed-prescriber-app .amed-prescriber-appointments-filter select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: normal;
}

.amed-prescriber-app .amed-prescriber-appointments-filter__actions {
	box-sizing: border-box;
	height: var(--amed-prescriber-filter-control-height);
	min-height: var(--amed-prescriber-filter-control-height);
	align-self: end;
}

.amed-prescriber-app .amed-prescriber-appointments-filter__actions button,
.amed-prescriber-app .amed-prescriber-appointments-filter__actions a {
	padding: 0 14px !important;
	line-height: 1 !important;
}

.amed-prescriber-app .amed-prescriber-status-form select,
.amed-prescriber-app .amed-prescriber-status-form button {
	box-sizing: border-box !important;
	height: var(--amed-prescriber-status-control-height) !important;
	min-height: var(--amed-prescriber-status-control-height) !important;
	max-height: var(--amed-prescriber-status-control-height) !important;
	margin: 0 !important;
}

.amed-prescriber-app .amed-prescriber-status-form select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.amed-prescriber-app .amed-prescriber-status-form button {
	padding: 0 18px !important;
	line-height: 1 !important;
}

/* The budget search already uses compact 38px controls; enforce border-box so
 * the global button padding cannot make its submit action taller. */
.amed-prescriber-app .amed-prescriber-all-budgets__search input,
.amed-prescriber-app .amed-prescriber-all-budgets__search select,
.amed-prescriber-app .amed-prescriber-all-budgets__search button {
	box-sizing: border-box !important;
}

.amed-booking-patient-fields {
	display: grid;
	gap: 18px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.amed-booking-patient-fields[hidden] {
	display: none !important;
}

.amed-booking-account-gate {
	display: grid;
	gap: 13px;
	margin-top: 5px;
	padding-top: 20px;
	border-top: 1px solid rgba(24, 63, 55, 0.14);
}

.amed-booking-profile-alert > span,
.amed-telemed-notice__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	background: #3D7FA3;
	font-size: 20px;
	font-weight: 950;
	line-height: 1;
}

.amed-public-booking .amed-booking-account-gate h3 {
	margin: 0;
	color: #123F46;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.3;
}

.amed-booking-account-gate > p {
	max-width: 620px;
	font-size: 13px;
	line-height: 1.55;
}

.amed-booking-account-gate label {
	max-width: 360px;
}

.amed-booking-account-gate .amed-cpf-status {
	min-height: 0;
	margin-top: 2px !important;
	padding: 8px 10px;
	border-width: 0 0 0 3px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 12px;
}

.amed-booking-account-gate .amed-cpf-status::before {
	display: none;
}

.amed-booking-account-gate > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #123F46;
	border-radius: 7px;
	color: #fff;
	background: #123F46;
	box-shadow: none;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.amed-booking-account-gate > button:hover,
.amed-booking-account-gate > button:focus-visible {
	color: #fff;
	background: #123F46;
}

.amed-booking-account-gate__note {
	display: block;
	margin-top: -3px;
	color: #718078;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.4;
}

.amed-booking-profile-alert {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 13px;
	padding: 16px;
	border: 2px solid;
	border-radius: 13px;
}

.amed-booking-profile-alert > span {
	width: 42px;
	height: 42px;
	font-size: 17px;
}

.amed-booking-profile-alert strong {
	display: block;
	margin-bottom: 3px;
	color: #123F46;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
}

.amed-booking-profile-alert.is-warning {
	border-color: rgba(61, 127, 163, 0.7);
	background: #fff8ef;
}

.amed-booking-profile-alert.is-success {
	border-color: rgba(105, 128, 56, 0.55);
	background: #B8DAD8;
}

.amed-booking-profile-alert.is-success > span {
	background: #3D7FA3;
}

.amed-public-booking__details .amed-cpf-status {
	position: relative;
	min-height: 46px;
	margin: 3px 0 0 !important;
	padding: 12px 14px 12px 42px;
	border: 1px solid rgba(24, 63, 55, 0.14);
	border-left-width: 5px;
	border-radius: 10px;
	background: #f6f8f6;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

.amed-public-booking__details .amed-cpf-status:empty {
	display: none;
}

.amed-public-booking__details .amed-cpf-status::before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: "i";
	font-size: 17px;
	font-weight: 950;
	transform: translateY(-50%);
}

.amed-public-booking__details .amed-cpf-status.is-loading {
	border-left-color: #6b7b72;
}

.amed-public-booking__details .amed-cpf-status.is-valid {
	border-color: rgba(105, 128, 56, 0.38);
	border-left-color: #3D7FA3;
	background: #B8DAD8;
}

.amed-public-booking__details .amed-cpf-status.is-valid::before {
	content: "✓";
}

.amed-public-booking__details .amed-cpf-status.is-warning {
	border-color: rgba(61, 127, 163, 0.42);
	border-left-color: #3D7FA3;
	background: #fff8ef;
	color: #8b4c17;
}

.amed-public-booking__details .amed-cpf-status.is-warning::before,
.amed-public-booking__details .amed-cpf-status.is-error::before {
	content: "!";
}

.amed-public-booking__details .amed-cpf-status.is-error {
	border-color: rgba(181, 72, 50, 0.4);
	border-left-color: #b54832;
	background: #fff3f0;
}

.amed-public-booking__details .amed-cpf-results {
	padding: 18px;
	border: 2px solid rgba(61, 127, 163, 0.62);
	border-left-width: 6px;
	border-radius: 13px;
	background: #fff9f2;
	box-shadow: 0 12px 26px rgba(174, 83, 24, 0.12);
	outline: none;
}

.amed-public-booking__details .amed-cpf-results__head strong,
.amed-public-booking__details .amed-cpf-results__login-message strong {
	font-size: 15px;
}

.amed-public-booking__details .amed-cpf-results__head small,
.amed-public-booking__details .amed-cpf-results__login-message span {
	font-size: 13px;
	line-height: 1.55;
}

.amed-public-booking__details .amed-cpf-results__actions button {
	min-height: 46px;
	font-size: 12px;
}

.amed-telemed-notice {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 15px;
	padding: 20px 22px;
	border-width: 2px;
	border-left-width: 7px;
	box-shadow: 0 16px 36px rgba(24, 63, 55, 0.12);
	outline: none;
}

.amed-telemed-notice__icon {
	width: 48px;
	height: 48px;
}

.amed-telemed-notice strong {
	color: #123F46;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: none;
}

.amed-telemed-notice p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.55;
}

.amed-telemed-notice--success {
	border-color: rgba(105, 128, 56, 0.55);
}

.amed-telemed-notice--success .amed-telemed-notice__icon {
	background: #3D7FA3;
}

.amed-telemed-notice--warning {
	border-color: rgba(61, 127, 163, 0.64);
}

.amed-telemed-notice--error {
	border-color: rgba(181, 72, 50, 0.58);
}

.amed-telemed-notice--error .amed-telemed-notice__icon {
	background: #b54832;
}

@media (max-width: 680px) {
	.amed-booking-patient-fields {
		gap: 14px;
	}

	.amed-booking-account-gate {
		grid-template-columns: 1fr;
		padding: 16px 0 0;
	}

	.amed-public-booking .amed-booking-account-gate h3 {
		font-size: 16px;
	}

	.amed-booking-account-gate label {
		max-width: none;
	}

	.amed-booking-account-gate > button {
		width: 100%;
	}

	.amed-booking-profile-alert,
	.amed-telemed-notice {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 11px;
		padding: 15px;
	}

	.amed-booking-profile-alert > span,
	.amed-telemed-notice__icon {
		width: 38px;
		height: 38px;
		font-size: 15px;
	}
}

.amed-public-booking__mobile-actions,
.amed-public-booking__mobile-only,
.amed-public-booking__change-schedule,
.amed-public-booking__confirmation {
	display: none;
}

.amed-public-booking__confirmation[hidden],
.amed-public-booking__mobile-alert[hidden] {
	display: none !important;
}

.amed-public-booking__calendar > .amed-public-booking__instant-help {
	margin: 10px 0 0 2px !important;
}

.amed-public-booking__calendar > .amed-public-booking__instant-help + .amed-public-booking__days {
	margin-top: 10px;
}

.amed-public-booking__steps {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 12px 18px;
	padding-left: 18px;
	border-radius: 12px;
}

.amed-public-booking__steps div {
	font-size: 12px;
}

@media (max-width: 849px) {
	.amed-public-booking__steps {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		padding: 10px 4px 8px;
	}

	.amed-public-booking__steps div {
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		min-width: 0;
		font-size: 9px;
		line-height: 1.15;
		text-align: center;
	}

	.amed-public-booking__steps div:not(:last-child)::after {
		display: block;
		left: calc(50% + 17px);
		right: calc(-50% + 17px);
		top: 14px;
	}

	.amed-public-booking__steps strong {
		width: 28px;
		height: 28px;
		min-width: 28px;
	}

	.amed-public-booking__steps span {
		display: block;
		min-height: 21px;
		padding: 0;
		background: transparent;
		white-space: normal;
	}

	.amed-public-booking__steps .is-active {
		justify-content: center;
	}

	.amed-public-booking__steps .is-complete strong {
		color: #fff;
		background: #3D7FA3;
	}

	.amed-public-booking__steps .is-complete strong::before {
		position: absolute;
		content: "✓";
		font-size: 13px;
	}

	.amed-public-booking__steps .is-complete strong {
		font-size: 0;
	}

	.amed-public-booking__shell[data-booking-mobile-step="agenda"] .amed-public-booking__details,
	.amed-public-booking__shell[data-booking-mobile-step="agenda"] .amed-public-booking__confirmation,
	.amed-public-booking__shell[data-booking-mobile-step="dados"] .amed-public-booking__profile,
	.amed-public-booking__shell[data-booking-mobile-step="dados"] .amed-public-booking__calendar,
	.amed-public-booking__shell[data-booking-mobile-step="dados"] .amed-public-booking__confirmation,
	.amed-public-booking__shell[data-booking-mobile-step="confirmar"] .amed-public-booking__profile,
	.amed-public-booking__shell[data-booking-mobile-step="confirmar"] .amed-public-booking__calendar,
	.amed-public-booking__shell[data-booking-mobile-step="confirmar"] .amed-public-booking__details {
		display: none !important;
	}

	.amed-public-booking__shell[data-booking-mobile-step="confirmar"] .amed-public-booking__confirmation:not([hidden]) {
		display: grid;
	}

	.amed-public-booking__profile {
		grid-template-columns: 58px minmax(0, 1fr);
		padding: 14px;
	}

	.amed-public-booking__photo {
		width: 58px;
		height: 58px;
	}

	.amed-public-booking__profile h1 {
		font-size: 20px;
	}

	.amed-public-booking__profile .amed-public-booking__facts,
	.amed-public-booking__profile .amed-public-booking__bio,
	.amed-public-booking__profile .amed-public-booking__instant {
		display: none;
	}

	.amed-public-booking__calendar {
		border-bottom: 0;
	}

	.amed-public-booking__mobile-actions {
		position: sticky;
		z-index: 4;
		bottom: 8px;
		display: grid;
		gap: 9px;
		margin-top: 20px;
		padding: 10px;
		border: 1px solid rgba(24, 63, 55, 0.12);
		border-radius: 13px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 12px 28px rgba(24, 63, 55, 0.16);
		backdrop-filter: blur(8px);
	}

	.amed-public-booking__mobile-actions--split {
		position: static;
		grid-template-columns: 0.85fr 1.15fr;
		margin-top: 4px;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	.amed-public-booking__mobile-primary,
	.amed-public-booking__mobile-secondary {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 50px;
		margin: 0;
		padding: 0 16px;
		border: 1px solid #123F46;
		border-radius: 10px;
		font-size: 12px;
		font-weight: 900;
		line-height: 1.25;
		text-align: center;
		text-transform: uppercase;
	}

	.amed-public-booking__mobile-primary {
		color: #fff;
		background: #123F46;
		box-shadow: 0 9px 18px rgba(23, 70, 61, 0.18);
	}

	.amed-public-booking__mobile-primary:hover,
	.amed-public-booking__mobile-primary:focus-visible {
		color: #fff;
		background: #123F46;
	}

	.amed-public-booking__mobile-secondary {
		color: #123F46;
		background: #fff;
	}

	.amed-public-booking__mobile-alert {
		display: block;
		padding: 11px 12px;
		border: 1px solid rgba(61, 127, 163, 0.5);
		border-left: 5px solid #3D7FA3;
		border-radius: 8px;
		color: #8b4c17;
		background: #fff8ef;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.4;
	}

	.amed-public-booking__desktop-submit {
		display: none !important;
	}

	.amed-public-booking__change-schedule {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		width: fit-content;
		min-height: 34px;
		margin: -3px 0 2px;
		padding: 0;
		border: 0;
		border-bottom: 1px solid rgba(23, 70, 61, 0.28);
		border-radius: 0;
		color: #123F46;
		background: transparent;
		box-shadow: none;
		font-size: 12px;
		font-weight: 850;
		line-height: 1.2;
		text-transform: none;
	}

	.amed-public-booking__change-schedule span {
		font-size: 17px;
		line-height: 1;
	}

	.amed-public-booking__change-schedule:hover,
	.amed-public-booking__change-schedule:focus-visible {
		color: #123F46;
		background: transparent;
		border-bottom-color: #123F46;
	}

	.amed-public-booking__mobile-only {
		display: inline-flex;
		flex: 1 1 140px;
		max-width: none !important;
	}

	.amed-public-booking__details .amed-public-booking__step-actions {
		position: sticky;
		z-index: 4;
		bottom: 8px;
		padding: 10px;
		border: 1px solid rgba(24, 63, 55, 0.12);
		border-radius: 13px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 12px 28px rgba(24, 63, 55, 0.16);
		backdrop-filter: blur(8px);
	}

	.amed-public-booking__confirmation {
		gap: 14px;
		padding: 22px 18px;
		background: #fff;
	}

	.amed-public-booking__review {
		display: grid;
		gap: 0;
		overflow: hidden;
		border: 1px solid rgba(24, 63, 55, 0.14);
		border-radius: 13px;
	}

	.amed-public-booking__review > div {
		display: grid;
		grid-template-columns: minmax(95px, 0.7fr) minmax(0, 1.3fr);
		gap: 12px;
		align-items: center;
		padding: 13px 14px;
		border-bottom: 1px solid rgba(24, 63, 55, 0.09);
	}

	.amed-public-booking__review > div:last-child {
		border-bottom: 0;
	}

	.amed-public-booking__review span {
		color: #3D7FA3;
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.amed-public-booking__review strong {
		color: #123F46;
		font-size: 13px;
		font-weight: 850;
		line-height: 1.35;
		text-align: right;
	}

	.amed-public-booking__review-total {
		background: #B8DAD8;
	}

	.amed-public-booking__review-total strong {
		color: #526a2d;
		font-size: 16px;
	}

	.amed-public-booking__confirmation-note {
		padding: 15px;
		border-left: 5px solid #3D7FA3;
		border-radius: 10px;
		background: #f6faee;
	}

	.amed-public-booking__confirmation-note strong {
		display: block;
		margin-bottom: 4px;
		color: #123F46;
		font-size: 14px;
		font-weight: 900;
	}

	.amed-public-booking__confirmation-note p {
		font-size: 12px;
	}
}

@media (max-width: 430px) {
	.amed-public-booking__steps span {
		font-size: 8px;
	}

	.amed-public-booking__mobile-actions--split {
		grid-template-columns: 1fr;
	}
}

#login-form-popup .amed-account-signup,
.amed-login-modal .amed-account-signup {
	display: grid;
	justify-items: center;
	gap: 3px;
	margin: 14px 0 0;
	padding-top: 13px;
	border-top: 1px solid rgba(24, 63, 55, 0.1);
	color: rgba(24, 63, 55, 0.72);
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

#login-form-popup .amed-account-signup p,
.amed-login-modal .amed-account-signup p {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0;
}

#login-form-popup .amed-account-signup button,
.amed-login-modal .amed-account-signup button {
	display: inline;
	min-width: 0;
	min-height: 0;
	margin: 0 0 0 3px;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	color: #c85f18;
	background: transparent;
	box-shadow: none;
	font: inherit;
	font-weight: 900;
	letter-spacing: 0;
	line-height: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-transform: none;
}

#login-form-popup .amed-account-signup button:hover,
#login-form-popup .amed-account-signup button:focus-visible,
.amed-login-modal .amed-account-signup button:hover,
.amed-login-modal .amed-account-signup button:focus-visible {
	color: #123F46;
	background: transparent;
}

#login-form-popup .amed-account-signup small,
.amed-login-modal .amed-account-signup small {
	display: block;
	color: rgba(24, 63, 55, 0.58);
	font-size: 11px;
	line-height: 1.4;
}

#login-form-popup .lcew-auth-tabs-wrapper.is-amed-login-complete > .lcew-auth-tabs,
#login-form-popup .lcew-auth-tabs-wrapper.is-amed-login-complete > .lcew-auth-panel,
#login-form-popup .lcew-auth-tabs-wrapper.is-amed-login-complete > .amed-account-signup,
.amed-login-modal .lcew-auth-tabs-wrapper.is-amed-login-complete > .lcew-auth-tabs,
.amed-login-modal .lcew-auth-tabs-wrapper.is-amed-login-complete > .lcew-auth-panel,
.amed-login-modal .lcew-auth-tabs-wrapper.is-amed-login-complete > .amed-account-signup {
	display: none !important;
}

.amed-account-login-complete {
	display: grid;
	justify-items: center;
	gap: 7px;
	padding: 28px 18px;
	color: #123F46;
	text-align: center;
}

.amed-account-login-complete > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #fff;
	background: #3D7FA3;
	font-size: 20px;
	font-weight: 950;
}

.amed-account-login-complete strong {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.amed-account-login-complete small {
	color: rgba(24, 63, 55, 0.68);
	font-size: 12px;
	line-height: 1.45;
}

.amed-booking-profile-alert__account {
	display: block;
	margin-top: 5px;
	color: rgba(24, 63, 55, 0.66);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.4;
}

@media (max-width: 640px) {
	#login-form-popup {
		box-sizing: border-box;
		width: 100%;
		max-width: 430px;
		max-height: calc(100vh - 46px);
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 0 !important;
		overflow-y: auto;
	}

	#login-form-popup .lightbox-inner,
	#login-form-popup .account-container {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 18px !important;
	}

	#login-form-popup .woocommerce,
	#login-form-popup .lcew-auth-tabs-wrapper,
	.amed-login-modal .lcew-auth-tabs-wrapper {
		width: 100%;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
	}

	#login-form-popup .lcew-auth-tabs-wrapper,
	.amed-login-modal .lcew-auth-tabs-wrapper {
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0;
		background: transparent;
	}

	#login-form-popup .lcew-auth-tabs,
	.amed-login-modal .lcew-auth-tabs {
		gap: 3px;
		margin-bottom: 12px;
		padding: 4px;
		border-radius: 10px;
	}

	#login-form-popup .lcew-auth-tab,
	.amed-login-modal .lcew-auth-tab {
		min-width: 0;
		min-height: 34px;
		padding: 6px 3px !important;
		font-size: 10.5px !important;
		letter-spacing: -0.01em;
		line-height: 1.1;
		white-space: nowrap;
	}

	#login-form-popup .lcew-auth-panel .lcew-wrap,
	.amed-login-modal .lcew-auth-panel .lcew-wrap {
		margin: 0;
		padding: 0;
	}

	#login-form-popup .lcew-auth-panel .lcew-card,
	#login-form-popup .lcew-auth-panel[data-lcew-panel="password"],
	.amed-login-modal .lcew-auth-panel .lcew-card,
	.amed-login-modal .lcew-auth-panel[data-lcew-panel="password"] {
		box-sizing: border-box;
		width: 100%;
		padding: 14px;
	}

	#login-form-popup .lcew-form,
	.amed-login-modal .lcew-form {
		margin: 0;
	}

	#login-form-popup .lcew-header h2,
	.amed-login-modal .lcew-header h2 {
		font-size: 19px;
	}

	#login-form-popup .lcew-submit,
	.amed-login-modal .lcew-submit {
		width: 100%;
		margin: 3px 0 0 !important;
		white-space: nowrap;
	}
}

@media (max-width: 549px) {
	.amed-receita.amed-receita--checkout {
		padding: 14px 14px 56px;
	}

	.amed-receita--checkout .amed-checkout-title {
		margin: 0 0 18px;
	}

	.amed-receita--checkout .amed-checkout-title h1 {
		max-width: none;
		font-size: clamp(28px, 8vw, 32px);
		letter-spacing: -0.025em;
		line-height: 1.08;
	}

	.amed-receita--checkout .amed-checkout-panel {
		padding: 20px 16px;
		border-radius: 12px;
	}

	.amed-receita--checkout .amed-checkout-panel .amed-receita__section-head {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 14px;
		align-items: center;
		margin-bottom: 18px;
		padding-bottom: 16px;
	}

	.amed-receita--checkout .amed-checkout-panel .amed-receita__section-head span {
		min-width: 0;
		font-size: 11px;
		line-height: 1.05;
	}

	.amed-receita--checkout .amed-checkout-panel .amed-receita__section-head h2 {
		font-size: 22px;
		line-height: 1.12;
	}

	.amed-receita--checkout .amed-checkout-content .wc-block-checkout__sidebar,
	.amed-receita--checkout .amed-checkout-content .wc-block-components-sidebar {
		margin-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 549px) {
	.amed-telemed .amed-telemed__search {
		box-sizing: border-box;
		gap: 10px;
		width: 100%;
		padding: 10px;
		overflow: visible;
	}

	.amed-telemed .amed-telemed__tabs {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		width: 100%;
		min-width: 0;
		overflow: visible;
		padding: 0;
	}

	.amed-telemed .amed-telemed__tabs button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 48px !important;
		min-height: 48px !important;
		padding: 0 6px !important;
		font-size: 9.5px;
		line-height: 1.15;
		text-align: center;
		white-space: normal;
	}

	.amed-telemed .amed-telemed__search-row {
		grid-template-columns: minmax(0, 1fr) 92px;
		gap: 8px;
		width: 100%;
		min-width: 0;
	}

	.amed-telemed .amed-telemed__search-row input,
	.amed-telemed .amed-telemed__search-row input[type="search"] {
		min-width: 0;
		padding-right: 12px !important;
		padding-left: 12px !important;
		font-size: 13px;
	}

	.amed-telemed .amed-telemed__search-row button {
		width: 92px !important;
		min-width: 92px !important;
		max-width: none !important;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.amed-telemed .amed-telemed__suggestions {
		right: 10px;
		left: 10px;
	}

	.amed-telemed .amed-telemed__filter-panel {
		display: none !important;
	}
}

.amed-teleconsult-confirmation-page {
	padding: 2px 0 52px;
}

.amed-public-booking--confirmation {
	max-width: 1180px;
}

.amed-public-booking--confirmation .amed-public-booking__head {
	margin-bottom: 18px;
}

.amed-public-booking--confirmation .amed-teleconsult-confirmation {
	max-width: none;
}

.amed-teleconsult-confirmation {
	max-width: 1060px;
	margin: 0 auto;
}

.amed-teleconsult-confirmation__back {
	display: inline-flex;
	margin: 0 0 18px;
	color: #46622f;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.amed-teleconsult-confirmation .amed-teleconsult-thankyou {
	margin-bottom: 16px;
}

.amed-teleconsult-confirmation .amed-teleconsult-thankyou__content h2 {
	margin: 0 0 14px;
	color: #123F46;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

.amed-teleconsult-confirmation__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 22px 0;
	overflow: hidden;
	border: 1px solid #dce5d4;
	border-radius: 12px;
	background: #dce5d4;
}

.amed-teleconsult-confirmation__details > div {
	min-width: 0;
	padding: 15px 17px;
	background: #f4f7ef;
}

.amed-teleconsult-confirmation__details span,
.amed-teleconsult-confirmation__details strong {
	display: block;
	margin: 0;
	letter-spacing: 0;
	text-transform: none;
}

.amed-teleconsult-confirmation__details span {
	margin-bottom: 5px;
	color: #71806d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.amed-teleconsult-confirmation__details strong {
	overflow-wrap: anywhere;
	color: #123F46;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.amed-teleconsult-confirmation__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.amed-teleconsult-confirmation__actions .amed-teleconsult-thankyou__button {
	min-height: 46px;
	padding: 0 20px;
	border: 2px solid #123F46;
	border-radius: 8px;
	background: #123F46;
	font-size: 12px;
	line-height: 1.1;
}

.amed-teleconsult-confirmation__actions .amed-teleconsult-thankyou__button--meeting {
	border-color: #123F46;
	color: #123F46 !important;
	background: #fff;
}

.amed-teleconsult-confirmation__actions .amed-teleconsult-thankyou__button--meeting:hover,
.amed-teleconsult-confirmation__actions .amed-teleconsult-thankyou__button--meeting:focus-visible {
	border-color: #123F46;
	color: #123F46 !important;
	background: #f3f7ee;
}

.amed-teleconsult-confirmation__important {
	padding: 15px 17px;
	border-left: 4px solid #e87524;
	border-radius: 6px;
	color: #6e4b34;
	background: #fff8f2;
	font-size: 14px;
	line-height: 1.55;
}

.amed-teleconsult-confirmation__important strong {
	color: #a84910;
}

.amed-teleconsult-confirmation__account {
	margin: 0;
	color: #607069;
	font-size: 14px;
	text-align: center;
}

.amed-teleconsult-confirmation__account a {
	color: #123F46;
	font-weight: 800;
}

.amed-teleconsult-confirmation.is-pending .amed-teleconsult-thankyou {
	background: linear-gradient(135deg, #fffaf4 0%, #fff 100%);
}

.amed-teleconsult-confirmation.is-pending .amed-teleconsult-thankyou__content > span {
	color: #b65f20;
}

@media (max-width: 680px) {
	.amed-teleconsult-confirmation-page {
		padding: 0 0 40px;
	}

	.amed-teleconsult-confirmation__back {
		margin-bottom: 14px;
	}

	.amed-teleconsult-confirmation .amed-teleconsult-thankyou {
		gap: 18px;
		padding: 20px 16px;
		border-radius: 14px;
	}

	.amed-public-booking--confirmation .amed-public-booking__head {
		margin-bottom: 14px;
	}

	.amed-public-booking--confirmation .amed-public-booking__head h1 {
		font-size: 30px;
	}

	.amed-teleconsult-confirmation .amed-teleconsult-thankyou__content h2 {
		font-size: 24px;
	}

	.amed-teleconsult-confirmation .amed-teleconsult-thankyou__content p {
		font-size: 15px;
		line-height: 1.5;
	}

	.amed-teleconsult-confirmation__details {
		grid-template-columns: 1fr;
		margin: 18px 0;
	}

	.amed-teleconsult-confirmation__details > div {
		padding: 13px 14px;
	}

	.amed-teleconsult-confirmation__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.amed-teleconsult-confirmation__actions .amed-teleconsult-thankyou__button {
		width: 100%;
		max-width: none !important;
	}

	.amed-teleconsult-confirmation .amed-teleconsult-thankyou__steps li {
		padding: 12px 14px;
	}
}
