.fi-ta-table {
    position: relative;
}

.fi-ta-actions {
    position: sticky;
    right: 0;
    z-index: 1;
}

.fi-ta-text-description:has(.rubiqo-tenant-host-line) {
    font-size: 0.6875rem;
    line-height: 0.875rem;
}

.rubiqo-tenant-host-line {
    color: var(--gray-500);
    font-size: 0.6875rem;
    font-weight: var(--font-weight-normal);
    line-height: 0.875rem;
}

.dark .rubiqo-tenant-host-line {
    color: var(--gray-400);
}

a.rubiqo-tenant-host-line {
    text-decoration: none;
}

a.rubiqo-tenant-host-line:hover {
    color: #2563eb;
    text-decoration: underline;
}

.dark a.rubiqo-tenant-host-line:hover {
    color: #60a5fa;
}
