/* Centre the entire container & add a background colour */
.fct_customer_profile_wrap {
    margin: 0 auto;
}
.fluent-cart-customer-profile-app:not(.el-dialog):not(.el-popper):not(.el-popover) {
    background-color: var(--color-body--lighter);
}
/* Style the sidebar menu */
.fct-customer-dashboard-customer-info {
    padding: var(--space-30) var(--space-15) var(--space-15) var(--space-30);
}
.fct-customer-dashboard-navs-wrap #fct-customer-menu-container {
    height: calc(100% - 85px);
}
/* Set styles for larger screens */
@media only screen and (min-width: 768px) {
    .fct-customer-dashboard-app-container .fct-customer-dashboard-main-content {
        padding: var(--space-40);
    }
}

/* Now remove the shipping address in the dashboard */
.fct-customer-dashboard-user-profile .fct-form-container[aria-labelledby="address-section-title-shipping"] {
    display: none;
}