/* Client SITE_ICON in Unfold sidebar header */
#nav-sidebar-inner .border-b .shrink-0 img {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Invoice changelist: keep total column right-aligned (header + cells). */
#result_list th.column-total_display,
#result_list td.field-total_display,
#result_list td.field-total_display .invoice-total-value {
    text-align: right !important;
}

#result_list th.column-total_display > div,
#result_list th.column-total_display a {
    width: 100%;
    justify-content: flex-end !important;
    text-align: right !important;
}

#result_list td.field-total_display .invoice-total-value {
    display: inline-block;
    width: 100%;
}
