/* Mazi Practitioners — frontend profile styles */

body.mazi-practitioner-profile-page .btPageHeadline {
	display: none !important;
}

/*
 * Profile service icon colours are supplied through Bold Builder's native
 * btIcoAccentColor / btIcoAlterColor / btIcoDefaultColor classes.
 * Do not paint .btIcoHolder pseudo-elements here: several icon fonts
 * (including S7 / pe-7s) use those pseudo-elements for the actual glyph.
 */

/* Online keeps the same solid-grey treatment used on the WHO grid. */
body.mazi-practitioner-profile-page .maziLocationIconOnline .btIcoHolder em {
	background: #fff !important;
}

body.mazi-practitioner-profile-page .maziLocationIconOnline .btIcoHolder:not(:hover) em::before {
	box-shadow: inset 0 0 0 1em #999999 !important;
	opacity: 1 !important;
}


/* Not accepting new patients warning — always red, independent of location. */
body.mazi-practitioner-profile-page .maziPatientWarning,
body.mazi-practitioner-profile-page .maziPatientWarning a,
body.mazi-practitioner-profile-page .maziPatientWarning .btIcoHolder,
body.mazi-practitioner-profile-page .maziPatientWarning .btIcoHolder::before,
body.mazi-practitioner-profile-page .maziPatientWarning .btIcoHolder::after {
	color: #d71920 !important;
	border-color: #d71920 !important;
}

body.mazi-practitioner-profile-page .maziPatientWarning .btIcoHolder::before {
	color: #d71920 !important;
}

/* WHO: practitioner titles are displayed exactly as stored. */
.maziWhoName .headline,
.maziWhoName .bt_bb_headline_content,
.maziWhoName h1,
.maziWhoName h2,
.maziWhoName h3,
.maziWhoName h4,
.maziWhoName h5,
.maziWhoName h6 {
	text-transform: none !important;
}


/* Profile hero: keep stored names in natural case and uppercase them only for presentation. */
body.mazi-practitioner-profile-page .maziProfileName .headline,
body.mazi-practitioner-profile-page .maziProfileName .bt_bb_headline_content,
body.mazi-practitioner-profile-page .maziProfileName h1,
body.mazi-practitioner-profile-page .maziProfileName h2,
body.mazi-practitioner-profile-page .maziProfileName h3 {
	text-transform: uppercase !important;
}
