.wp-block-vista-newsroom-hero .full-width-card {
    background: #F5F5F7;
    padding: 10rem 0 6.5rem;
    position: relative;
}
.wp-block-vista-newsroom-hero .full-width-card .header-part h1 {
    font-size: 7rem;
    line-height: 140%;
    font-size: clamp(4rem, 4.3vw + 1rem, 8.8rem);
    line-height: clamp(4.4rem, 4.8vw + 1rem, 9.2rem);
    font-weight: 300;
    margin-bottom: 4.6rem;
    text-align: center;
}
.wp-block-vista-newsroom-hero .full-width-card .featured-tag {
    font-size: 1.8rem;
    line-height: 2.8rem;   
    font-weight: 600;
    color: #7F7F8D;
    margin-bottom: 1.4rem;
}
.wp-block-vista-newsroom-hero .full-width-card .card {
    flex-direction: row;
    border-radius: 2.5rem;
    box-shadow: none;
    border: none;
    overflow: hidden;
}
.wp-block-vista-newsroom-hero .full-width-card .card .card-img-wrapper {
    position: relative;
    max-width: 44.44%;
    border-radius: 2.5rem 0 0 2.5rem;
    flex: 1;
}
.wp-block-vista-newsroom-hero .full-width-card .card .card-img-wrapper.loading {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-vista-newsroom-hero .full-width-card .card .card-img-wrapper.loading:after {
    content: 'Loading image...';
    color: #666;
    font-size: 1.4rem;
}
.wp-block-vista-newsroom-hero .full-width-card .card .card-img-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wp-block-vista-newsroom-hero .full-width-card .card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper {
    padding: 5rem 5.6rem 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 52.55%;
    row-gap: 0;
}
.wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper .category-text,
.wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper .publish-date {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-size: clamp(1.4rem, 1.5vw + 1rem, 1.6rem);
    line-height: clamp(2.2rem, 2.6vw + 1rem, 2.5rem);
    font-weight: 400;
    color: #7F7F8D;
    text-transform: capitalize;
}
.wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-size: clamp(2.6rem, 2.5vw + 1rem, 3.8rem);
    line-height: clamp(3.4rem, 3.3vw + 1rem, 4.1rem);
    font-weight: 500;
    margin: 2.5rem 0;
}
@media (max-width: 992px) {
    .wp-block-vista-newsroom-hero .full-width-card {
        padding: 4.8rem 0 3.2rem;
    }
    .wp-block-vista-newsroom-hero .full-width-card .header-part h1 {
        margin-bottom: 3.2rem;
    }
    .wp-block-vista-newsroom-hero .full-width-card .featured-tag {
        margin-bottom: 1.6rem;
        text-align: center;
    }
    .wp-block-vista-newsroom-hero .full-width-card .card {
        flex-direction: column;
    }
    .wp-block-vista-newsroom-hero .full-width-card .card img {
        border-radius: 2.5rem 2.5rem 0 0;
    }
    .wp-block-vista-newsroom-hero .full-width-card .card .card-img-wrapper,
    .wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper {
        max-width: 100%;
    }
    .wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper {
        padding: 3.2rem;
    }
    .wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper .category-text,
    .wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper .publish-date {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .wp-block-vista-newsroom-hero .full-width-card .card .resource-text-wrapper h2 {
        margin: 1.6rem 0;
    }
}

/* Newsroom Wrapper - Full width background */
.wp-block-vista-newsroom-wrapper {
    background: #F5F5F7;
    padding: 4rem 0 10rem;
}
.wp-block-vista-newsroom-wrapper .row.align-items-center {
    margin-bottom: 3rem;
}
.wp-block-vista-newsroom-wrapper form .input-group .input-group-text {
    padding: 1rem;
    padding-right: 0;
    background-color: #fff;
    border: none;
    border-radius: 1rem;
    color: #1A1A35;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-size: clamp(2.5rem, 1.5vw + 1rem, 2.8rem);
    line-height: clamp(2.5rem, 2.6vw + 1rem, 2.8rem);
}
.wp-block-vista-newsroom-wrapper form .input-group input {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-size: clamp(1.6rem, 1.5vw + 1rem, 1.8rem);
    line-height: clamp(2.5rem, 2.6vw + 1rem, 2.8rem);
    color: #1A1A35;
    border: none;
    border-radius: 1rem;
    height: 5.9rem;
    padding: 1rem;
    margin-left: 0 !important;
}
.wp-block-vista-newsroom-wrapper form .input-group input::placeholder {
    color: #1A1A35;
    opacity: 1;
    font-size: 1.6rem;
}
.wp-block-vista-newsroom-wrapper form .input-group input::-ms-input-placeholder {
    color: #1A1A35;
    font-size: 1.6rem;
}
.wp-block-vista-newsroom-wrapper .filter-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 1rem;
}
.wp-block-vista-newsroom-wrapper .filter-categories .filter-label {
    display: block;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-size: clamp(1.6rem, 1.5vw + 1rem, 1.8rem);
    line-height: clamp(2.5rem, 2.6vw + 1rem, 2.8rem);
    text-transform: uppercase;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.wp-block-vista-newsroom-wrapper .filter-categories .filter-label:hover {
    cursor: pointer;
    background: #EBF0F2;
}
.wp-block-vista-newsroom-wrapper .filter-categories .filter-input {
    position: absolute;
    display: flex;
    z-index: 1;
    opacity: 0;
}
.wp-block-vista-newsroom-wrapper .filter-categories .filter-input:checked+label {
    background-color: #6357EA;
    box-shadow: none;
    color: #fff;
}
.wp-block-vista-newsroom-wrapper .filter-wrap {
    padding: 4.5rem 0 0;
    row-gap: 4.8rem;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .filter-item {
    display: flex;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper {
    background-color: #fff;
    border-radius: 2.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .full-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .full-card-link:hover {
    color: inherit;
    text-decoration: none;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .img-container {
    overflow: hidden;
    height: 8.5rem;
    position: relative;
    border-radius: 2.5rem 2.5rem 0 0;
    background: #FAFAFA;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .img-container img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    max-height: 100%;
    cursor: pointer;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .img-container .placeholder-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    color: #666;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
    min-height: 8.5rem;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .text-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    row-gap: 0.9rem;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .text-container .text-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .grid-card-text {
    padding: 2.2rem 3rem 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.9rem;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .grid-card-text .grid-category-text,
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .grid-publish-date {
    color: #7F7F8D;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-size: clamp(1.4rem, 1.5vw + 1rem, 1.6rem);
    line-height: clamp(2.2rem, 2.6vw + 1rem, 2.5rem);
    font-weight: 400;
    text-transform: capitalize;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .grid-publish-date {
    padding: 0 3rem 2.8rem;
}
.wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .grid-card-text h2 { 
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-size: clamp(2rem, 1.9vw + 1rem, 2.2rem);
    line-height: clamp(2.6rem, 2.6vw + 1rem, 2.7rem);
    font-weight: 500;
    margin-bottom: 0;
}
.wp-block-vista-newsroom-wrapper .filtered-inclusive .filter-item,
.wp-block-vista-newsroom-wrapper .filtered-exclusive .filter-item {
    display: none;
}
.wp-block-vista-newsroom-wrapper .filtered-inclusive .filter-item.selected,
.wp-block-vista-newsroom-wrapper .filtered-exclusive .filter-item:not(.selected) {
    display: flex;
}

@media (max-width: 767px) {
    .wp-block-vista-newsroom-wrapper {
        background: #F5F5F7;
        padding: 1.6rem 0 4.8rem;
    }
    .wp-block-vista-newsroom-wrapper .filter-categories-wrapper {
        margin-top: 2.4rem;
    }
    .wp-block-vista-newsroom-wrapper form .input-group .input-group-text {
        padding-left: 1.6rem;
    }
    .wp-block-vista-newsroom-wrapper .filter-categories-wrapper .filter-categories {
        flex-direction: column;
        gap: 2.4rem;
        text-align: center;
    }
    .wp-block-vista-newsroom-wrapper .filter-categories-wrapper .filter-label {
        background: none;
        padding: 0;
    }
    .wp-block-vista-newsroom-wrapper .filter-categories .filter-input:checked + label {
        background-color: transparent;
        box-shadow: none;
        color: #6357EA;
        font-weight: 600;
    }
    .wp-block-vista-newsroom-wrapper .filter-wrap {
        padding: 0;
        row-gap: 2rem;
    }
    .wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .grid-card-text .grid-category-text,
    .wp-block-vista-newsroom-wrapper .filter-wrap .grid-card-wrapper .grid-publish-date {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

/* Media Kit Section */
.media-kit-connect.wp-block-vista-newsroom-media-kit {
    background-image: var(--bg-image-url), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(99, 87, 234, 0.12) 100%);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding: 6rem 0 18rem;
    margin-top: 6.6rem;
    position: relative;
}
.media-kit-connect.wp-block-vista-newsroom-media-kit .media-kit-heading {
    font-size: 4.8rem;
    line-height: 5.4rem;
    font-size: clamp(4rem, 4.3vw + 1rem, 6rem);
    line-height: clamp(4.4rem, 4.8vw + 1rem, 6.6rem);
    font-weight: 300;
    text-align: center;
}
.media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.4rem;
    gap: 4.5rem;
}
.media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes .contact-card {
    max-width: 26rem;
    max-width: clamp(26rem, 50vw, 30rem);
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-size: clamp(1.6rem, 1.9vw + 1rem, 2.2rem);
    line-height: clamp(2.3rem, 2.6vw + 1rem, 2.7rem);
    text-align: center;
}
.media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes .contact-card a {
    color: #6357EA;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    display: inline;
    font-size: inherit;
    font-weight: normal;
}
.media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes .contact-card a:hover {
    color: #4a3fc2;
}
.media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes .contact-card p {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    opacity: 1;
}
.media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes .contact-card-separator {
    width: 0.3rem;
    height: 3.3rem;
    background-color: #E2E2E8;
    border-radius: 0.4rem;
}
@media (max-width: 767px) {
    .media-kit-connect.wp-block-vista-newsroom-media-kit {
        padding: 0 0 8rem;
        margin-top: 6rem;
        min-height: auto;
        background-size: 100%;
    }
    .media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes {
        margin-top: 3.2rem;
        gap: 1.7rem;
        flex-direction: column;
    }
    .media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes .contact-card {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }
    .media-kit-connect.wp-block-vista-newsroom-media-kit .contact-boxes .contact-card-separator {
        transform: rotate(90deg);
    }
}

/* Placeholder Image Styles */
.wp-block-vista-newsroom-wrapper .more-news-resource {
    margin-top: 4.8rem;
}
.wp-block-vista-newsroom-wrapper .vista-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

