.elementor-widget-bio_news_convention_module,
.elementor-widget-bio_news_convention_module {
    display: block;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.elementor-widget-bio_news_convention_module > .elementor-widget-container,
.bio-news-convention-module {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.bio-news-convention-module {
    box-sizing: border-box;
    padding-inline: var(--bio-news-convention-gutter, 24px);
    margin: 0;
    padding-block: 0;
    background: transparent;
    border-radius: 24px;
}

.bio-news-convention-module__shell {
    width: 100% !important;
    max-width: none !important;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    grid-template-areas:
        "content media"
        "footer footer";
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 18px 48px rgba(31, 35, 84, 0.12);
}

.bio-news-convention-module__content {
    grid-area: content;
    padding: 56px 56px 62px;
    color: #ffffff;
    background: linear-gradient(180deg, #028586 0%, #185D7E 44%, #313077 100%) !important;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 0;
}

.bio-news-convention-module__eyebrow {
    display: none;
}

.bio-news-convention-module__title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.08;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.bio-news-convention-module__description {
    max-width: 85%;
    margin: 0 0 36px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.5;
    font-weight: 400;
    overflow-wrap: anywhere;
}

.bio-news-convention-module__countdown-wrap {
    margin-bottom: 34px;
}

.bio-news-convention-module__countdown-label {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.bio-news-convention-module__countdown {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.bio-news-convention-module__countdown-item {
    min-width: 70px;
    padding: 11px 14px 10px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(56, 122, 147, 0.34), rgba(34, 92, 122, 0.18));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    text-align: center;
    backdrop-filter: blur(3px);
}

.bio-news-convention-module__countdown-value {
    display: block;
    color: #ffffff;
    font-size: clamp(1.7rem, 2.2vw, 2.35rem);
    line-height: 1;
    font-weight: 700;
}

.bio-news-convention-module__countdown-unit {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bio-news-convention-module__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 32px;
    border-radius: 8px;
    background: #ffffff;
    color: #2b2a79 !important;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bio-news-convention-module__cta:hover,
.bio-news-convention-module__cta:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(13, 26, 72, 0.18);
}

.bio-news-convention-module__cta--mobile {
    display: none;
}

.bio-news-convention-module__media {
    grid-area: media;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #08121b;
    overflow: hidden;
}

.bio-news-convention-module__media-static,
.bio-news-convention-module__video-frame,
.bio-news-convention-module__video-embed,
.bio-news-convention-module__video-embed .bio-news-lazy-video,
.bio-news-convention-module__video-embed .bio-news-lazy-video__trigger,
.bio-news-convention-module__video-embed .bio-news-lazy-video__poster,
.bio-news-convention-module__video-embed .bio-news-lazy-video__iframe,
.bio-news-convention-module__media-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.bio-news-convention-module__media-static,
.bio-news-convention-module__video-frame {
    overflow: hidden;
}

.bio-news-convention-module__video-embed,
.bio-news-convention-module__video-embed .bio-news-lazy-video,
.bio-news-convention-module__video-embed .bio-news-lazy-video__trigger,
.bio-news-convention-module__video-embed .bio-news-lazy-video__poster,
.bio-news-convention-module__video-embed .bio-news-lazy-video__iframe {
    overflow: hidden;
}

.bio-news-convention-module__video-frame iframe,
.bio-news-convention-module__video-embed {
    border: 0;
    min-height: 100%;
}

.bio-news-convention-module__media img,
.bio-news-convention-module__video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bio-news-convention-module__media-image {
    object-fit: cover;
    object-position: center center;
    max-width: none;
}

.bio-news-convention-module__media-placeholder {
    width: 100%;
    height: 100%;
    min-height: 410px;
    background:
        linear-gradient(180deg, rgba(7, 13, 24, 0.88), rgba(5, 11, 21, 0.96)),
        linear-gradient(90deg, rgba(31, 154, 224, 0.2) 1px, transparent 1px),
        linear-gradient(rgba(31, 154, 224, 0.12) 1px, transparent 1px);
    background-size: auto, 54px 54px, 54px 54px;
}

.bio-news-convention-module__media-caption {
    display: none;
}

.bio-news-convention-module__footer {
    grid-area: footer;
    display: none;
}

.bio-news-convention-module.is-expired .bio-news-convention-module__countdown-label {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .bio-news-convention-module__shell {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "media"
            "footer";
    }

    .bio-news-convention-module__media {
        height: auto;
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    .elementor-widget-bio_news_convention_module,
    .elementor-widget-bio_news_convention_module {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .bio-news-convention-module {
        padding-inline: 0;
        padding-block: 0;
        border-radius: 18px;
    }

    .bio-news-convention-module__shell {
        border-radius: 16px;
    }

    .bio-news-convention-module__content {
        padding: 28px 20px 20px;
    }

    .bio-news-convention-module__title {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: clamp(1.8rem, 7.8vw, 2.45rem);
        line-height: 1.3;
    }

    .bio-news-convention-module__description {
        max-width: 100%;
        margin-bottom: 26px;
        font-size: 1rem;
        line-height: 1.55;
    }

    .bio-news-convention-module__countdown-wrap {
        margin-bottom: 0;
    }

    .bio-news-convention-module__countdown-label {
        margin-bottom: 14px;
    }

    .bio-news-convention-module__countdown {
        gap: 14px;
        justify-content: flex-start;
    }

    .bio-news-convention-module__countdown-item {
        min-width: 86px;
        flex: 0 1 86px;
        padding: 12px 10px 10px;
    }

    .bio-news-convention-module__countdown-value {
        font-size: 2.1rem;
    }

    .bio-news-convention-module__countdown-unit {
        margin-top: 6px;
    }

    .bio-news-convention-module__cta--desktop {
        display: none;
    }

    .bio-news-convention-module__footer {
        display: flex;
        justify-content: center;
        padding: 14px 22px 22px;
        background: #4840a4;
    }

    .bio-news-convention-module__cta--mobile {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    .bio-news-convention-module__media {
        height: auto;
        min-height: 280px;
    }
}
