.mm-agenda,
.mm-agenda-archive,
.mm-professional-single {
	--mm-agenda-bg: #f6f8fb;
	--mm-agenda-surface: #ffffff;
	--mm-agenda-text: #17202a;
	--mm-agenda-muted: #657282;
	--mm-agenda-line: #e4e9f0;
	--mm-agenda-primary: #0f7f72;
	--mm-agenda-primary-dark: #09675d;
	--mm-agenda-accent: #e8b923;
	--mm-agenda-radius: 18px;
	color: var(--mm-agenda-text);
	font-family: inherit;
}

.mm-agenda-archive {
	background: #f7f8fb;
	box-sizing: border-box;
	clear: both;
	display: block;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	overflow-x: hidden;
	padding: 34px 0 48px;
	position: relative;
	transform: none;
	width: calc(100vw - 18px);
}

.mm-agenda-archive__wrap {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 18px;
	width: 100%;
}

.mm-agenda-archive__header {
	margin: 0 0 18px;
}

.mm-agenda-archive__header p {
	color: var(--mm-agenda-primary-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.mm-agenda-archive__header h1 {
	color: var(--mm-agenda-text);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
	margin: 0;
}

body.post-type-archive-mm_profesional #primary,
body.post-type-archive-mm_profesional #main,
body.post-type-archive-mm_profesional .site-main,
body.post-type-archive-mm_profesional .content-area,
body.post-type-archive-mm_profesional .site-content,
body.post-type-archive-mm_profesional .entry-content,
body.post-type-archive-mm_profesional .container,
body.post-type-archive-mm_profesional .wrap {
	box-sizing: border-box;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	min-width: 0;
	width: 100%;
}

body.post-type-archive-mm_profesional {
	overflow-x: hidden;
}

body.single-mm_profesional #primary,
body.single-mm_profesional #main,
body.single-mm_profesional .site-main,
body.single-mm_profesional .content-area,
body.single-mm_profesional .site-content,
body.single-mm_profesional .entry-content,
body.single-mm_profesional .container,
body.single-mm_profesional .wrap {
	box-sizing: border-box;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	min-width: 0;
	width: 100%;
}

body.single-mm_profesional {
	overflow-x: hidden;
}

body.post-type-archive-mm_profesional [class*="filter"][class*="toggle"],
body.post-type-archive-mm_profesional [class*="filter"][class*="button"],
body.post-type-archive-mm_profesional [class*="facet"][class*="toggle"],
body.post-type-archive-mm_profesional [class*="facet"][class*="button"],
body.post-type-archive-mm_profesional [class*="sidebar"][class*="toggle"],
body.post-type-archive-mm_profesional [class*="offcanvas"][class*="toggle"],
body.post-type-archive-mm_profesional [class*="drawer"][class*="toggle"],
body.post-type-archive-mm_profesional [class*="floating"][class*="menu"],
body.single-mm_profesional [class*="filter"][class*="toggle"],
body.single-mm_profesional [class*="filter"][class*="button"],
body.single-mm_profesional [class*="facet"][class*="toggle"],
body.single-mm_profesional [class*="facet"][class*="button"],
body.single-mm_profesional [class*="sidebar"][class*="toggle"],
body.single-mm_profesional [class*="offcanvas"][class*="toggle"],
body.single-mm_profesional [class*="drawer"][class*="toggle"],
body.single-mm_profesional [class*="floating"][class*="menu"] {
	display: none !important;
}

.mm-agenda {
	background: #f7f8fb;
	border: 1px solid #e7ecf2;
	border-radius: 22px;
	box-sizing: border-box;
	container-name: mm-agenda;
	container-type: inline-size;
	max-width: 100%;
	overflow-x: hidden;
	padding: 18px;
	position: relative;
	width: 100%;
}

.mm-agenda *,
.mm-agenda *::before,
.mm-agenda *::after {
	box-sizing: border-box;
}

.mm-agenda::after {
	background: rgba(255, 255, 255, 0.72);
	border-radius: 24px;
	bottom: 0;
	content: "";
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.mm-agenda.is-loading::after {
	display: block;
}

.mm-agenda-search {
	background: var(--mm-agenda-surface);
	border: 1px solid var(--mm-agenda-line);
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(28, 42, 58, 0.1);
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	margin-bottom: 18px;
	padding: 22px;
	position: relative;
	z-index: 4;
	width: 100%;
}

.mm-agenda-search > *,
.mm-agenda-search__filters > *,
.mm-agenda-card > *,
.mm-agenda-card__body {
	min-width: 0;
}

.mm-agenda-search__heading {
	display: flex;
	flex-direction: column;
	grid-column: 1 / -1;
	justify-content: center;
}

.mm-agenda-search__heading strong {
	color: var(--mm-agenda-text);
	font-size: 20px;
	line-height: 1.2;
}

.mm-agenda-search__heading span {
	color: var(--mm-agenda-muted);
	font-size: 14px;
	line-height: 1.45;
	margin-top: 4px;
}

.mm-agenda-search__main,
.mm-agenda-search__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mm-agenda-search__filters {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
}

.mm-agenda-search label {
	color: #536171;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mm-agenda input[type="search"],
.mm-agenda select {
	appearance: none;
	background-color: #fbfcfe;
	border: 1px solid var(--mm-agenda-line);
	border-radius: 12px;
	color: var(--mm-agenda-text);
	font-size: 15px;
	line-height: 1.3;
	min-height: 48px;
	min-width: 0;
	padding: 10px 13px;
	width: 100%;
}

.mm-agenda-search__keyword,
.mm-agenda-advanced-panel {
	background: #f8fafc;
	border: 1px solid var(--mm-agenda-line);
	border-radius: 14px;
	display: grid;
	gap: 7px;
	padding: 12px;
}

.mm-agenda-search__keyword[hidden],
.mm-agenda-advanced-panel[hidden] {
	display: none;
}

.mm-agenda-advanced-panel {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mm-agenda-search__actions {
	align-items: stretch;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.mm-agenda-clear {
	align-items: center;
	background: #f7fafc;
	border: 1px solid var(--mm-agenda-line);
	border-radius: 12px;
	color: #536171;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 10px 13px;
}

.mm-agenda-clear:hover {
	border-color: rgba(15, 127, 114, 0.35);
	color: var(--mm-agenda-primary-dark);
}

.mm-agenda-keyword-toggle,
.mm-agenda-advanced-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mm-agenda-line);
	border-radius: 12px;
	color: #435366;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.15;
	min-height: 48px;
	padding: 10px 13px;
	white-space: nowrap;
}

.mm-agenda-keyword-toggle:hover,
.mm-agenda-keyword-toggle[aria-expanded="true"],
.mm-agenda-advanced-toggle:hover,
.mm-agenda-advanced-toggle[aria-expanded="true"] {
	border-color: rgba(15, 127, 114, 0.35);
	color: var(--mm-agenda-primary-dark);
}

.mm-agenda-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mm-agenda-active-filters[hidden] {
	display: none;
}

.mm-agenda-chip {
	background: #e8f5f3;
	border: 1px solid rgba(15, 127, 114, 0.12);
	border-radius: 999px;
	color: var(--mm-agenda-primary-dark);
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	padding: 7px 10px;
}

.mm-agenda-chip:hover {
	background: #d9efeb;
}

.mm-agenda select {
	background-image: linear-gradient(45deg, transparent 50%, #667483 50%), linear-gradient(135deg, #667483 50%, transparent 50%);
	background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 34px;
}

.mm-agenda input[type="search"]:focus,
.mm-agenda select:focus {
	border-color: var(--mm-agenda-primary);
	box-shadow: 0 0 0 3px rgba(15, 127, 114, 0.14);
	outline: none;
}

.mm-agenda-button,
.mm-professional-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	max-width: 100%;
	min-height: 42px;
	padding: 11px 16px;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
	white-space: nowrap;
}

.mm-agenda-button:hover,
.mm-professional-button:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.mm-agenda-button--primary,
.mm-professional-button--primary {
	background: var(--mm-agenda-primary);
	box-shadow: 0 10px 22px rgba(15, 127, 114, 0.18);
	color: #fff;
}

.mm-agenda-button--primary:hover,
.mm-professional-button--primary:hover {
	background: var(--mm-agenda-primary-dark);
	color: #fff;
}

.mm-agenda-button--ghost,
.mm-professional-button--ghost {
	background: #fff;
	border-color: var(--mm-agenda-line);
	color: var(--mm-agenda-text);
}

.mm-agenda-button--whatsapp {
	background: #25d366;
	box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
	color: #062c16;
	gap: 8px;
}

.mm-agenda-button--whatsapp:hover {
	background: #1fbd5a;
	color: #062c16;
}

.mm-agenda-whatsapp-icon {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #128c3f;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.mm-agenda-whatsapp-icon svg {
	display: block;
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.mm-agenda-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.mm-agenda-card {
	background: var(--mm-agenda-surface);
	border: 1px solid var(--mm-agenda-line);
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(18, 38, 63, 0.08);
	display: grid;
	gap: 18px;
	grid-template-columns: 132px minmax(0, 1fr) minmax(160px, auto);
	padding: 16px;
	position: relative;
	width: 100%;
}

.mm-agenda-card:hover {
	border-color: rgba(15, 127, 114, 0.32);
	box-shadow: 0 18px 44px rgba(18, 38, 63, 0.12);
}

.mm-agenda-card--featured {
	border-color: rgba(232, 185, 35, 0.75);
}

.mm-agenda-card__media {
	align-items: center;
	aspect-ratio: 1;
	background: #eaf6f4;
	border-radius: 15px;
	color: var(--mm-agenda-primary);
	display: flex;
	font-size: 42px;
	font-weight: 800;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	width: 132px;
}

.mm-agenda-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mm-agenda-avatar-fallback {
	align-items: center;
	background: radial-gradient(circle at 30% 20%, #ffffff 0%, #dff3ef 42%, #cce9e5 100%);
	color: var(--mm-agenda-primary-dark);
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

.mm-agenda-avatar-fallback svg {
	fill: none;
	height: 54%;
	opacity: 0.2;
	position: absolute;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 54%;
}

.mm-agenda-avatar-fallback strong {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 127, 114, 0.16);
	border-radius: 999px;
	display: inline-flex;
	font-size: 28px;
	height: 48px;
	justify-content: center;
	position: relative;
	width: 48px;
	z-index: 1;
}

.mm-agenda-card__body {
	min-width: 0;
}

.mm-agenda-card__topline {
	align-items: center;
	color: var(--mm-agenda-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.mm-agenda-card__topline strong {
	background: #fff7d8;
	border-radius: 999px;
	color: #7c5f00;
	padding: 3px 8px;
	text-transform: none;
}

.mm-agenda-card__topline .mm-agenda-verified-badge {
	align-items: center;
	background: #1d9bf0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}

.mm-agenda-card__topline .mm-agenda-verified-badge span {
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.mm-agenda-card h3 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 7px;
}

.mm-agenda-card h3 a {
	color: var(--mm-agenda-text);
	text-decoration: none;
}

.mm-agenda-card__specialty,
.mm-agenda-card__excerpt {
	color: var(--mm-agenda-muted);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 8px;
}

.mm-agenda-card__specialty {
	color: var(--mm-agenda-primary-dark);
	font-weight: 700;
}

.mm-agenda-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 10px 0 13px;
}

.mm-agenda-card__meta span {
	background: #f2f5f8;
	border-radius: 999px;
	color: #425160;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 9px;
}

.mm-agenda-card__zone {
	background: #e8f5f3 !important;
	color: var(--mm-agenda-primary-dark) !important;
}

.mm-agenda-card__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
}

.mm-agenda-card__actions .mm-agenda-button {
	min-height: 42px;
	padding: 10px 13px;
}

.mm-agenda-empty {
	background: #fff;
	border: 1px dashed var(--mm-agenda-line);
	border-radius: var(--mm-agenda-radius);
	padding: 28px;
	text-align: center;
}

.mm-agenda-empty h3 {
	font-size: 20px;
	margin: 0 0 8px;
}

.mm-agenda-empty p {
	color: var(--mm-agenda-muted);
	margin: 0;
}

.mm-agenda-load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.mm-agenda-load-more {
	background: #fff;
	border: 1px solid rgba(15, 127, 114, 0.28);
	border-radius: 12px;
	color: var(--mm-agenda-primary-dark);
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	min-height: 44px;
	padding: 11px 18px;
}

.mm-agenda-load-more:hover {
	background: #f2fbf9;
}

.mm-agenda-load-more:disabled {
	cursor: wait;
	opacity: 0.65;
}

.mm-professional-single {
	background: var(--mm-agenda-bg);
	box-sizing: border-box;
	clear: both;
	display: block;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	overflow-x: hidden;
	padding: 34px 0 48px;
	position: relative;
	transform: none;
	width: calc(100vw - 18px);
}

.mm-professional-single__wrap {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 18px;
	width: 100%;
}

.mm-professional-back {
	color: var(--mm-agenda-primary-dark);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	margin: 0 0 14px;
	text-decoration: none;
}

.mm-professional-back::before {
	content: "<";
	margin-right: 8px;
}

.mm-professional-back:hover {
	text-decoration: underline;
}

.mm-professional-single *,
.mm-professional-single *::before,
.mm-professional-single *::after {
	box-sizing: border-box;
}

.mm-professional-profile {
	background: #fff;
	border: 1px solid var(--mm-agenda-line);
	border-radius: 26px;
	box-shadow: 0 18px 50px rgba(18, 38, 63, 0.08);
	display: grid;
	gap: 28px;
	grid-template-columns: 240px minmax(0, 1fr);
	padding: 24px;
}

.mm-professional-profile__photo {
	aspect-ratio: 1;
	background: #eaf6f4;
	border-radius: 22px;
	overflow: hidden;
	width: 100%;
}

.mm-professional-profile__photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mm-professional-profile__content {
	align-self: center;
	min-width: 0;
}

.mm-professional-profile__initial {
	align-items: center;
	color: var(--mm-agenda-primary);
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

.mm-professional-profile__initial svg {
	fill: none;
	height: 40%;
	opacity: 0.18;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 40%;
}

.mm-professional-profile__initial strong {
	align-items: center;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(15, 127, 114, 0.16);
	border-radius: 999px;
	display: inline-flex;
	font-size: 52px;
	font-weight: 800;
	height: 86px;
	justify-content: center;
	width: 86px;
}

.mm-professional-profile__eyebrow {
	color: var(--mm-agenda-primary-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mm-professional-profile h1 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	margin: 0 0 12px;
	word-break: normal;
}

.mm-professional-profile__summary {
	color: var(--mm-agenda-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 0 0 18px;
}

.mm-professional-tags,
.mm-professional-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0;
}

.mm-professional-tags span,
.mm-professional-social a {
	background: #f2f5f8;
	border-radius: 999px;
	color: #425160;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 11px;
	text-decoration: none;
}

.mm-professional-tags .mm-professional-tag--modality {
	background: #e8f5f3;
	color: var(--mm-agenda-primary-dark);
}

.mm-professional-verified {
	background: #e8f5f3;
	border: 1px solid rgba(15, 127, 114, 0.16);
	border-radius: 999px;
	color: var(--mm-agenda-primary-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 12px;
	padding: 7px 11px;
}

.mm-professional-verified span {
	align-items: center;
	background: #1d9bf0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 19px;
	justify-content: center;
	margin-right: 7px;
	width: 19px;
}

.mm-professional-credentials {
	background: #f8fafc;
	border: 1px solid var(--mm-agenda-line);
	border-radius: 14px;
	list-style: none;
	margin: 0;
	padding: 14px;
}

.mm-professional-credentials li {
	margin: 0 0 8px;
}

.mm-professional-credentials li:last-child {
	margin-bottom: 0;
}

.mm-professional-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.mm-professional-actions .mm-professional-button {
	min-height: 46px;
}

.mm-professional-button--whatsapp {
	background: #25d366;
	box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
	color: #062c16;
	gap: 8px;
}

.mm-professional-button--whatsapp:hover {
	background: #1fbd5a;
	color: #062c16;
}

.mm-professional-layout {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 330px;
	margin-top: 22px;
}

.mm-professional-panel {
	background: #fff;
	border: 1px solid var(--mm-agenda-line);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(18, 38, 63, 0.06);
	min-width: 0;
	padding: 22px;
}

.mm-professional-panel h2 {
	font-size: 24px;
	margin: 0 0 14px;
}

.mm-professional-panel p,
.mm-professional-panel li {
	color: var(--mm-agenda-muted);
	line-height: 1.65;
}

.mm-professional-contact-list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.mm-professional-contact-list div {
	border-bottom: 1px solid var(--mm-agenda-line);
	padding-bottom: 12px;
}

.mm-professional-contact-list dt {
	color: var(--mm-agenda-muted);
	font-size: 12px;
	font-weight: 800;
	margin: 0 0 2px;
	text-transform: uppercase;
}

.mm-professional-contact-list dd {
	margin: 0;
	word-break: break-word;
}

.mm-professional-related {
	margin-top: 22px;
}

.mm-professional-related h2 {
	font-size: 26px;
	margin: 0 0 16px;
}

.mm-professional-related .mm-agenda-grid {
	gap: 12px;
}

.mm-professional-related .mm-agenda-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
	border-color: rgba(15, 127, 114, 0.22);
	box-shadow: 0 10px 26px rgba(18, 38, 63, 0.06);
	grid-template-columns: 96px minmax(0, 1fr) minmax(150px, auto);
	padding: 13px;
}

.mm-professional-related .mm-agenda-card--featured {
	border-color: rgba(15, 127, 114, 0.34);
}

.mm-professional-related .mm-agenda-card__media {
	border-radius: 13px;
	width: 96px;
}

.mm-professional-related .mm-agenda-card h3 {
	font-size: 19px;
	margin-bottom: 5px;
}

.mm-professional-related .mm-agenda-card__specialty,
.mm-professional-related .mm-agenda-card__excerpt {
	font-size: 14px;
	margin-bottom: 6px;
}

.mm-professional-related .mm-agenda-card__topline {
	font-size: 11px;
}

.mm-professional-related .mm-agenda-card__actions .mm-agenda-button {
	min-height: 38px;
	padding: 9px 12px;
}

.mm-professional-related__cta {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.mm-professional-related__cta .mm-professional-button {
	background: #fff;
	border-color: rgba(15, 127, 114, 0.28);
	color: var(--mm-agenda-primary-dark);
	min-width: min(100%, 280px);
}

.mm-professional-sticky-whatsapp {
	background: #25d366;
	border-radius: 14px;
	bottom: 14px;
	box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28);
	color: #062c16;
	display: none;
	font-size: 15px;
	font-weight: 900;
	left: 14px;
	min-height: 48px;
	padding: 14px 18px;
	position: fixed;
	right: 14px;
	text-align: center;
	text-decoration: none;
	z-index: 80;
}

.mm-professional-sticky-whatsapp:hover {
	color: #062c16;
	text-decoration: none;
}

@media (max-width: 1050px) {
	.mm-agenda-search {
		grid-template-columns: 1fr;
	}

	.mm-professional-layout {
		grid-template-columns: 1fr;
	}

	.mm-professional-related .mm-agenda-card {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.mm-professional-related .mm-agenda-card__media {
		width: 92px;
	}

	.mm-professional-related .mm-agenda-card__actions {
		flex-direction: row;
		grid-column: 2;
		justify-content: flex-start;
	}

	.mm-agenda-card {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.mm-agenda-card__media {
		width: 110px;
	}

	.mm-agenda-card__actions {
		flex-direction: row;
		grid-column: 2;
		justify-content: flex-start;
	}
}

@container mm-agenda (max-width: 760px) {
	.mm-agenda-search,
	.mm-agenda-search__filters {
		grid-template-columns: 1fr;
	}

	.mm-agenda-search {
		padding: 14px;
	}

	.mm-agenda-search__heading strong {
		font-size: 18px;
	}

	.mm-agenda-search .mm-agenda-button {
		width: 100%;
	}

	.mm-agenda-search__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mm-agenda-keyword-toggle,
	.mm-agenda-advanced-toggle {
		width: 100%;
	}

	.mm-agenda-advanced-panel {
		grid-template-columns: 1fr;
	}

	.mm-agenda-card {
		gap: 12px;
		grid-template-columns: 92px minmax(0, 1fr);
		padding: 12px;
	}

	.mm-agenda-card__media {
		border-radius: 13px;
		width: 92px;
	}

	.mm-agenda-card h3 {
		font-size: 19px;
	}

	.mm-agenda-card__specialty,
	.mm-agenda-card__excerpt {
		font-size: 14px;
	}

	.mm-agenda-card__actions {
		flex-direction: row;
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.mm-agenda-card__actions .mm-agenda-button {
		flex: 1 1 170px;
	}
}

@container mm-agenda (max-width: 430px) {
	.mm-agenda {
		padding: 12px;
	}

	.mm-agenda-card {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.mm-agenda-card__media {
		width: 78px;
	}

	.mm-agenda-card__topline {
		font-size: 10px;
	}

	.mm-agenda-card h3 {
		font-size: 17px;
	}

	.mm-agenda-card__meta span {
		font-size: 11px;
	}

	.mm-agenda-card__actions {
		flex-direction: column;
		gap: 8px;
	}

	.mm-agenda-card__actions .mm-agenda-button {
		flex: 1 1 auto;
		width: 100%;
	}

	.mm-agenda-button--whatsapp {
		justify-content: center;
	}
}

@media (max-width: 760px) {
	.mm-agenda {
		border-radius: 0;
		padding: 16px;
	}

	.mm-agenda-search,
	.mm-agenda-search__filters,
	.mm-agenda-grid,
	.mm-professional-profile,
	.mm-professional-layout {
		grid-template-columns: 1fr;
	}

	.mm-agenda-card {
		gap: 12px;
		grid-template-columns: 76px minmax(0, 1fr);
		padding: 12px;
	}

	.mm-agenda-card__media {
		border-radius: 13px;
		width: 76px;
	}

	.mm-agenda-card h3 {
		font-size: 18px;
	}

	.mm-agenda-card__excerpt {
		font-size: 14px;
	}

	.mm-agenda-card__actions .mm-agenda-button,
	.mm-professional-actions .mm-professional-button {
		flex: 1 1 150px;
	}

	.mm-agenda-card__actions {
		grid-column: 1 / -1;
	}

	.mm-agenda-card__actions .mm-agenda-button {
		min-width: 0;
		white-space: normal;
	}

	.mm-professional-single {
		padding-top: 18px;
	}

	.mm-professional-profile {
		border-radius: 22px;
		gap: 16px;
		padding: 16px;
		text-align: left;
	}

	.mm-professional-profile__photo {
		justify-self: start;
		max-width: 220px;
	}

	.mm-professional-profile h1 {
		font-size: 30px;
	}
}

@media (max-width: 520px) {
	.mm-professional-single {
		padding: 18px 0 34px;
		width: calc(100vw - 12px);
	}

	.mm-professional-single__wrap {
		padding: 0 12px;
	}

	.mm-professional-profile {
		padding: 14px;
	}

	.mm-professional-profile__photo {
		max-width: 180px;
	}

	.mm-professional-actions .mm-professional-button {
		width: 100%;
	}

	.mm-professional-related .mm-agenda-card {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.mm-professional-related .mm-agenda-card__media {
		width: 76px;
	}

	.mm-professional-related .mm-agenda-card__actions {
		grid-column: 1 / -1;
	}

	.mm-professional-panel {
		padding: 16px;
	}

	.mm-professional-sticky-whatsapp {
		display: block;
	}

	body.single-mm_profesional {
		padding-bottom: 76px;
	}
}

@media (max-width: 760px) {
	.mm-agenda .mm-agenda-card__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.mm-agenda .mm-agenda-card__actions .mm-agenda-button {
		flex: 0 0 auto;
		min-height: 44px;
		padding: 10px 12px;
		width: 100%;
	}

	.mm-agenda .mm-agenda-card__actions .mm-agenda-button--whatsapp {
		justify-content: center;
	}
}

@media (max-width: 430px) {
	body.post-type-archive-mm_profesional button[style*="position: fixed"][style*="left"],
	body.post-type-archive-mm_profesional a[style*="position: fixed"][style*="left"],
	body.single-mm_profesional button[style*="position: fixed"][style*="left"],
	body.single-mm_profesional a[style*="position: fixed"][style*="left"] {
		display: none !important;
	}
}
