html,
body,
#html-body {
    min-height: 100%;
    background: #ffffff !important;
    background-image: none !important;
}

body.gcc-exhibition-view,
body.gcc-exhibition-view .page-wrapper,
body.gcc-exhibition-view #maincontent,
body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view .page.messages,
body.gcc-exhibition-view main.max-w-7xl {
    background: #ffffff !important;
}

body.gcc-exhibition-view.custom_result-bg,
body.gcc-exhibition-view.custom_result-bg .page-wrapper,
body.gcc-exhibition-view.custom_result-bg .page-main,
body.gcc-exhibition-view.custom_result-bg .columns,
body.gcc-exhibition-view.custom_result-bg .column.main,
body.gcc-exhibition-view.custom_result-bg .content,
body.gcc-exhibition-view.custom_result-bg main.max-w-7xl {
    background: #ffffff !important;
    background-image: none !important;
}

body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view main.max-w-7xl {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
}

body.gcc-exhibition-view .search-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.gcc-exhibition-view,
body.gcc-exhibition-view .page-wrapper,
body.gcc-exhibition-view #maincontent,
body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view main.max-w-7xl {
    min-height: 100vh;
}

.exhibition-detail-page {
    background: #ffffff;
    padding: 0 0 72px;
}

.exhibition-detail-page__shell {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px 16px 0;
    background: #ffffff;
}

.exhibition-detail-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 332px;
    gap: 26px;
    align-items: start;
    background: #ffffff;
}

.exhibition-detail-page__layout--solo {
    grid-template-columns: minmax(0, 1fr);
}

.exhibition-detail-page__main {
    min-width: 0;
}

.exhibition-detail-page__hero-card {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(20, 35, 70, 0.05);
}

.exhibition-detail-page__hero-media {
    margin: 0;
    background: #dfe7f1;
}

.exhibition-detail-page__hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.88 / 1;
    object-fit: cover;
}

.exhibition-detail-page__hero-copy {
    padding: 18px 24px 24px;
}

.exhibition-detail-page__title {
    margin: 0;
    color: #1d3c74;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(34px, 2.8vw, 48px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.exhibition-detail-page__meta {
    margin: 12px 0 0;
    color: #5f6877;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.exhibition-detail-page__body {
    max-width: 760px;
    padding: 24px 8px 0;
}

.exhibition-detail-page__lead,
.exhibition-detail-page__paragraph {
    margin: 0 0 18px;
    color: #2c3442;
    font-size: 15px;
    line-height: 1.72;
    font-weight: 400;
}

.exhibition-detail-page__lead {
    color: #222a37;
    font-size: 16px;
}

.exhibition-detail-page__subheading {
    margin: 26px 0 10px;
    color: #212a39;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.exhibition-detail-page__actions {
    margin-top: 32px;
}

.exhibition-detail-page__back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid #d8e1ef;
    border-radius: 999px;
    background: #ffffff;
    color: #1d3c74;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.exhibition-detail-page__back-link:hover {
    border-color: #1d3c74;
    background: #f8fbff;
    color: #1d3c74;
}

.exhibition-detail-page__back-arrow {
    font-size: 16px;
    line-height: 1;
}

.exhibition-related-news {
    position: relative;
    top: 0;
    padding-top: 0;
    align-self: start;
}

.exhibition-related-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
}

.exhibition-related-news__header h2 {
    margin: 0;
    color: #1d3c74;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.exhibition-related-news__see-all {
    color: #1d3c74;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

.exhibition-related-news__see-all:hover {
    text-decoration: none;
}

.exhibition-related-news__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 8px;
}

.exhibition-related-news__card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 100px;
    padding: 8px;
    border: 1px solid #dbe6f6;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.exhibition-related-news__card:not(:last-child) {
    margin-bottom: 16px;
}

.exhibition-related-news__card:hover {
    border-color: #b8cff7;
    box-shadow: 0 8px 18px rgba(18, 38, 63, 0.05);
    transform: translateY(-1px);
}

.exhibition-related-news__thumb {
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f7;
    aspect-ratio: 1 / 1;
}

.exhibition-related-news__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exhibition-related-news__content {
    min-width: 0;
    align-self: center;
    padding-right: 4px;
}

.exhibition-related-news__date {
    margin: 0 0 4px;
    color: #697382;
    font-size: 11px;
    line-height: 1.35;
}

.exhibition-related-news__title {
    margin: 0;
    color: #1d3c74;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.exhibition-detail-page__newsletter {
    padding: 64px 0 0;
}

.exhibition-detail-page__newsletter-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .exhibition-detail-page__layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
    }

    .exhibition-related-news__card {
        grid-template-columns: 72px minmax(0, 1fr);
    }
}

