.eo-neve-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.eo-organizer-container {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
}

.eo-profile-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 30px;
    position: sticky;
    top: 100px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.org-logo {
    display: block;
    max-width: 175px;
    height: auto;
    margin: 0 auto 20px auto;
    border-radius: 8px; /* Optioneel: voor subtiele ronde hoeken */
    object-fit: contain;
}
.eo-profile-card h1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.org-bio {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-primary {
    display: block;
    background: #2563eb;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.events-header h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

@media (max-width: 992px) {
    .eo-organizer-container {
        grid-template-columns: 1fr;
    }
    .eo-profile-card {
        position: relative;
        top: 0;
    }
}

.entry-content, .nv-content-wrap {
    padding: 0 !important;
}


.org-bio ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
    margin: 10px 0 !important;
}

.org-bio li {
    display: list-item !important;
    margin-bottom: 5px !important;
}
