.section-banner {
    margin-bottom: 0;
}

.section-markets_table {
    padding-top: 0;
    overflow: inherit;
}

.search-container {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
    margin-right: auto;
    margin-left: auto;
}

.search-container input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    outline: none;
    border: none;
    border-bottom: 1px solid #F0F0F0;
    padding: 24px 32px;
    box-sizing: border-box;
}

.search-container input::placeholder {
    color: #8C8C8C;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.search-icon {
    position: absolute;
    right: calc(32px + 64px);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.table-container {
    max-width: 1312px;
    margin: 0 auto;
    margin-top: 40px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #8d8d8d transparent;
}

table {
    width: 100%;
}

table,
th,
td {
    border: 1px solid #F0F0F0;
}

tr:nth-child(even):not(.section-header-row, .gmt-row, thead tr) {
    background: #FAFAFA;
}

th,
td {
    font-size: 14px;
    padding: 16px 24px;
    text-align: left;
    text-wrap: nowrap;
}

td:first-child {
    color: var(--black);
    font-weight: 700;
}

th {
    color: var(--black);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    border: none;
}

.section-header {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    padding: 24px;
    text-align: left;
    border: none;
}

.gmt {
    color: var(--black);
    font-weight: 500 !important;
    font-style: italic;
    text-align: left;
    border: none;
}

.section-header-row,
.gmt-row {
    position: relative;
    border: 1px solid #F0F0F0;
}

.section-header-row:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: 8px;
    background-color: #8DC63F;
}

.no-results {
    text-align: center;
    margin: 64px;
    font-size: 18px;
}

@media (max-width: 1440px) {
    .table-container {
        max-width: 1440px;
        padding: 0 64px;
        margin: inherit;
        margin-top: 40px;
    }
}

@media (max-width: 1024px) {
    .search-container {
        top: 65px;
        padding-right: 0;
        padding-left: 0;
    }

    .search-icon {
        right: 32px;
    }

    .table-container {
        padding: 0 32px;
        margin-top: 56px;
    }
}

@media (max-width: 640px) {
    .search-container {
        top: 56px;
    }

    .table-container {
        padding: 0 24px;
        margin-top: 48px;
    }
}