body.event-detail-modern-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(197, 156, 90, .13), transparent 34rem),
    linear-gradient(180deg, #fffdf8 0%, #f6f2ea 58%, #eef2f5 100%);
  color: #10233f;
}

.event-detail-section {
  padding: 34px 0 82px;
}

.event-detail-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.event-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.event-poster-card,
.event-content-card {
  position: relative;
  border: 1px solid rgba(9, 38, 79, .15);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(255,252,246,.94));
  box-shadow: 0 24px 58px rgba(9, 38, 79, .12);
  overflow: hidden;
}

.event-poster-card::before,
.event-content-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7c2a2f, #c59c5a, #09264f);
}

.event-poster-card {
  padding: 18px;
}

.event-poster-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px 0 14px;
  border-bottom: 1px solid rgba(9, 38, 79, .12);
}

.event-poster-heading span,
.event-title-row span,
.media-mini-card span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(9, 38, 79, .14);
  border-radius: 50%;
  background: #eef4fb;
  color: #09264f;
  font-size: 19px;
}

.event-poster-heading strong {
  color: #09264f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.event-poster-frame {
  padding: 12px;
  border: 1px solid rgba(197, 156, 90, .35);
  border-radius: 7px;
  background: #fffdfa;
  box-shadow: inset 0 0 0 1px rgba(9, 38, 79, .05);
}

.event-poster-frame img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border: 1px solid rgba(9, 38, 79, .12);
  border-radius: 5px;
  background: #fff;
}

.event-poster-open {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: #7c2a2f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.event-poster-open:hover {
  color: #09264f;
}

.event-poster-empty {
  display: grid;
  min-height: 320px;
  place-items: center;
  border: 1px dashed rgba(9, 38, 79, .2);
  border-radius: 6px;
  color: #657184;
  font-weight: 800;
}

.event-poster-rule,
.event-card-rule {
  width: 76%;
  height: 3px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, #09264f, #c59c5a, transparent);
}

.event-content-card {
  padding: clamp(26px, 4vw, 48px);
}

.event-title-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.event-title-row h1 {
  margin: 0;
  color: #09264f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: 0;
}

.event-institution {
  margin: 0 0 16px;
  padding: 16px 18px;
  border: 1px solid rgba(197, 156, 90, .34);
  border-left: 4px solid #7c2a2f;
  border-radius: 5px;
  background: rgba(250, 245, 235, .72);
  color: #09264f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.event-meta-item,
.event-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 15px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.event-meta-item {
  gap: 12px;
  border: 1px solid rgba(9, 38, 79, .14);
  background: rgba(255,255,255,.85);
  color: #657184;
}

.event-meta-item i {
  color: #09264f;
}

.event-action {
  gap: 10px;
  border: 1px solid #09264f;
  background: #09264f;
  color: #fff;
  box-shadow: 0 13px 26px rgba(9, 38, 79, .18);
}

.event-action:hover {
  color: #fff;
  background: #7c2a2f;
  border-color: #7c2a2f;
  transform: translateY(-1px);
}

.event-info-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(9, 38, 79, .14);
}

.event-info-block {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 26px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(9, 38, 79, .14);
}

.event-info-block h2 {
  margin: 0;
  color: #09264f;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.event-info-block p,
.event-info-block li {
  color: #657184;
  font-size: 17px;
  line-height: 1.72;
}

.event-info-block p {
  margin: 0;
}

.event-info-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-info-block li {
  position: relative;
  padding-left: 20px;
}

.event-info-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: #c59c5a;
  box-shadow: 0 0 0 1px rgba(124, 42, 47, .35);
}

.event-support-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.event-support-list li {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 13px 10px 28px;
  border: 1px solid rgba(9, 38, 79, .12);
  border-radius: 6px;
  background: rgba(255,255,255,.72);
  color: #4d5b70;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.event-support-list li::before {
  left: 12px;
  top: 50%;
  margin-top: -4px;
}

.event-description {
  margin-top: 26px;
  padding: 24px 26px;
  border: 1px solid rgba(197, 156, 90, .28);
  border-radius: 7px;
  background: rgba(250, 245, 235, .52);
}

.event-description p {
  margin: 0 0 14px;
  color: #4d5b70;
  font-size: 17px;
  line-height: 1.78;
  text-align: justify;
}

.event-description p:last-child {
  margin-bottom: 0;
}

.event-media-panel {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(9, 38, 79, .14);
}

.event-media-panel h2 {
  margin: 0 0 16px;
  color: #09264f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 650;
  letter-spacing: 0;
}

.event-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.media-mini-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  min-height: 160px;
  padding: 18px;
  border: 1px solid rgba(9, 38, 79, .14);
  border-radius: 7px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(9, 38, 79, .08);
}

.media-mini-card h3 {
  margin: 0 0 8px;
  color: #09264f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.media-mini-card p {
  margin: 0 0 14px;
  color: #657184;
  font-size: 15px;
  line-height: 1.55;
}

.media-mini-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7c2a2f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 991px) {
  .event-detail-grid {
    grid-template-columns: 1fr;
  }

  .event-poster-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .event-info-block,
  .event-media-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .event-detail-section {
    padding-top: 18px;
  }

  .event-title-row {
    grid-template-columns: 1fr;
  }

  .event-content-card {
    padding: 24px 18px;
  }

  .event-meta-item,
  .event-action {
    width: 100%;
    justify-content: center;
  }

  .event-support-list {
    grid-template-columns: 1fr;
  }
}
