.item-xl {
    font-size: 90px;
    font-weight: 700;
    cursor: default;
}
.item-l {
    font-size: 35px;
    font-weight: 700;
    cursor: default;
}
.item-m {
    font-size: 20px;
    font-weight: 700;
    cursor: default;
    white-space: nowrap;
}

.temp-fractions {
    margin-left: -38px;
    cursor: default;
}

.table tr:last-of-type td {
    --bs-border-width: 0;
}

.card {
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .item-xl {
        font-size: 70px;
    }
    .item-l {
        font-size: 25px;
    }
    .item-m {
        font-size: 17px;
    }

    .temp-fractions {
        margin-left: -29px;
    }
}
