.swc-header-account {
	align-items: center;
	border: 1px solid rgba(23, 56, 51, .24);
	border-radius: 999px;
	color: #173833 !important;
	display: inline-flex;
	font-family: inherit;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1;
	gap: .45rem;
	justify-content: center;
	min-height: 40px;
	padding: .55rem .9rem;
	text-decoration: none !important;
	white-space: nowrap;
}

.swc-header-account svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.swc-header-account:hover {
	background: #e8f1ed;
	border-color: #245c4f;
}

.swc-header-account:focus-visible {
	outline: 3px solid #d19b2b;
	outline-offset: 3px;
}

@media (max-width: 760px) {
	.sw-mobile-panel__content .swc-header-account {
		justify-content: flex-start;
		width: 100%;
	}
}
