.bio-news-convention-2026-videos {
    margin: 0 auto;
    padding: 28px;
    border-radius: 24px;
    background: #fbf9f9;
}

.bio-news-convention-2026-videos__shell {
    display: grid;
    gap: 24px;
}

.bio-news-convention-2026-videos__header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bio-news-convention-2026-videos__header::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: rgba(64, 60, 166, 0.16);
}

.bio-news-convention-2026-videos__title {
    margin: 0;
    color: #2f2a6c;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bio-news-convention-2026-videos__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.bio-news-convention-2026-videos__grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.bio-news-convention-2026-videos__grid--duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bio-news-convention-2026-videos__card {
    min-width: 0;
}

.bio-news-convention-2026-videos__card-title {
    margin: 0 0 12px;
    color: #322d76;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.bio-news-convention-2026-videos__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: #f5f3f3;
}

.bio-news-convention-2026-videos__embed,
.bio-news-convention-2026-videos__embed .bio-news-lazy-video,
.bio-news-convention-2026-videos__embed .bio-news-lazy-video__trigger,
.bio-news-convention-2026-videos__embed .bio-news-lazy-video__poster,
.bio-news-convention-2026-videos__embed .bio-news-lazy-video__iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.bio-news-convention-2026-videos__embed .bio-news-lazy-video__trigger {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.bio-news-convention-2026-videos__embed .bio-news-lazy-video__poster {
    object-fit: cover;
}

.bio-news-convention-2026-videos__embed .bio-news-lazy-video__iframe {
    border: 0;
}

@media (max-width: 900px) {
    .bio-news-convention-2026-videos__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bio-news-convention-2026-videos {
        padding: 18px;
        border-radius: 18px;
    }
}
