@media (max-width: 720px), (max-device-width: 920px), (pointer: coarse), (hover: none) {
    #assets-table-body tr::before {
        content: attr(data-mobile-title);
        display: block;
        margin: 0 0 8px;
        padding: 4px 0 10px;
        border-bottom: 1px solid rgba(139, 92, 246, 0.28);
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.35;
        white-space: pre-line;
    }

    #assets-table-body tr[data-mobile-subtitle]:not([data-mobile-subtitle=""])::before {
        content: attr(data-mobile-title) "\A[ " attr(data-mobile-subtitle) " ]";
    }

    #assets-table-body tr {
        border-left: 3px solid var(--asset-color, #8b5cf6);
    }

    #assets-table-body td:nth-child(1),
    #assets-table-body td:nth-child(2),
    #assets-table-body td:nth-child(3) {
        display: none;
    }

    #assets-table-body td:nth-child(6),
    #broker-summary-table-body td:nth-child(4) {
        margin: 4px 0;
        padding: 11px 10px;
        border: 1px solid rgba(6, 182, 212, 0.26);
        border-radius: 8px;
        background: rgba(6, 182, 212, 0.09);
        color: #fff;
        font-size: 15px;
        font-weight: 900;
    }

    #assets-table-body td:nth-child(6)::before,
    #broker-summary-table-body td:nth-child(4)::before {
        color: #67e8f9;
    }

    #assets-table-body td:nth-child(6) .txt-valuation,
    #broker-summary-table-body td:nth-child(4) strong {
        color: #fff;
        font-size: 16px;
    }
}
