/*
Theme Name: EastCarson ListingHive Child
Description: EastCarson accessibility customizations for ListingHive.
Author: Cydewalk Media LLC
Template: listinghive
Version: 1.0.0
Text Domain: eastcarson-listinghive-child
*/

/* M-05 — Canonical mobile-menu button styles migrated from HiveTheme anchor selectors. */
.header-navbar__burger > button {
	color: rgba(7, 36, 86, 0.25);
	display: none;
	border: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	line-height: 1;
}

.header-navbar__burger > button:hover,
.header-navbar__burger > button:focus-visible {
	color: rgba(7, 36, 86, 0.35);
}

.header-navbar__burger > button i {
	font-size: 16px;
	display: block;
}

.header-navbar__burger > button small {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1.5rem;
	min-height: 1.5rem;
	padding: 0 0.5rem;
	margin-left: 0.5rem;
	border-radius: 9999px;
	background-color: #ff5a5f;
	color: #fff;
	font-size: 80%;
	line-height: 1;
	white-space: nowrap;
}

@media only screen and (max-width: 74.99em) {
	.header-navbar__burger > button {
		display: flex;
		align-items: center;
	}
}
