/* ============================================================
   EdEx 2026 — Page-scoped styles
   All rules here are scoped so they do not affect other pages.
   ============================================================ */

/* ── Sponsors / Organizer / Collaborators panel ── */
.edex26-partners {
    margin-top: 14px;
    padding: 12px 10px 10px;
    width: 100%;
    min-width: 0;
}

/* Sponsors row — centered */
.edex26-sponsors {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.edex26-sponsors h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0B1C48;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.edex26-sponsors .edex26-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.edex26-sponsors .edex26-logos img {
    max-height: 90px;
    max-width: 110px;
    object-fit: contain;
}

.edex26-sponsors .edex26-logos .edex26-sponsor-cometa {
    max-width: 120px;
}

.edex26-sponsors .edex26-logos .edex26-sponsor-isf {
    max-width: 140px;
    max-height: 126px;
}

/* Organizer + Collaborators — two columns */
.edex26-org-collab {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.edex26-organizer {
    flex: 0 0 18%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.edex26-collaborators {
    flex: 0 0 calc(72% - 20px);
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.edex26-organizer h3,
.edex26-collaborators h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0B1C48;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.edex26-organizer .edex26-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
}

.edex26-organizer .edex26-logos img {
    max-height: 84px;
    max-width: 140px;
    object-fit: contain;
}

/* Collaborators carousel */
.edex26-collaborators .carousel-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.edex26-collab-carousel,
.edex26-collaborators .owl-stage-outer,
.edex26-collaborators .owl-stage {
    width: 100%;
    min-width: 0;
}

.edex26-collab-carousel .owl-item {
    display: flex;
    align-items: center;
}

.edex26-collab-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    padding: 6px 10px;
    box-sizing: border-box;
}

.edex26-collab-carousel .item .edex26-collab-logo {
    max-height: 50px;
    max-width: 100%;
    width: auto;
    display: block;
    object-fit: contain;
}

.edex26-collab-carousel .item .edex26-collab-logo--square {
    max-height: 72px;
    max-width: 72px;
}

.edex26-collaborators .owl-nav {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    width: 100%;
}

.edex26-collaborators .owl-nav button.owl-prev,
.edex26-collaborators .owl-nav button.owl-next {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid #d4dae7;
    background: #ffffff;
    color: #0B1C48;
    font-size: 11px;
    line-height: 1;
    padding: 0;
}

.edex26-collaborators .owl-nav button.owl-prev:hover,
.edex26-collaborators .owl-nav button.owl-next:hover {
    background: #0B1C48;
    color: #ffffff;
}

.edex26-collaborators .owl-nav button.disabled {
    opacity: 0.45;
}

/* Divider between sponsors and org/collab rows */
.edex26-partners-divider {
    border: none;
    border-top: 1px solid #e0e4ef;
    margin: 0 0 18px;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
    .edex26-org-collab {
        flex-direction: column;
    }
    .edex26-organizer,
    .edex26-collaborators {
        flex: 1 1 auto;
        width: 100%;
    }
    .edex26-partners {
        padding: 16px 4px 6px;
    }
}