@media (max-width: 1023px) {
    .exhibition-detail-page__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .exhibition-detail-page__body {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .exhibition-related-news {
        position: static;
        padding-top: 0;
    }

    .exhibition-related-news__list {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .exhibition-related-news__card {
        grid-template-columns: 84px minmax(0, 1fr);
    }
}

@media (max-width: 639px) {
    .exhibition-detail-page {
        padding-bottom: 56px;
    }

    .exhibition-detail-page__shell {
        padding-top: 18px;
    }

    .exhibition-detail-page__hero-copy {
        padding: 16px 18px 22px;
    }

    .exhibition-detail-page__title {
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.12;
    }

    .exhibition-detail-page__meta {
        font-size: 13px;
    }

    .exhibition-detail-page__body {
        padding-top: 18px;
    }

    .exhibition-detail-page__lead,
    .exhibition-detail-page__paragraph {
        font-size: 15px;
        line-height: 1.72;
    }

    .exhibition-detail-page__subheading {
        margin-top: 22px;
        font-size: 17px;
    }

    .exhibition-related-news__header {
        margin-bottom: 14px;
    }

    .exhibition-related-news__list {
        grid-template-columns: minmax(0, 1fr);
    }

    .exhibition-related-news__card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .exhibition-detail-page__newsletter {
        padding-top: 48px;
    }
}

/* Exhibition.zip UI merge: exhibition detail styles */
html,
body,
#html-body {
    min-height: 100%;
    background: #ffffff !important;
    background-image: none !important;
}

body.gcc-exhibition-view,
body.gcc-exhibition-view .page-wrapper,
body.gcc-exhibition-view #maincontent,
body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view .page.messages,
body.gcc-exhibition-view main.max-w-7xl {
    background: #ffffff !important;
}

body.gcc-exhibition-view.custom_result-bg,
body.gcc-exhibition-view.custom_result-bg .page-wrapper,
body.gcc-exhibition-view.custom_result-bg .page-main,
body.gcc-exhibition-view.custom_result-bg .columns,
body.gcc-exhibition-view.custom_result-bg .column.main,
body.gcc-exhibition-view.custom_result-bg .content,
body.gcc-exhibition-view.custom_result-bg main.max-w-7xl {
    background: #ffffff !important;
    background-image: none !important;
}

body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view main.max-w-7xl {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
}

body.gcc-exhibition-view .search-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.gcc-exhibition-view,
body.gcc-exhibition-view .page-wrapper,
body.gcc-exhibition-view #maincontent,
body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view main.max-w-7xl {
    min-height: 100vh;
}

.exhibition-detail-page {
    background: #ffffff;
    padding: 0 0 72px;
}

.exhibition-detail-page__shell {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px 16px 0;
    background: #ffffff;
}

.exhibition-detail-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 332px;
    gap: 26px;
    align-items: start;
    background: #ffffff;
}

.exhibition-detail-page__layout--solo {
    grid-template-columns: minmax(0, 1fr);
}

.exhibition-detail-page__main {
    min-width: 0;
}

.exhibition-detail-page__hero-card {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(20, 35, 70, 0.05);
}

.exhibition-detail-page__hero-media {
    margin: 0;
    background: #dfe7f1;
}

.exhibition-detail-page__hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.88 / 1;
    object-fit: cover;
}

.exhibition-detail-page__hero-copy {
    padding: 18px 24px 24px;
}

.exhibition-detail-page__title {
    margin: 0;
    color: #1d3c74;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(34px, 2.8vw, 48px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.exhibition-detail-page__meta {
    margin: 12px 0 0;
    color: #5f6877;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.exhibition-detail-page__body {
    max-width: 760px;
    padding: 24px 8px 0;
}

.exhibition-detail-page__lead,
.exhibition-detail-page__paragraph {
    margin: 0 0 18px;
    color: #2c3442;
    font-size: 15px;
    line-height: 1.72;
    font-weight: 400;
}

.exhibition-detail-page__lead {
    color: #222a37;
    font-size: 16px;
}

.exhibition-detail-page__subheading {
    margin: 26px 0 10px;
    color: #212a39;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.exhibition-detail-page__actions {
    margin-top: 32px;
}

.exhibition-detail-page__back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid #d8e1ef;
    border-radius: 999px;
    background: #ffffff;
    color: #1d3c74;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.exhibition-detail-page__back-link:hover {
    border-color: #1d3c74;
    background: #f8fbff;
    color: #1d3c74;
}

.exhibition-detail-page__back-arrow {
    font-size: 16px;
    line-height: 1;
}

.exhibition-related-news {
    position: relative;
    top: 0;
    padding-top: 0;
    align-self: start;
}

.exhibition-related-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
}

