/* Bayner credit strip — pinned to page bottom via wp_footer */
.bainer-credit-footer {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: var(--wp--preset--color--color2, #1e1e1e);
	line-height: 0;
	font-size: 0;
}

.bainer-credit__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0.625rem 1rem;
	padding-bottom: calc(0.625rem + env(safe-area-inset-bottom, 0));
	box-sizing: border-box;
	background: var(--wp--preset--color--color2, #1e1e1e);
}

.bainer-credit__link {
	display: inline-flex;
	line-height: 0;
	text-decoration: none;
	color: inherit;
}

.bainer-credit__img {
	display: block;
	width: auto;
	height: 1.75rem;
	max-height: 1.75rem;
	max-width: min(100%, 6.875rem);
	margin: 0;
	object-fit: contain;
}
