.jlc-feature-table-widget .table-wrapper {
    overflow-x: auto;
}

.jlc-feature-table-widget .table-wrapper table {
    width: 100%;
    min-width: 50rem;
    border-collapse: collapse;
    border: 0;
    margin: 0;
    table-layout: fixed;
}

.jlc-feature-table-widget .table-wrapper table * {
    vertical-align: middle;
}

.jlc-feature-table-widget .table-wrapper table caption {
    text-align: left;
    padding: 0 0 1rem 0;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    border: 0;
    line-height: 1.3;
}

.jlc-feature-table-widget .table-wrapper table th,
.jlc-feature-table-widget .table-wrapper table td {
    padding: 0.75rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.3;
    border: 0;
}

.jlc-feature-table-widget .table-wrapper table tr th:first-child,
.jlc-feature-table-widget .table-wrapper table tr td:first-child{
  padding-left: 0;
}

.jlc-feature-table-widget .table-wrapper table tr th:last-child,
.jlc-feature-table-widget .table-wrapper table tr td:last-child{
  padding-right: 0;
}

.jlc-feature-table-widget .table-wrapper table tr:hover {
    background-color: #ffffff;
}

.jlc-feature-table-widget .table-wrapper table th {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--e-global-color-accent, #a6292e);
    border-block-start: 0 !important;
}

.jlc-feature-table-widget .table-wrapper table td[colspan] {
    vertical-align: middle;
}

.jlc-feature-table-widget .table-wrapper table thead tr {
    border-bottom: 2px solid #919090;
}

.jlc-feature-table-widget .table-wrapper table tbody tr {
    border-bottom: 1px solid #919090 ;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background-color: transparent;
}

.jlc-feature-table-widget .jlc-feature-table__download {
    margin: 1.5rem 0 0 0;
}

.jlc-feature-table-widget .jlc-feature-table__download a {
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size:1rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.1s ease-in;
}

.jlc-feature-table-widget .jlc-feature-table__download a:hover {
    color: var(--e-global-color-691e47d, #7C1E22);
}

.jlc-feature-table-widget .jlc-feature-table__download svg {
    height: 1rem;
    width: 1rem;
    position: relative;
    top: -0.125rem;
}