.gov-page-heading {
    margin-bottom: 3rem;
}

.gov-page-heading time,
.gov-page-heading span {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.article-hero img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.page-content section > *:first-child {
    margin-top: 0;
}

.page-content section > *:last-child {
    margin-bottom: 0;
}

.page-content .gov-gallery,
.page-content .page-attachments {
    margin-top: 2rem;
}

.page-content .rteright {
    text-align: right;
}

.gov-gallery gov-grid-item {
    min-height: 10rem;
}

.gov-gallery__link,
.gov-gallery__picture {
    /*display: block;*/
    height: 100%;
}

.gov-gallery__picture img {
    object-fit: cover;
    aspect-ratio: 1;
}

.gov-gallery__link {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    height: 100%;
}

.gov-gallery__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gov-gallery__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 55%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}
