.product__text--inline {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 100%);
    gap: 10px;
}
.account table th {
    background: var(--COLOR-BG-SECONDARY);
    color: var(--COLOR-TEXT-LIGHT);
    border: none;
    -webkit-backface-visibility: visible;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.account tr.odd {
    border-top: 1px solid rgb(98, 83, 23);
}
.account table {
    width: 100%;
    border-top: 0;
}