/**
 * My Account
 */
body.woocommerce-account {
	& .woocommerce {
		width: 100%;
	}

	& .woocommerce-MyAccount-navigation {
		background-color: var(--wp--custom--color--body--background-main);
		padding: var(--wp--preset--spacing--base);
		border-radius: 0.25rem;

		& ul {
			display: flex;
			flex-direction: column;

			& li a {
				display: block;
				padding-block: var(--wp--preset--spacing--xs);
			}
			& li:not(:last-of-type) a {
				border-bottom: 1px solid var(--wp--custom--color--body--accent);
			}
		}
	}

	& .woocommerce-MyAccount-content {
		h2,
		h3,
		h4 {
			font-size: var(--wp--preset--font-size--h-4);
		}
	}
}
