/* A7 HP post-select (2026-08-31). Revert: drop this file + html.tpl.php include. */
#app_menu a.col-xs-6.doctor.hp-post h2 {
	padding-top: 10px;
	padding-bottom: 2px;
}
#app_menu a.col-xs-6.doctor.hp-post .hp-cat {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 8px 8px;
	text-align: center;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: none;
}
@media (max-width: 767px) {
	#app_menu a.col-xs-6.doctor.hp-post h2 {
		padding-top: 8px;
		padding-bottom: 0;
	}
	#app_menu a.col-xs-6.doctor.hp-post .hp-cat {
		font-size: 1.125rem;
		padding-bottom: 10px;
	}
}