.exhibition-related-news__header h2 {
    margin: 0;
    color: #1d3c74;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.exhibition-related-news__see-all {
    color: #1d3c74;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

.exhibition-related-news__see-all:hover {
    text-decoration: none;
}

.exhibition-related-news__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 8px;
}

.exhibition-related-news__card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 100px;
    padding: 8px;
    border: 1px solid #dbe6f6;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.exhibition-related-news__card:not(:last-child) {
    margin-bottom: 16px;
}

.exhibition-related-news__card:hover {
    border-color: #b8cff7;
    box-shadow: 0 8px 18px rgba(18, 38, 63, 0.05);
    transform: translateY(-1px);
}

.exhibition-related-news__thumb {
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f7;
    aspect-ratio: 1 / 1;
}

.exhibition-related-news__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exhibition-related-news__content {
    min-width: 0;
    align-self: center;
    padding-right: 4px;
}

.exhibition-related-news__date {
    margin: 0 0 4px;
    color: #697382;
    font-size: 11px;
    line-height: 1.35;
}

.exhibition-related-news__title {
    margin: 0;
    color: #1d3c74;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.exhibition-detail-page__newsletter {
    padding: 64px 0 0;
}

.exhibition-detail-page__newsletter-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .exhibition-detail-page__layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
    }

    .exhibition-related-news__card {
        grid-template-columns: 72px minmax(0, 1fr);
    }
}

@media (max-width: 1023px) {
    .exhibition-detail-page__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .exhibition-detail-page__body {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .exhibition-related-news {
        position: static;
        padding-top: 0;
    }

    .exhibition-related-news__list {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .exhibition-related-news__card {
        grid-template-columns: 84px minmax(0, 1fr);
    }
}

@media (max-width: 639px) {
    .exhibition-detail-page {
        padding-bottom: 56px;
    }

    .exhibition-detail-page__shell {
        padding-top: 18px;
    }

    .exhibition-detail-page__hero-copy {
        padding: 16px 18px 22px;
    }
}
@media (min-width: 640px) and (max-width: 1023px) {
    .exhibition-related-news .exhibition-related-news__header {
        margin-bottom: 20px;
    }

    .exhibition-detail-page__meta {
        font-size: 13px;
    }

    .exhibition-detail-page__body {
        padding-top: 18px;
    }

    .exhibition-detail-page__lead,
    .exhibition-detail-page__paragraph {
        font-size: 15px;
        line-height: 1.72;
    }

    .exhibition-detail-page__subheading {
        margin-top: 22px;
        font-size: 17px;
    }

    .exhibition-related-news__header {
        margin-bottom: 14px;
    }

    .exhibition-related-news__list {
        grid-template-columns: minmax(0, 1fr);
    }

    .exhibition-related-news__card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .exhibition-detail-page__newsletter {
        padding-top: 48px;
    }
}

/* Exhibition.zip UI merge: exhibition detail styles */
html,
body,
#html-body {
    min-height: 100%;
    background: #ffffff !important;
    background-image: none !important;
}

body.gcc-exhibition-view,
body.gcc-exhibition-view .page-wrapper,
body.gcc-exhibition-view #maincontent,
body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view .page.messages,
body.gcc-exhibition-view main.max-w-7xl {
    background: #ffffff !important;
}

body.gcc-exhibition-view.custom_result-bg,
body.gcc-exhibition-view.custom_result-bg .page-wrapper,
body.gcc-exhibition-view.custom_result-bg .page-main,
body.gcc-exhibition-view.custom_result-bg .columns,
body.gcc-exhibition-view.custom_result-bg .column.main,
body.gcc-exhibition-view.custom_result-bg .content,
body.gcc-exhibition-view.custom_result-bg main.max-w-7xl {
    background: #ffffff !important;
    background-image: none !important;
}

body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view main.max-w-7xl {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
}

body.gcc-exhibition-view .search-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.gcc-exhibition-view,
body.gcc-exhibition-view .page-wrapper,
body.gcc-exhibition-view #maincontent,
body.gcc-exhibition-view .page-main,
body.gcc-exhibition-view .columns,
body.gcc-exhibition-view .column.main,
body.gcc-exhibition-view .content,
body.gcc-exhibition-view main.max-w-7xl {
    min-height: 100vh;
}

.exhibition-detail-page {
    background: #ffffff;
    padding: 0 0 72px;
}

.exhibition-detail-page__shell {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px 16px 0;
    background: #ffffff;
}

.exhibition-detail-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 332px;
    gap: 26px;
    align-items: start;
    background: #ffffff;
}

.exhibition-detail-page__layout--solo {
    grid-template-columns: minmax(0, 1fr);
}

.exhibition-detail-page__main {
    min-width: 0;
}

.exhibition-detail-page__hero-card {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(20, 35, 70, 0.05);
}

.exhibition-detail-page__hero-media {
    margin: 0;
    background: #dfe7f1;
}

