/**
 * Breakdance header ownership for the account and ASIC control row.
 */

.tms-mega-menu-account-link {
	align-items: center;
	color: var(--aer-control-tools-text, #f7f4ec);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 0.45rem;
	min-height: 40px;
	padding: 0.4rem 0.6rem;
	text-decoration: none;
}

.tms-mega-menu-account-link:hover,
.tms-mega-menu-account-link:focus-visible {
	color: var(--aer-control-tools-gold-strong, #ffc746);
}

@media (max-width: 760px) {
	.tms-header-control-shell {
		align-items: stretch !important;
		flex-wrap: wrap !important;
	}

	.tms-header-control-shell > .tms-mega-menu-account,
	.tms-header-control-shell > .tms-mega-menu-controls {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}
}
