.info-tip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.35rem;
    border-radius: 50%;
    background-color: rgba(108, 117, 125, 0.18);
    color: #6c757d;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    cursor: help;
    vertical-align: middle;
}

.info-tip:hover {
    background-color: rgba(108, 117, 125, 0.32);
}

.pagination {
    flex-wrap: wrap;
    row-gap: 0.5rem;
}
