#accounts_page .card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
}

#accounts_page .table thead th {
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#accounts_page .table tbody tr {
    transition: background-color 0.15s ease;
}

#accounts_page .badge {
    min-width: 110px;
}

#accounts_public_page .card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
}

#accounts_public_page .table thead th {
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#accounts_public_page .accounts-public-entry-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

#accounts_public_page .list-group-item .badge {
    min-width: 110px;
}