.slick-slide:hover {
    cursor: pointer;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
}

.slick-current:hover {
    cursor: unset;
}

span.wpcf7-list-item {
    width: 100%;
    margin: 0.5rem 0;
}

@media (min-width: 992px) {

    span.wpcf7-list-item {
        width: 50%;
    }
}

span.wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 1rem;
}

span.wpcf7-acceptance > span.wpcf7-list-item {
    width: 100%;
}

span.wpcf7-acceptance > span.wpcf7-list-item > label > input {
    margin-top: 0;
}

.naplabel {
    max-width: 100px;
    display: block;
    margin-bottom: 1rem;
}

.naplabel-small {
    max-height: 20px;
    margin-left: 10px;
}

.nav-overflow{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

