.news-listing-content-wrapper .inner {
    max-width: 1100px;
}

.inner div .inner {
    width: 100%;
}

a.view-all {
    color: #0060A0;
    text-decoration: none;
    transition: all 0.5s ease;
}

a.view-all:hover {
    color: #0060A0;
    text-decoration: underline;
}

.related-posts.stacked-cards .news-card.related-item {
    padding: 0;
    gap: 5px;
    border-bottom: 1px solid #E2E3E5;
    padding-bottom: 14px;
}

.related-posts.stacked-cards .news-card.related-item:last-of-type {
    border-bottom: none !important;
}

.related-posts.square .news-card.related-item {
    padding: 0;
}

.related-posts.square .news-card.related-item:nth-of-type(even):not(.podcast) {
    border-right: 1px solid #E2E3E5;
    padding-right: 14px;
}

.related-posts.square .news-card.related-item.podcast {
    border-top: none;
}

.related-posts.square .news-card.related-item.podcast:nth-of-type(odd) {
    border-right: 1px solid #E2E3E5;
    padding-right: 14px;

}

.hero-wrap.pinned {
    position: relative;
    margin-bottom: 300px;
}

.hero-wrap.pinned .inner {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 300px;
    /* align-items: center; */
}

.hero-wrap.image.pinned .hero-content {
    width: 65%;
    position: absolute;
    padding: 50px 50px 0 0;
}

.hero-wrap.image.pinned .hero-image {
    width: 35%;
    margin-left: auto;
    aspect-ratio: unset;
    margin-top: auto;
}

.hero-wrap.image.pinned .hero-content .pinned-title a {
    color: #35383B;
}

.hero-wrap.image.pinned .hero-content p,
.hero-wrap.image.pinned .hero-content a {
    color: #71777D;
}

.hero-wrap.image.pinned .hero-content .pinned-title {
    font-size: 30px;
    margin: 0 0 10px;
}

.hero-wrap.image.pinned .hero-content img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.hero-wrap.image.pinned .hero-content .pinned-title a {
    font-family: "Source Serif 4", serif;
}


.hero-wrap.image.pinned .hero-content .pinned-title a:hover {
    color: #0060A0;
    text-decoration: underline;
}

.hero-wrap.image.pinned .hero-content p {
    margin: 10px 0;
}

.hero-wrap.image.pinned .hero-content a.post-category {
    color: var(--Neutral-50, #71777D);
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
}

.news-card.related-item {
    width: 32%;
}

.article-photo-gallery .gallery-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-photo-gallery .gallery-item img {
    /* width: 100%; */
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.mobile-gallery-inner {
    display: none;
}

/* impact statements */
.content-wrapper.impact-statements {
    margin-bottom: 50px;
}

.impact-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.impact-table th,
.impact-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #C5C7CA;
    color: var(--Neutral-20, #35383B);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1;
}

.impact-table th {
    background-color: #EFF1F4;
    font-weight: 600;
}

.impact-table a {
    color: #35383B;
    text-decoration: none;
}

.impact-table a:hover {
    color: #0060A0;
    text-decoration: underline;
}
  
