/* Vaarmarkt Samenwerkingspartners Beta v1.0.0-beta2 */

.vm-sp-beta {
    --vm-sp-muted: #4b5563;
    --vm-sp-border: #e5dfd8;
    width: 100%;
    color: var(--vm-sp-muted);
    background: transparent;
}

.vm-sp-beta,
.vm-sp-beta * {
    box-sizing: border-box;
}

.vm-sp-beta__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 18px 0 20px;
}

.vm-sp-beta__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.vm-sp-beta__label {
    flex: 0 0 auto;
    margin: 0;
    color: #536779;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vm-sp-beta__rule {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--vm-sp-border);
}

.vm-sp-beta__logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    column-gap: 38px;
}

.vm-sp-beta__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 58px;
    padding: 4px 10px;
}

.vm-sp-beta__logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 40px;
    object-fit: contain;
    opacity: .88;
    filter: saturate(.92);
}

.vm-sp-beta__logo--nautic-network {
    max-height: 42px;
}

.vm-sp-beta__logo--hiswa-te-water {
    max-height: 34px;
}

.vm-sp-beta__logo--boottesten {
    max-height: 31px;
}

.vm-sp-beta__logo--varen-magazine {
    max-height: 43px;
}

.vm-sp-beta__logo--de-havengids {
    max-height: 30px;
}

@media (max-width: 767px) {
    .vm-sp-beta__inner {
        padding: 16px 16px 18px;
    }

    .vm-sp-beta__head {
        gap: 12px;
        margin-bottom: 9px;
    }

    .vm-sp-beta__label {
        font-size: 10px;
        letter-spacing: .10em;
    }

    .vm-sp-beta__logos {
        display: flex;
        gap: 22px;
        width: 100%;
        overflow-x: auto;
        padding: 2px 0 4px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .vm-sp-beta__logos::-webkit-scrollbar {
        display: none;
    }

    .vm-sp-beta__logo-wrap {
        flex: 0 0 126px;
        height: 52px;
        padding: 4px 6px;
        scroll-snap-align: start;
    }

    .vm-sp-beta__logo {
        max-height: 34px;
    }

    .vm-sp-beta__logo--hiswa-te-water,
    .vm-sp-beta__logo--boottesten,
    .vm-sp-beta__logo--de-havengids {
        max-height: 27px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .vm-sp-beta__inner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .vm-sp-beta__logos {
        column-gap: 22px;
    }
}
