/* Leikurinn 1.5.1 — clean, club-first discovery strip. */
.v151-team-strip {
    gap: 0;
    margin-left: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 42px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 42px), transparent 100%);
}

.v151-team-strip::-webkit-scrollbar { display: none; }

.v151-team-strip a {
    min-height: 48px;
    flex: 0 0 auto;
    gap: 8px;
    border: 0;
    border-right: 1px solid #e1e6e0;
    border-radius: 0;
    background: transparent;
    padding: 0 14px;
    color: #25332b;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: -.01em;
}

.v151-team-strip a:first-child { padding-left: 4px; }
.v151-team-strip a:last-child { border-right: 0; padding-right: 42px; }
.v151-team-strip a:hover { background: transparent; color: #08783d; }

.v151-team-strip img {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    object-fit: contain;
}

.v151-team-strip span { white-space: nowrap; }

@media (max-width: 640px) {
    .v151-team-strip a { min-height: 44px; padding: 0 11px; }
    .v151-team-strip a:first-child { padding-left: 0; }
    .v151-team-strip img { width: 23px; height: 23px; flex-basis: 23px; }
}
