@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wp-block-woocommerce-customer-account a {
	align-items: center;
	color: currentColor !important;
	display: flex;
	gap: .5em;
	line-height: 1;
	padding: .5em;
	text-decoration: none !important;
	white-space: nowrap;
}

.wp-block-woocommerce-customer-account a:hover {
	text-decoration: underline !important;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	height: 1.5em;
	width: 1.5em;
}