.tqmr-fleet-filter-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 20px;
	padding: 12px 16px;
	border-left: 4px solid #041c3e;
	background: #f7f9fb;
}

.tqmr-fleet-filter-notice a {
	font-weight: 600;
	text-decoration: none;
}

/* Customer account (WooCommerce My Account) */
body.tqmr-hide-account-nav .woocommerce-MyAccount-navigation {
	display: none !important;
}

body.tqmr-account-dashboard .woocommerce-MyAccount-content > p {
	display: none;
}

body.tqmr-account-dashboard .tqmr-account-dashboard-intro {
	margin: 0 0 28px;
	padding: 22px 24px;
	border-left: 4px solid #041c3e;
	background: #f7f9fb;
}

body.tqmr-account-dashboard .tqmr-account-greeting {
	margin: 0 0 8px;
	font-size: 18px;
}

body.tqmr-account-dashboard .tqmr-account-summary {
	margin: 0 0 16px;
	color: #4a5568;
}

body.tqmr-account-dashboard .tqmr-account-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.tqmr-account-dashboard .tqmr-account-quick-links a {
	font-weight: 600;
	text-decoration: none;
	color: #041c3e;
}

body.tqmr-account-dashboard .tqmr-account-quick-links a:hover {
	text-decoration: underline;
}

body.tqmr-customer-account.woocommerce-account .woocommerce-MyAccount-navigation ul {
	background-color: #041c3e;
}

body.tqmr-customer-account.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #0a3168;
}

body.tqmr-order-received-account .woocommerce-MyAccount-content {
	margin-top: 0;
}
