.vzc-category-header.vzc-whats_new-header {
    margin-top: 48px;
    row-gap: 16px;
}

.vzc-whats-new-card-container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.vzc-headline-card {
    display: flex;
    flex-direction: row;
    border-radius: var(--vzc-border-radius-small);
    border: 1px solid var(--vzc-color-gray1);
    overflow: hidden;
}

.vzc-headline-card:hover {
    text-decoration: none !important;
    background-color: var(--vzc-bg-color-hover);
    border-color: var(--vzc-border-hover-color);
}

.vzc-headline-card:active {
    background-color: var(--vzc-bg-color-active);
}

.vzc-headline-card:focus {
    text-decoration: none !important;
}

.vzc-headline-card .vzc-healine-card-left img {
    width: 100%;
    height: 100%;
}

.vzc-headline-card .vzc-healine-card-left,
.vzc-headline-card .vzc-healine-card-right {
    width: 50%;
    max-height: 348px;
}

.vzc-headline-card .vzc-healine-card-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 24px;
}

.vzc-headline-card .vzc-headline-card-body {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.vzc-headline-card .vzc-headline-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.vzc-headline-card .vzc-headline-card-footer-link {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
}

.vzc-headline-card .vzc-headline-card-body .vzc-display-1 {
    font-weight: 450;
}

.vzc-subscribe-container {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    .vzc-headline-card {
        flex-direction: column;
    }

    .vzc-headline-card .vzc-healine-card-left {
        height: 348px;
        width: 100%;
    }

    .vzc-headline-card .vzc-healine-card-right {
        min-height: unset;
        width: 100%;
    }

    .vzc-headline-card .vzc-headline-card-body {
        margin-bottom: 16px;
    }

}

.vzc-whats-new-see-more-container {
    justify-items: center;
}

.vzc-whats-new-pagination-container .pagination {
    float: right;
}

.vzc-navigation-arrow-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    color: var(--vzc-elements-primary);
}