.acf-news-block .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--wp--preset--spacing--medium);
}

.acf-news-block .row .col {
    display: flex;
    flex-direction: column;
    background-color: var(--wp--preset--color--base);
    align-items: stretch;
    justify-content: space-between;
}

.acf-news-block .news-item__image {
    line-height: 0;
    position: relative;
    padding-bottom: 66.67%;
}

.acf-news-block .row .col img {
    object-fit: cover;
    aspect-ratio: 3/2;
    width: 100%;
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
}

.acf-news-block .news-item__content {
    padding: var(--wp--preset--spacing--small);
}

.acf-news-block .news-item__meta {
    font-weight: var(--wp--custom--font-weight--medium);
    color: var(--wp--preset--color--sun-dark);
    font-size: var(--wp--preset--font-size--pill);
}

.acf-news-block h5 {
    font-size: var(--wp--preset--font-size--medium);
    margin: var(--wp--preset--spacing--small) 0;
    line-height: 1.1;
}

.acf-news-block h5 a {
    color: var(--wp--preset--color--hazel-dark);
}

.acf-news-block h5 a:hover {
    text-decoration: underline;
    color: var(--wp--preset--color--hazel-primary);
}

.acf-news-block .news-item__bottom {
    display: flex;
    justify-content: flex-end;
    padding: var(--wp--preset--spacing--small);
}

.acf-news-block .news-item__bottom a,
.acf-news-block-sticky-posts .tab a {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--sun-dark);
    font-weight: var(--wp--custom--font-weight--medium);
}

.acf-news-block .news-item__bottom a:hover {
    color: var(--wp--preset--color--sun-additional);
}

.acf-news-block .news-item__category {
    position: absolute;
    top: var(--wp--preset--spacing--small);
    left: var(--wp--preset--spacing--small);
    color: var(--wp--preset--color--hazel-dark);
    font-size: var(--wp--preset--font-size--pill);
    background: var(--wp--preset--color--sun-primary);
    display: inline-block;
    line-height: normal;
    padding: 0.2em 0.375em;
    font-weight: normal;
    margin-top: 0;
}

.acf-news-block-sticky-posts .container {
    display: flex;
    flex: 1;
}

.acf-news-block-sticky-posts .tab-content {
    position: relative;
    line-height: 0;
    flex-grow: 1;
}

.acf-news-block-sticky-posts .tab-content img {
    object-fit: cover;
    aspect-ratio: 4/3;
    height: 100%;
    width: 100%;
}

.acf-news-block-sticky-posts .tab-content .tab-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--wp--preset--color--hazel-dark-70);
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--wp--preset--spacing--medium);
}

.acf-news-block-sticky-posts .tab-content a.button {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--base);
    font-weight: var(--wp--custom--font-weight--medium);
    background-color: var(--wp--preset--color--sun-dark);
    padding: 0.25em 0.675em;
    text-decoration: none;
    transition: background-color 150ms;
}

.acf-news-block-sticky-posts .tab-content a.button:hover {
    background-color: var(--wp--preset--color--sun-additional);
}

.acf-news-block-sticky-posts .meta {
    display: flex;
    align-items: center;
    gap: var(--wp--preset--spacing--small);
    font-size: var(--wp--preset--font-size--pill);
    font-weight: var(--wp--custom--font-weight--medium);
}

.acf-news-block-sticky-posts .tab-inner h3 {
    font-size: var(--wp--preset--font-size--standout);
    font-family: var(--wp--preset--font-family--secondary);
    color: var(--wp--preset--color--base);
    margin-block-start: var(--wp--preset--spacing--medium);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.acf-news-block-sticky-posts .meta span:first-child {
    background-color: var(--wp--preset--color--sun-primary);
    color: var(--wp--preset--color--hazel-dark);
    padding: 0.2em 0.375em;
}

.acf-news-block-sticky-posts .meta span:last-child {
    color: var(--wp--preset--color--base);
    font-size: var(--wp--preset--font-size--x-small);
}

.acf-news-block-sticky-posts .tab .meta span:first-child {
    text-overflow: ellipsis;
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
}

.acf-news-block-sticky-posts .tab .meta span:last-child {
    color: var(--wp--preset--color--sun-dark);
}

.acf-news-block-sticky-posts .tabs {
    width: 35%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.acf-news-block-sticky-posts .tab {
    cursor: pointer;
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--wp--preset--color--base);
    transition: background-color 150ms;
    border-left: 4px solid var(--wp--preset--color--hazel-light);
}

.acf-news-block-sticky-posts .tab-bottom {
    display: flex;
    justify-content: flex-end;
}

.acf-news-block-sticky-posts .tab h5 {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--hazel-dark);
}

.acf-news-block-sticky-posts .tab:hover {
    background-color: var(--wp--preset--color--sun-dark);
}

.acf-news-block-sticky-posts .active-tab {
    background-color: var(--wp--preset--color--sun-dark);
    border-left: 4px solid var(--wp--preset--color--sun-dark);
}

.acf-news-block-sticky-posts .tab:hover h5,
.acf-news-block-sticky-posts .active-tab h5,
.acf-news-block-sticky-posts .tab:hover .meta span:last-child,
.acf-news-block-sticky-posts .active-tab .meta span:last-child,
.acf-news-block-sticky-posts .tab:hover a,
.acf-news-block-sticky-posts .active-tab a {
    color: var(--wp--preset--color--base);
}