.cms-exhibition-year-heading {
    margin: 1.5rem 0 .75rem;
    font-size: 1.3rem;
    font-weight: bold;
}
.cms-exhibition-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}
.cms-exhibition-tile {
    display: block;
    width: 220px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e2e5ea;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.cms-exhibition-cover {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}
.cms-exhibition-meta {
    padding: .6rem .75rem;
    font-size: .9rem;
    font-weight: 600;
}

.cms-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
}
.cms-gallery-item {
    display: block;
    width: 240px;
    height: 170px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e5ea;
}
.cms-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-form-message {
    display: none;
    padding: .75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: .95rem;
}
.cms-form-message-ok {
    background: #e6f6ea;
    color: #1e8e3e;
    border: 1px solid #b7e3c1;
}
.cms-form-message-error {
    background: #fdecea;
    color: #b3261e;
    border: 1px solid #f5c2bd;
}
.cms-page-banner {
    width: 100%;
    line-height: 0;
}
.cms-page-banner img,
.cms-page-banner video {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.cms-honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
