/* -- The root styles must go in the element section of the structure with the name "Account - Page". --*/
.dashboard-page-2__account{
/* Navigation panel styles */
.woocommerce-MyAccount-navigation{
min-height: 100vh;
padding: var(--space-xl);
/* Tablet styles */
@media (max-width: 991px) {
min-height: fit-content;
}
}
}