/**
 * Campus Book Savings global brand identity.
 * Header logo and responsive sizing live here.
 */

.cbs-brand-logo {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	line-height: 1;
	text-decoration: none;
}

.cbs-brand-logo__art {
	display: block;
	width: clamp(210px, 19vw, 270px);
	height: auto;
	max-height: 64px;
	overflow: visible;
}

.cbs-brand-logo:focus-visible {
	border-radius: 5px;
	outline: 3px solid #f4b942;
	outline-offset: 5px;
}

@media (max-width: 1100px) and (min-width: 922px) {
	.cbs-brand-logo__art {
		width: 210px;
	}
}

@media (max-width: 921px) {
	.cbs-brand-logo__art {
		width: 205px;
		max-height: 52px;
	}
}

@media (max-width: 420px) {
	.cbs-brand-logo__art {
		width: 178px;
	}
}
