.underfund-vd-wrap {
    position: relative;
}

.underfund-vd-fade {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 20px;
    width: 60px;
    background: linear-gradient(to right, transparent, #faf7f4);
    pointer-events: none;
    z-index: 1;
}

.underfund-vd-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: #924257 #e4dcd4;
}

.underfund-vd-row::-webkit-scrollbar {
    height: 3px;
}

.underfund-vd-row::-webkit-scrollbar-track {
    background: #e4dcd4;
    border-radius: 2px;
}

.underfund-vd-row::-webkit-scrollbar-thumb {
    background: #924257;
    border-radius: 2px;
}

.underfund-vd-item {
    flex: 0 0 240px;
    width: 240px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.underfund-vd-tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 50px;
    font-weight: 500;
    background: #f0dde4;
    color: #6b2318;
    align-self: flex-start;
}

.underfund-vd-titel {
    font-size: 13px;
    font-weight: 500;
    color: #2a1a1f;
    line-height: 1.4;
}

.underfund-vd-beskrivelse {
    font-size: 12px;
    color: #9a8f8a;
    line-height: 1.6;
}

.underfund-vd-nav {
    display: flex;
    gap: 8px;
    margin-top: 0.75rem;
}

.underfund-vd-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #924257;
    background: #faf7f4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.underfund-vd-btn:hover { background: #f0dde4; border-color: #924257; }

.underfund-vd-btn svg {
    width: 22px;
    height: 22px;
    stroke: #924257;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .underfund-vd-item { flex: 0 0 200px; width: 200px; }
    .underfund-vd-beskrivelse { display: none; }
    .underfund-vd-nav { display: none; }
}
