

/* Start:/local/components/bits/halving.list/templates/.default/style.css?1648840886991*/
.halving-table tr{
    cursor: pointer;
    position: relative;
}

.halving-table tr:hover td{
    background-color: rgba(254,201,64,.5);
}

.halving-table td > .row-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    color: inherit;
}

.halving-table {
    width: 100%;
    margin-top: 30px;
    overflow-x: scroll;
    min-width: 325px;
    border-spacing: 0;
}

.halving-table tr th {
    border-bottom: 1px solid #ddd;
}

.halving-table tr>* {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 720px) {
    .halving-table thead {
        display: none;
    }

    .halving-table tr {
        display: block;
        margin-bottom: 25px;
    }

    .halving-table td {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    .halving-table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
    }
}

/* End */
/* /local/components/bits/halving.list/templates/.default/style.css?1648840886991 */
