/* Teamlid single: buttons onder de profielfoto + sticky fotokolom (2026-07-15). */
.team-experience-single .experience-image {
    align-self: flex-start;
    position: sticky;
    /* de site-header is zelf sticky; JS meet de echte hoogte per school (--omo-header-offset) */
    top: calc(var(--omo-header-offset, 166px) + 24px);
}

.team-experience-single .experience-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.team-experience-single .experience-buttons .btn {
    margin: 0;
}

@media (max-width: 767.98px) {
    .team-experience-single .experience-image {
        position: static;
    }
}
