
/* ============================================================
   TIPNIX - GANZE PUNKTE
   ============================================================ */

input[data-whole-points="1"] {
    font-variant-numeric: tabular-nums;
}

.tnx-whole-points-hint {
    margin-top: 5px;

    color: #858b94;

    font-size: 11px;
    line-height: 1.35;
}

.tnx-whole-points-invalid {
    border-color: #b42318 !important;

    box-shadow:
        0 0 0 3px
        rgba(
            180,
            35,
            24,
            .08
        ) !important;
}
