/**
 * @file
 * Styles for Views
*/
/*=== TEASER ===*/
.exhibition-teaser .exhibition-hero{
    margin-top: 0;
    margin-bottom: 0;
}
.exhibition-teaser .exhibition-hero h3{
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}
.exhibition-teaser .exhibition-hero h3 span{
    display: block;
}
/*=== RSS Tags ===*/
.exhibition-resource-flex-tag-container{
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}
ul.flex-tag-list{
    display: flex;
    list-style: none;
    padding-inline-start: 0;
    margin-top: 0;
    margin-bottom: 0;
}
ul.flex-tag-list li{
}
ul.flex-tag-list li:not(:last-child):after{
    content: ",";
    padding-right: 0.35rem;
}
/*=== SPECIFIC TO VIEW ===*/
/* Exhibitions on View */
