@media (max-width: 1139px) {
  .page-banner.messe-detail-banner {
    position: relative;
    width: 100%;
    padding: 120px 20px 40px;
  }
  .page-banner.messe-detail-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.messe-detail-banner .content .text .back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(246, 246, 246, 0.85);
    text-decoration: none;
    margin-bottom: 18px;
  }
  .page-banner.messe-detail-banner .content .text .back-link i {
    font-size: 11px;
  }
  .page-banner.messe-detail-banner .content .text .date-pill {
    display: inline-block;
    border: 1px solid rgba(246, 246, 246, 0.5);
    color: rgb(246, 246, 246);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
  }
  .page-banner.messe-detail-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  .page-banner.messe-detail-banner .content .text .quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button.secondary {
    background: rgba(20, 20, 20, 0.35);
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.6);
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button i {
    font-size: 12px;
  }
  .messe-detail-content {
    background: rgb(246, 246, 246);
  }
  .messe-detail-content .content {
    padding: 32px 20px 64px;
  }
  .messe-detail-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 32px;
    color: #1F1F1F;
    margin-bottom: 20px;
  }
  .messe-detail-hero {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0, 20, 40, 0.12);
    margin-bottom: 28px;
  }
  .messe-detail-hero img {
    display: block;
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .messe-detail-desc {
    margin-bottom: 32px;
  }
  .messe-detail-desc p {
    font-size: 15px;
    line-height: 1.7;
    color: #1F1F1F;
    opacity: 0.85;
  }
  .detail-card-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
  }
  .detail-card {
    background: rgba(211, 211, 211, 0.16);
    border: 1px solid rgba(31, 31, 31, 0.06);
    border-radius: 14px;
    padding: 24px 20px;
  }
  .detail-card .detail-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .detail-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 19px;
    color: #1F1F1F;
    margin-bottom: 10px;
  }
  .detail-card .detail-lines {
    font-size: 14.5px;
    line-height: 1.7;
    color: #1F1F1F;
    opacity: 0.85;
  }
  .detail-card .detail-empty {
    font-size: 14px;
    color: #1F1F1F;
    opacity: 0.6;
  }
  .detail-card .detail-note {
    font-size: 13px;
    color: #1F1F1F;
    opacity: 0.55;
    margin-top: 12px;
  }
  .messe-detail-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0, 20, 40, 0.1);
  }
  .messe-detail-map iframe {
    display: block;
    width: 100%;
    height: 260px;
    border: 0;
  }
}
@media only screen and (min-width: 1140px) {
  .page-banner.messe-detail-banner {
    position: relative;
    width: 100%;
  }
  .page-banner.messe-detail-banner .content {
    max-width: 1460px;
    margin-inline: auto;
    padding: 160px 35px 60px;
  }
  .page-banner.messe-detail-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.messe-detail-banner .content .text .back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(246, 246, 246, 0.85);
    text-decoration: none;
    margin-bottom: 24px;
    transition: opacity 0.2s ease;
  }
  .page-banner.messe-detail-banner .content .text .back-link:hover, .page-banner.messe-detail-banner .content .text .back-link:focus-visible {
    opacity: 0.75;
  }
  .page-banner.messe-detail-banner .content .text .back-link i {
    font-size: 12px;
  }
  .page-banner.messe-detail-banner .content .text .date-pill {
    display: inline-block;
    border: 1px solid rgba(246, 246, 246, 0.5);
    color: rgb(246, 246, 246);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .page-banner.messe-detail-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 58px;
    margin-bottom: 28px;
  }
  .page-banner.messe-detail-banner .content .text .quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
    transition: opacity 0.25s ease;
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button:hover, .page-banner.messe-detail-banner .content .text .quicklinks .button:focus-visible {
    opacity: 0.85;
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button.secondary {
    background: rgba(20, 20, 20, 0.35);
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.5);
  }
  .page-banner.messe-detail-banner .content .text .quicklinks .button i {
    font-size: 13px;
  }
  .messe-detail-content {
    background: rgb(246, 246, 246);
  }
  .messe-detail-content .content {
    padding: 64px 35px 110px;
    max-width: 1460px;
    margin-inline: auto;
  }
  .messe-detail-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 46px;
    color: #1F1F1F;
    margin-bottom: 32px;
  }
  .messe-detail-hero {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(0, 20, 40, 0.14);
    margin-bottom: 48px;
  }
  .messe-detail-hero img {
    display: block;
    width: 100%;
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .messe-detail-desc {
    max-width: 780px;
    margin-bottom: 48px;
  }
  .messe-detail-desc p {
    font-size: 17px;
    line-height: 1.75;
    color: #1F1F1F;
    opacity: 0.85;
  }
  .detail-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }
  .detail-card {
    background: rgba(211, 211, 211, 0.16);
    border: 1px solid rgba(31, 31, 31, 0.06);
    border-radius: 16px;
    padding: 32px 30px;
  }
  .detail-card .detail-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .detail-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 22px;
    color: #1F1F1F;
    margin-bottom: 12px;
  }
  .detail-card .detail-lines {
    font-size: 15.5px;
    line-height: 1.75;
    color: #1F1F1F;
    opacity: 0.85;
  }
  .detail-card .detail-empty {
    font-size: 15px;
    color: #1F1F1F;
    opacity: 0.6;
  }
  .detail-card .detail-note {
    font-size: 13.5px;
    color: #1F1F1F;
    opacity: 0.55;
    margin-top: 14px;
  }
  .messe-detail-map {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 20, 40, 0.12);
  }
  .messe-detail-map iframe {
    display: block;
    width: 100%;
    height: 440px;
    border: 0;
  }
}/*# sourceMappingURL=messe-detail.css.map */