.exhibition-detail-page__hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.88 / 1;
    object-fit: cover;
}

.exhibition-detail-page__hero-copy {
    padding: 18px 24px 24px;
}

.exhibition-detail-page__title {
    margin: 0;
    color: #1d3c74;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(34px, 2.8vw, 48px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.exhibition-detail-page__meta {
    margin: 12px 0 0;
    color: #5f6877;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.exhibition-detail-page__body {
    max-width: 760px;
    padding: 24px 8px 0;
}

.exhibition-detail-page__lead,
.exhibition-detail-page__paragraph {
    margin: 0 0 18px;
    color: #2c3442;
    font-size: 15px;
    line-height: 1.72;
    font-weight: 400;
}

.exhibition-detail-page__lead {
    color: #222a37;
    font-size: 16px;
}

.exhibition-detail-page__subheading {
    margin: 26px 0 10px;
    color: #212a39;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.exhibition-detail-page__actions {
    margin-top: 32px;
}

.exhibition-detail-page__back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid #d8e1ef;
    border-radius: 999px;
    background: #ffffff;
    color: #1d3c74;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.exhibition-detail-page__back-link:hover {
    border-color: #1d3c74;
    background: #f8fbff;
    color: #1d3c74;
}

.exhibition-detail-page__back-arrow {
    font-size: 16px;
    line-height: 1;
}

.exhibition-related-news {
    position: relative;
    top: 0;
    padding-top: 0;
    align-self: start;
}

.exhibition-related-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
}

.exhibition-related-news__header h2 {
    margin: 0;
    color: #1d3c74;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.exhibition-related-news__see-all {
    color: #1d3c74;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

.exhibition-related-news__see-all:hover {
    text-decoration: none;
}

.exhibition-related-news__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 8px;
}

.exhibition-related-news__card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 100px;
    padding: 8px;
    border: 1px solid #dbe6f6;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.exhibition-related-news__card:not(:last-child) {
    margin-bottom: 16px;
}

.exhibition-related-news__card:hover {
    border-color: #b8cff7;
    box-shadow: 0 8px 18px rgba(18, 38, 63, 0.05);
    transform: translateY(-1px);
}

.exhibition-related-news__thumb {
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f7;
    aspect-ratio: 1 / 1;
}

.exhibition-related-news__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exhibition-related-news__content {
    min-width: 0;
    align-self: center;
    padding-right: 4px;
}

.exhibition-related-news__date {
    margin: 0 0 4px;
    color: #697382;
    font-size: 11px;
    line-height: 1.35;
}

.exhibition-related-news__title {
    margin: 0;
    color: #1d3c74;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.exhibition-detail-page__newsletter {
    padding: 64px 0 0;
}

.exhibition-detail-page__newsletter-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .exhibition-detail-page__layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
    }

    .exhibition-related-news__card {
        grid-template-columns: 72px minmax(0, 1fr);
    }
}

@media (max-width: 1023px) {
    .exhibition-detail-page__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .exhibition-detail-page__body {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .exhibition-related-news {
        position: static;
        padding-top: 0;
    }

    .exhibition-related-news__list {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .exhibition-related-news__card {
        grid-template-columns: 84px minmax(0, 1fr);
    }
}

@media (max-width: 639px) {
    .exhibition-detail-page {
        padding-bottom: 56px;
    }

    .exhibition-detail-page__shell {
        padding-top: 18px;
    }

    .exhibition-detail-page__hero-copy {
        padding: 16px 18px 22px;
    }

    .exhibition-detail-page__title {
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.12;
    }

    .exhibition-detail-page__meta {
        font-size: 13px;
    }

    .exhibition-detail-page__body {
        padding-top: 18px;
    }

    .exhibition-detail-page__lead,
    .exhibition-detail-page__paragraph {
        font-size: 15px;
        line-height: 1.72;
    }

    .exhibition-detail-page__subheading {
        margin-top: 22px;
        font-size: 17px;
    }

    .exhibition-related-news__header {
        margin-bottom: 14px;
    }

    .exhibition-related-news__list {
        grid-template-columns: minmax(0, 1fr);
    }

    .exhibition-related-news__card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .exhibition-detail-page__newsletter {
        padding-top: 48px;
    }
}

.exhibition-detail-page a:hover,
.exhibition-detail-page a:focus,
.exhibition-detail-page a:active {
    text-decoration: none;
}

.exhibition-detail-page__meta-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 12px 0 0;
}

.exhibition-detail-page__date {
    margin: 0;
    color: #3f4958;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.exhibition-detail-page__meta-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    color: #1a3764;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.exhibition-detail-page__meta-link:hover,
.exhibition-detail-page__meta-link:focus {
    text-decoration: underline;
}
