.site-header .col-full {
	position: relative;
}

.kmr-header-account {
	align-items: center;
	background: #ffffff;
	border: 2px solid #0878aa;
	border-radius: 50%;
	box-sizing: border-box;
	color: #0878aa;
	display: flex;
	float: none;
	height: 34px;
	justify-content: center;
	margin: 0;
	position: absolute;
	right: 0.35rem;
	bottom: 0.95rem;
	z-index: 20;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	width: 34px;
}

.kmr-header-account:hover,
.kmr-header-account:focus {
	background: #0878aa;
	border-color: #ffffff;
	color: #ffffff;
}

.kmr-header-account:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.kmr-header-account__icon {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

/* Leave the far-right position for the account button and move the cart icon left. */
.site-header-cart .cart-contents::after {
	margin-right: 2.75rem;
}

@media (max-width: 767px) {
	.kmr-header-account {
		float: none;
		margin-left: auto;
		margin-right: 0.4rem;
		position: static;
	}

	.site-header-cart .cart-contents::after {
		margin-right: 0;
	}
}
