
.visuallyhidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.tx-mpmteamdata .filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.tx-mpmteamdata .filter-items div {
    cursor: pointer;
    padding: 6px 6px 5px;
    text-transform: uppercase;
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
    line-height: 1;
    transition: all 0.1s ease-in-out;
    font-size: 14px;
}

.tx-mpmteamdata .filter-items div:hover,
.tx-mpmteamdata .filter-items div.active {
    background-color: #004c98;
    color: #fff;
    border-color: #004c98;
}

@media (max-width: 767px) {
    .tx-mpmteamdata .filter-items {
        gap: 10px;
        margin-bottom: 10px;
    }
}