thead {
    z-index: 2;
}

.fi-ta-row:not(:has(.fi-ta-cell)) {
    background-color: rgba(200, 200, 200) !important;
}

.fi-ta-row:has(a):hover {
    background-color: rgba(225, 225, 225) !important;
}

.fi-ta-row:has(a) .fi-ta-cell:first-of-type {
    background-color: #CCFFCC;
    max-width: 360px;
    padding: 0 .75rem;
}

.fi-ta-row:has(a) .fi-ta-cell:first-of-type .fi-ta-text-item-label {
    color: blue;
    font-size: 1rem;
}

.fi-ta-row:has(a):hover .fi-ta-cell:first-of-type .fi-ta-text-item-label {
    text-decoration: underline;
}

.fi-ta-filters {
    display: flex !important;
    flex-direction: column-reverse;
}

.fi-header-subheading {
    font-size: .9rem !important;
}

/* Conference Slides panel styling */
.fi-resource-conference-slides .fi-header {
    gap: 4rem;
}

.fi-resource-conference-slides .fi-header-subheading {
    max-width: 100%;
}

.fi-resource-conference-slides thead {
    display: none;
}

.fi-resource-conference-slides .fi-ta-row:has(a) .fi-ta-cell:first-of-type {
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
}

.fi-resource-conference-slides .fi-pagination {
    display: none;
}

.fi-ta-row .fi-ta-cell:first-of-type {
    position: sticky;
    left: 0;
    background-color: #fff;
}

thead tr th:first-of-type {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: rgba(var(--gray-50), 1);
}

.fi-ta-row:not(:has(.fi-ta-cell)) .fi-ta-group-header {
    width: fit-content;
    position: sticky;
    left: 0;
    background-color: transparent;
}

@media (min-width: 640px) {
    .fi-resource-conference-slides .fi-header {
        align-items: flex-start;
    }
}

@media (min-width: 640px) {
    .sm\:first-of-type\:ps-3:first-of-type {
        width: clamp(10px, 10px, 312px);
    }
}

@media screen and (min-width: 1240px) {
    li+[data-group-label="Legacy Commodities"] {
        display: none;
    }
}
