.f4y-primary-menu > .f4y-matchcenter-admin-menu {
	position: relative;
}

.f4y-matchcenter-submenu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 15px;
	font-weight: 900;
	gap: 8px;
	line-height: 1.55;
	min-height: 48px;
	padding: 0 16px;
}

.f4y-matchcenter-submenu-toggle:hover,
.f4y-matchcenter-submenu-toggle:focus,
.f4y-matchcenter-admin-menu.is-submenu-open > .f4y-matchcenter-submenu-toggle {
	background: rgba(0, 0, 0, .14);
}

.f4y-matchcenter-submenu-toggle span:last-child {
	font-size: 18px;
	line-height: 1;
}

.f4y-matchcenter-admin-menu > .sub-menu {
	background: #fff;
	border: 1px solid rgba(120, 0, 0, .2);
	border-radius: 0 0 10px 10px;
	box-shadow: 0 14px 28px rgba(60, 0, 0, .24);
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 270px;
	padding: 7px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

.f4y-matchcenter-admin-menu:hover > .sub-menu,
.f4y-matchcenter-admin-menu:focus-within > .sub-menu,
.f4y-matchcenter-admin-menu.is-submenu-open > .sub-menu {
	display: block;
}

.f4y-primary-menu .f4y-matchcenter-admin-menu > .sub-menu li {
	display: block;
	width: 100%;
}

.f4y-primary-menu .f4y-matchcenter-admin-menu > .sub-menu a {
	border-bottom: 1px solid #f0d7d7;
	color: #222;
	display: block;
	font-size: 14px;
	padding: 11px 16px;
	white-space: nowrap;
}

.f4y-primary-menu .f4y-matchcenter-admin-menu > .sub-menu li:last-child a {
	border-bottom: 0;
}

.f4y-primary-menu .f4y-matchcenter-admin-menu > .sub-menu a:hover,
.f4y-primary-menu .f4y-matchcenter-admin-menu > .sub-menu a:focus {
	background: #e21515;
	color: #fff;
}

@media (max-width: 760px) {
	.f4y-matchcenter-submenu-toggle {
		color: #c40000 !important;
		justify-content: space-between;
		min-height: 48px;
		width: 100%;
	}

	.f4y-matchcenter-admin-menu > .sub-menu {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		min-width: 0;
		padding: 0;
		position: static;
		width: 100%;
	}

	.f4y-primary-menu .f4y-matchcenter-admin-menu > .sub-menu a {
		background: #fff1f1;
		padding-left: 32px;
		white-space: normal;
	}
}
