
/* -------------------------------------------------------------------------- */
/* Extracted block styles (thisisspiro/news-resources-grid)
/* Source: css/index.css, css/style.css
/* Generated: 2026-01-16T22:25:54.069Z
/* -------------------------------------------------------------------------- */

.news-resources-grid-section {
    padding-top: 112px;
}
:is(.archive-section-work-items) .archive-section-work-items-img {
    padding-bottom: 54.44%;
    height: 100%;
}
.news-resources-grid-section-list {
    overflow: hidden;
}
.news-resources-grid-section-list ul {
    list-style-type: none;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    width: calc(100% + 24px);
    margin-bottom: -24px;
    transition: 0.2s linear;
}
.news-resources-grid-section-list ul li {
    float: left;
    margin: 0 24px 24px 0;
}
.news-resources-grid-section-list ul li a {
    display: block;
    width: 100%; height: 100%;
    position: relative;
    cursor: none;
}
.news-resources-grid-section-list ul li .archive-section-work-items-img::before {
    content: '';
    width: 100%; height: 100%;
    background: #000;
    opacity: 0.2;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
.news-resources-grid-section-list ul li a:hover .archive-section-work-items-img::before {
    opacity: 0.5;
}
.news-resources-grid-section-list-title {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 2;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--cream);
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.39px;
    padding: 24px;
}
.news-resources-grid-section-list-title .archive-section-work-items-buttons {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.archive-section-work-items ul li a:hover .news-resources-grid-section-list-title .archive-section-work-items-buttons {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 1023px) {
.news-resources-grid-section-list ul {
        list-style-type: none;
        width: 100%;
        margin-bottom: 0;
    }
.news-resources-grid-section-list ul li {
        width: 100% !important;
        margin: 0 0 24px;
    }
.news-resources-grid-section-list ul li:last-child {
        margin-bottom: 0;
    }
.news-resources-grid-section-list ul li a {
        cursor: pointer;
    }
.news-resources-grid-section-list-title {
        font-size: 32px;
    }
}
