.vnwp-widget {
    --vnwp-accent-color: #e42f3f;
    --vnwp-heading-color: #14212b;
    --vnwp-title-color: #17232c;
    --vnwp-body-color: #62717b;
    --vnwp-line-color: #d9e0e4;
    --vnwp-card-background: #ffffff;
    --vnwp-ad-background: #07121b;
    --vnwp-ad-button-color: #ed2739;
    --vnwp-columns-gap: 18px;
    --vnwp-image-radius: 0px;
    color: var(--vnwp-body-color);
    font-family: inherit;
    width: 100%;
}

.vnwp-shell {
    background: var(--vnwp-card-background);
    border: 1px solid var(--vnwp-line-color);
    overflow: hidden;
}

.vnwp-topline {
    align-items: center;
    border-top: 3px solid var(--vnwp-accent-color);
    display: flex;
    justify-content: space-between;
    min-height: 30px;
    padding: 0 8px 0 0;
}

.vnwp-section-label {
    background: var(--vnwp-heading-color);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    padding: 6px 12px;
}

.vnwp-topline-arrow {
    color: var(--vnwp-accent-color);
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.vnwp-layout {
    display: grid;
    gap: var(--vnwp-columns-gap);
    grid-template-columns: minmax(0, 1.28fr) minmax(220px, .9fr) minmax(190px, .7fr);
    padding: 0 10px 10px;
}

.vnwp-feature {
    border-right: 1px solid var(--vnwp-line-color);
    min-width: 0;
    padding-right: var(--vnwp-columns-gap);
}

.vnwp-feature-image,
.vnwp-secondary-image {
    background: linear-gradient(135deg, #ccd9df, #82949d);
    display: block;
    overflow: hidden;
}

.vnwp-feature-image {
    aspect-ratio: 1.95 / 1;
}

.vnwp-feature-image img,
.vnwp-secondary-image img,
.vnwp-ad-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.vnwp-feature-image img,
.vnwp-secondary-image img {
    border-radius: var(--vnwp-image-radius);
}

.vnwp-feature-content {
    padding: 9px 0 1px;
}

.vnwp-category {
    color: var(--vnwp-accent-color);
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.vnwp-main-title,
.vnwp-secondary-title {
    margin: 0;
}

.vnwp-main-title {
    color: var(--vnwp-title-color);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.04;
}

.vnwp-main-title a,
.vnwp-secondary-title {
    color: inherit;
    text-decoration: none;
}

.vnwp-main-title a:hover,
.vnwp-secondary-title:hover {
    color: var(--vnwp-accent-color);
}

.vnwp-excerpt {
    font-size: 12px;
    line-height: 1.35;
    margin: 6px 0 9px;
}

.vnwp-meta {
    align-items: center;
    color: var(--vnwp-body-color);
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    gap: 6px;
    line-height: 1.3;
}

.vnwp-comment-count {
    margin-left: auto;
    white-space: nowrap;
}

.vnwp-secondary-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 0;
}

.vnwp-secondary {
    border-bottom: 1px solid var(--vnwp-line-color);
    display: grid;
    gap: 9px;
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 72px;
    padding-bottom: 9px;
}

.vnwp-secondary:last-child {
    border-bottom: 0;
}

.vnwp-secondary-image {
    aspect-ratio: 1.55 / 1;
    height: 64px;
}

.vnwp-secondary-title {
    color: var(--vnwp-title-color);
    display: block;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.15;
}

.vnwp-secondary-content .vnwp-meta {
    margin-top: 7px;
}

.vnwp-secondary-content .vnwp-comment-count {
    margin-left: 0;
}

.vnwp-ad {
    align-items: stretch;
    background: var(--vnwp-ad-background);
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.vnwp-ad-image {
    height: 92px;
    opacity: .9;
}

.vnwp-ad-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px;
}

.vnwp-ad-brand {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
    margin-bottom: 18px;
}

.vnwp-ad-brand::first-letter {
    color: var(--vnwp-accent-color);
}

.vnwp-ad h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.05;
    margin: 0 0 7px;
}

.vnwp-ad p {
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
}

.vnwp-ad-features {
    list-style: none;
    margin: auto 0 15px;
    padding: 18px 0 0;
}

.vnwp-ad-features li {
    align-items: center;
    color: rgba(255, 255, 255, .85);
    display: flex;
    font-size: 11px;
    gap: 7px;
    margin: 6px 0;
}

.vnwp-ad-features li span {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    display: inline-flex;
    font-size: 9px;
    height: 16px;
    justify-content: center;
    width: 16px;
}

.vnwp-ad-button {
    background: var(--vnwp-ad-button-color);
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
}

.vnwp-ad-button:hover {
    color: #fff;
    filter: brightness(1.12);
}

.vnwp-image-placeholder {
    align-items: center;
    background: linear-gradient(135deg, #b8c7ce, #64747b);
    color: rgba(255, 255, 255, .9);
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    width: 100%;
}

.vnwp-empty {
    background: #f2f5f6;
    border: 1px dashed #aab8bf;
    color: #52616a;
    font-size: 13px;
    padding: 22px;
    text-align: center;
}

@media (max-width: 1024px) {
    .vnwp-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr);
    }

    .vnwp-ad {
        grid-column: 1 / -1;
        min-height: 170px;
    }

    .vnwp-ad-inner {
        display: grid;
        gap: 10px 16px;
        grid-template-columns: 1fr 1.2fr auto;
    }

    .vnwp-ad-brand {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .vnwp-ad-features {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 680px) {
    .vnwp-layout {
        display: flex;
        flex-direction: column;
    }

    .vnwp-feature {
        border-bottom: 1px solid var(--vnwp-line-color);
        border-right: 0;
        padding: 0 0 14px;
    }

    .vnwp-main-title {
        font-size: 24px;
    }

    .vnwp-secondary {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .vnwp-secondary-image {
        height: 72px;
    }

    .vnwp-ad {
        min-height: 250px;
    }

    .vnwp-ad-inner {
        display: flex;
    }

    .vnwp-ad-brand {
        margin-bottom: 10px;
    }

    .vnwp-ad-features {
        margin: auto 0 15px;
        padding-top: 14px;
    }
}