div.page.profile {
    padding-bottom: var(--s4);
    padding-top: var(--s4);
}

.profile-wrapper {
    margin-bottom: var(--s4);
}

div.profile-nav-mobile {
    margin-bottom: var(--s4);
}

div.profile-nav {
    margin-bottom: var(--s4);
}

div#wepps-option-nav {
    cursor: pointer;
}

.w_table tr[data-id]:hover {
    cursor: pointer;
}

section.orders-table {
    width: 100%; /* Or a specific fixed width */
    overflow-y: auto;
}

div.orders-notice>section {
    font-size: var(--font-small);
    color: var(--color-50);
    margin-top: var(--s);
}

@media screen and (max-width: 480px) {
    
}