/* ══════════════════════════════════════════════
   NET BLOG FEATURED POSTS — net-blog-featured-posts
   ══════════════════════════════════════════════ */
.net-bfp,
.net-bfp * {
    box-sizing: border-box;
}

.net-bfp {
    width: 100%;
}

.net-bfp__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.net-bfp__inner--full {
    max-width: none !important;
}

.net-bfp__header {
    width: 100%;
}

.net-bfp__label {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.net-bfp__label-mark {
    position: relative;
    display: inline-block;
}

.net-bfp__label-mark::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    transform: translateX(-50%);
}

.net-bfp__title {
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.net-bfp__header[style*="left"] .net-bfp__title {
    margin-left: 0;
    margin-right: auto;
}

.net-bfp__header[style*="right"] .net-bfp__title {
    margin-left: auto;
    margin-right: 0;
}

.net-bfp__content {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.net-bfp__featured-wrap {
    flex: 0 0 610px;
    min-width: 0;
}

.net-bfp__featured {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    isolation: isolate;
    background: #030616;
    min-height: 1px;
}

.net-bfp__featured picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.net-bfp__featured-img,
.net-bfp__post-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.net-bfp__featured-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    --net-bfp-featured-img-scale: 1;
    transition: transform 0.45s ease;
    transform: scale(var(--net-bfp-featured-img-scale));
}

.net-bfp__featured::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.net-bfp__featured:hover .net-bfp__featured-img {
    transform: scale(calc(var(--net-bfp-featured-img-scale) * 1.045));
}

.net-bfp__featured-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.net-bfp__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.net-bfp__meta strong {
    font-weight: inherit;
}

.net-bfp__dash {
    display: inline-block;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.net-bfp__featured-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.net-bfp__list {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    border-left: 1px solid;
    min-width: 0;
}

.net-bfp__post {
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

.net-bfp__post-thumb {
    position: relative;
    display: block;
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    text-decoration: none;
    background: #eef3fb;
}

.net-bfp__post-img {
    --net-bfp-post-img-scale: 1;
    transition: transform 0.4s ease;
    transform: scale(var(--net-bfp-post-img-scale));
}

.net-bfp__post-thumb:hover .net-bfp__post-img {
    transform: scale(calc(var(--net-bfp-post-img-scale) * 1.055));
}

.net-bfp__post-body {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 2px;
}

.net-bfp__post-title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.net-bfp__post-title a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}

.net-bfp__post-title a:hover {
    color: var(--e-global-color-accent, #0054ff);
}

.net-bfp__read-more {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    transition: color .25s ease, transform .25s ease;
}

.net-bfp__read-more:hover {
    transform: translateX(3px);
}

.net-bfp__read-more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.net-bfp__read-more-icon svg,
.net-bfp__read-more-icon i {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    color: currentColor;
}

.net-bfp--animate .net-bfp__reveal {
    opacity: 0;
    transition: opacity .75s ease, transform .75s ease;
    transition-delay: var(--net-bfp-delay, 0ms);
}

.net-bfp--fade-up .net-bfp__reveal {
    transform: translateY(26px);
}

.net-bfp--fade-in .net-bfp__reveal {
    transform: translateY(0);
}

.net-bfp--animate.net-bfp--visible .net-bfp__reveal {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .net-bfp__content {
        flex-direction: column;
    }

    .net-bfp__featured-wrap {
        flex-basis: auto !important;
        width: 100%;
    }

    .net-bfp__list {
        border-left: 0;
        padding-left: 0 !important;
    }

    .net-bfp__title {
        font-size: 36px;
    }

    .net-bfp__post-title {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .net-bfp__title {
        font-size: 30px;
        line-height: 1.18;
    }

    .net-bfp__content {
        gap: 28px;
    }

    .net-bfp--mobile-list-first .net-bfp__list {
        order: 1;
    }

    .net-bfp--mobile-list-first .net-bfp__featured-wrap {
        order: 2;
    }

    .net-bfp--mobile-featured-first .net-bfp__featured-wrap {
        order: 1;
    }

    .net-bfp--mobile-featured-first .net-bfp__list {
        order: 2;
    }


    .net-bfp__featured-img {
        width: 100%;
        height: 100%;
        max-width: none;
    }

    .net-bfp__featured-title {
        font-size: 24px;
    }

    .net-bfp__meta {
        font-size: 14px;
    }

    .net-bfp__post {
        width: 100%;
    }

    .net-bfp--mobile-post-stack .net-bfp__post {
        flex-direction: column;
    }

    .net-bfp--mobile-post-stack .net-bfp__post-thumb {
        flex-basis: auto !important;
        width: 100%;
    }

    .net-bfp--mobile-post-stack .net-bfp__post-body {
        width: 100%;
    }

    .net-bfp--mobile-post-row .net-bfp__post {
        flex-direction: row;
    }

    .net-bfp--mobile-post-row .net-bfp__post-thumb {
        flex-basis: 38% !important;
        width: 38%;
        min-width: 120px;
    }

    .net-bfp__post-title {
        font-size: 20px;
    }
}
