.Collection_containerInfo__gTAgM{
    padding: 36px;
}
.ResourceList_containerControls__BcdPy{
    margin-bottom: 6px;
}

.ResourceList_lst__xTZ6N{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 6px;
    gap: 6px;
}

.ResourceList_lst__xTZ6N > li{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.ResourceList_lst__xTZ6N > li.ResourceList_tall__8a10e{
    grid-row: span 2;
    aspect-ratio: auto; /* override square shape if needed */;
}

.ResourceList_lst__xTZ6N > li > a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--layer-2);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.ResourceList_containerBtnMore__C4Cw_{
    position: absolute;
    top: 6px;
    right: 6px;
}

.ResourceList_containerTags__ex_ug{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    left: 6px;
}

.ResourceList_tag__AqnFE{
    display: flex;
    height: 24px;
    padding: 0 12px 0 12px;
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
    border-radius: 2px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    white-space: nowrap;
    align-items: center;
}

@media screen and (max-width: 600px){
    .ResourceList_lst__xTZ6N{
        grid-template-columns: 1fr 1fr;
    }
}
.ImageCollage_background__iBxtT{
    width: 100%;
    height: 100%;
    background-color: var(--layer-2);
    border-radius: 2px;
    overflow: hidden;
}

.ImageCollage_containerImgs__J9yaU{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.ImageCollage_containerImgs__J9yaU.ImageCollage_loaded__jfpNq{
    opacity: 1;
}

.ImageCollage_containerImgs__J9yaU > .ImageCollage_wide__RnrsE{
    grid-column: span 2;
}

.ImageCollage_containerImgs__J9yaU > .ImageCollage_tall__WRz_X{
    grid-row: span 2;
}

.ImageCollage_containerImgs__J9yaU img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.TextOverlay_overlay__i2WLa{
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.TextOverlay_label__uoSrw{
    font-family: var(--condensed);
    font-size: 24px;
    color: var(--white);
    text-shadow: 0 0 30px #000000;
    text-align: center;
}

.TextOverlay_sublabel__kJ1Pk{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    text-shadow: 0 0 20px #000000;
}
.MicroCopy_microCopy__fqHZ1{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    margin-bottom: 12px;
}
.SatusIcon_icon__9oIkZ{
    display: inline-flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--azure);
    border-radius: 2px;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    align-items: center;
}
