@charset "UTF-8";
.event-detail {
  --event-theme: var(--nhs-green);
  --event-theme-dark: var(--nhs-green-dark);
  --event-theme-darker: var(--nhs-green-darker);
  --event-theme-light: var(--nhs-green-light);
  --event-theme-lighter: var(--nhs-green-lighter);
  --event-theme-border: var(--nhs-green-light);
  --event-theme-text-strong: var(--nhs-green-dark);
  --event-theme-text-muted: var(--nhs-text-light);
}

.event-detail--mainstreets {
  --event-theme: #1a6fb5;
  --event-theme-dark: #145a94;
  --event-theme-darker: #0d4472;
  --event-theme-light: #eef5fc;
  --event-theme-lighter: #f6fafd;
  --event-theme-border: #c9dff3;
  --event-theme-text-strong: #0d4472;
  --event-theme-text-muted: #4a7da8;
}

.event-breadcrumb-bar {
  background: var(--nhs-bg-light);
  border-bottom: 1px solid var(--nhs-border-light);
}
.event-breadcrumb-bar .event-breadcrumb-bar__inner {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  padding: 10px 24px;
}
.event-breadcrumb-bar .breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--nhs-text-muted);
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  flex-wrap: wrap;
}
.event-breadcrumb-bar .breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.event-breadcrumb-bar .breadcrumb a,
.event-breadcrumb-bar .breadcrumb a:link,
.event-breadcrumb-bar .breadcrumb a:visited {
  color: var(--nhs-text-light);
  text-decoration: none;
}
.event-breadcrumb-bar .breadcrumb a:hover,
.event-breadcrumb-bar .breadcrumb a:focus {
  color: var(--nhs-green);
  text-decoration: none;
}
.event-breadcrumb-bar .breadcrumb .sep {
  font-size: 14px;
  color: var(--nhs-border);
}
.event-breadcrumb-bar .breadcrumb .current {
  color: var(--nhs-text);
  font-weight: 600;
}

.event-hero {
  position: relative;
  background: linear-gradient(135deg, var(--event-theme) 0%, var(--event-theme-dark) 60%, var(--event-theme-darker) 100%);
  color: #ffffff;
  overflow: hidden;
}
.event-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -5%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}
.event-hero::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 15%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
}
.event-hero .event-hero__inner {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  padding: 40px 24px 36px;
  position: relative;
  z-index: 1;
}
.event-hero h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 0 6px;
  color: #ffffff;
}
.event-hero .hero-subtitle {
  font-size: 17px;
  opacity: 0.88;
  font-weight: 300;
  max-width: 640px;
  line-height: 1.5;
  margin: 0;
}
.event-hero .hero-top-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.event-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 14px;
  backdrop-filter: blur(4px);
}
.event-hero .hero-badge svg {
  width: 14px;
  height: 14px;
}
.event-hero .hero-badge.hero-badge--outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.event-hero .hero-details-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.event-hero .hero-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.event-hero .hero-detail-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}
.event-hero .hero-detail-icon svg {
  width: 18px;
  height: 18px;
}
.event-hero .hero-detail-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.event-hero .hero-detail-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.6;
  line-height: 1;
}
.event-hero .hero-detail-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.event-hero .hero-detail-value a,
.event-hero .hero-detail-value a:link,
.event-hero .hero-detail-value a:visited {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.event-hero .hero-detail-value a:hover,
.event-hero .hero-detail-value a:focus {
  border-bottom-color: #ffffff;
  text-decoration: none;
}
.event-hero .hero-detail-extra {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.75;
}
.event-hero .hero-towns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}
.event-hero .hero-town-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 12px;
}

@media (max-width: 600px) {
  .event-hero .event-hero__inner {
    padding: 28px 20px;
  }
  .event-hero h1 {
    font-size: 26px;
  }
  .event-hero .hero-details-strip {
    flex-direction: column;
    gap: 14px;
  }
}
.event-detail .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--nhs-font-body);
  border-radius: var(--nhs-radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.event-detail .btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.event-detail .btn.btn-primary {
  background: var(--event-theme);
  color: #ffffff;
  border-color: var(--event-theme);
}
.event-detail .btn.btn-primary:hover, .event-detail .btn.btn-primary:focus {
  background: var(--event-theme-dark);
  border-color: var(--event-theme-dark);
  color: #ffffff;
  text-decoration: none;
}
.event-detail .btn.btn-secondary {
  background: var(--nhs-bg);
  color: var(--nhs-text);
  border-color: var(--nhs-border);
}
.event-detail .btn.btn-secondary:hover, .event-detail .btn.btn-secondary:focus {
  border-color: var(--event-theme);
  color: var(--event-theme);
  text-decoration: none;
}
.event-detail .btn.btn-zoom {
  background: #2d8cff;
  color: #ffffff;
  border-color: #2d8cff;
}
.event-detail .btn.btn-zoom:hover, .event-detail .btn.btn-zoom:focus {
  background: #1a7ae8;
  border-color: #1a7ae8;
  color: #ffffff;
  text-decoration: none;
}
.event-detail a.btn,
.event-detail a.btn:link,
.event-detail a.btn:visited {
  text-decoration: none;
}

body.nhsaves-ui-active .event-detail a.btn-primary,
body.nhsaves-ui-active .event-detail a.btn-primary:link,
body.nhsaves-ui-active .event-detail a.btn-primary:visited,
body.nhsaves-ui-active .event-detail a.btn-zoom,
body.nhsaves-ui-active .event-detail a.btn-zoom:link,
body.nhsaves-ui-active .event-detail a.btn-zoom:visited {
  color: #ffffff;
}

.event-action-bar {
  background: var(--nhs-bg);
  border-bottom: 1px solid var(--nhs-border-light);
  position: sticky;
  top: 69px;
  z-index: 90;
}
.event-action-bar .event-action-bar__inner {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.event-action-bar .action-bar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--nhs-text-light);
  min-width: 0;
}
.event-action-bar .action-bar-title {
  font-weight: 600;
  color: var(--nhs-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-action-bar .action-bar-buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.event-action-bar .cal-dropdown {
  position: relative;
}
.event-action-bar .cal-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 220px;
  background: var(--nhs-bg);
  border: 1px solid var(--nhs-border);
  border-radius: var(--nhs-radius);
  box-shadow: var(--nhs-shadow-hover);
  z-index: 50;
  overflow: hidden;
}
.event-action-bar .cal-menu.open {
  display: block;
}
.event-action-bar .cal-menu a,
.event-action-bar .cal-menu a:link,
.event-action-bar .cal-menu a:visited {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--nhs-text);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.event-action-bar .cal-menu a:hover,
.event-action-bar .cal-menu a:focus {
  background: var(--event-theme-lighter);
  color: var(--event-theme);
  text-decoration: none;
}
.event-action-bar .cal-menu svg {
  width: 16px;
  height: 16px;
  color: var(--nhs-text-muted);
}

@media (max-width: 600px) {
  .event-action-bar .event-action-bar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .event-action-bar .action-bar-left {
    display: none;
  }
  .event-action-bar .action-bar-buttons {
    flex-direction: column;
  }
}
@keyframes nhs-event-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.event-content {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  padding: 36px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

.event-content__main {
  min-width: 0;
}

.content-section {
  margin-bottom: 36px;
  animation: nhs-event-fade-in-up 0.4s ease both;
}
.content-section:last-child {
  margin-bottom: 0;
}
.content-section:nth-child(2) {
  animation-delay: 0.06s;
}
.content-section:nth-child(3) {
  animation-delay: 0.12s;
}
.content-section:nth-child(4) {
  animation-delay: 0.18s;
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--nhs-text);
  margin: 0 0 14px;
  line-height: 1.3;
}

.content-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--nhs-text-light);
}
.content-body p {
  margin: 0 0 14px;
}
.content-body p:last-child {
  margin-bottom: 0;
}
.content-body strong {
  color: var(--nhs-text);
  font-weight: 600;
}
.content-body a,
.content-body a:link,
.content-body a:visited {
  color: var(--event-theme);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 118, 112, 0.3);
}
.content-body a:hover,
.content-body a:focus {
  border-bottom-color: var(--event-theme);
  text-decoration: none;
}

/* Workshop topics */
.topics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0 0;
}

.topic-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--event-theme-lighter);
  border-radius: var(--nhs-radius-lg);
  border: 1px solid var(--event-theme-light);
}
.topic-card .topic-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--event-theme-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.topic-card .topic-icon svg {
  width: 18px;
  height: 18px;
  color: var(--event-theme);
}
.topic-card .topic-text {
  flex: 1;
  min-width: 0;
}
.topic-card .topic-title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--nhs-text);
  line-height: 1.3;
  margin-bottom: 2px;
}
.topic-card .topic-desc {
  font-size: 13px;
  color: var(--nhs-text-light);
  line-height: 1.4;
}

/* Workshop partners */
.partners-section {
  margin-top: 8px;
}

.partners-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--nhs-text-muted);
  margin-bottom: 10px;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.partner-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--nhs-bg-light);
  border: 1px solid var(--nhs-border-light);
  border-radius: 20px;
  font-size: 14px;
  color: var(--nhs-text);
  font-weight: 500;
}
.partner-chip svg {
  width: 14px;
  height: 14px;
  color: var(--nhs-text-muted);
}

/* Workshop contact box */
.contact-box {
  background: var(--nhs-bg-light);
  border: 1px solid var(--nhs-border-light);
  border-radius: var(--nhs-radius-lg);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}
.contact-box .contact-box-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--event-theme-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-box .contact-box-icon svg {
  width: 18px;
  height: 18px;
  color: var(--event-theme);
}
.contact-box .contact-box-text {
  flex: 1;
}
.contact-box .contact-box-label {
  font-size: 14px;
  color: var(--nhs-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-box .contact-box-value {
  font-size: 14.5px;
}
.contact-box .contact-box-value a,
.contact-box .contact-box-value a:link,
.contact-box .contact-box-value a:visited {
  font-weight: 600;
  color: var(--event-theme);
  text-decoration: none;
}
.contact-box .contact-box-value a:hover,
.contact-box .contact-box-value a:focus {
  text-decoration: underline;
}

/* Main Streets: numbered step flow */
.steps-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 20px 0;
}

.step-item {
  display: flex;
  gap: 16px;
  position: relative;
}
.step-item:last-child .step-line {
  display: none;
}
.step-item:last-child .step-content {
  padding-bottom: 0;
}
.step-item .step-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
}
.step-item .step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--event-theme);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.step-item .step-line {
  width: 2px;
  flex: 1;
  background: var(--event-theme-light);
  min-height: 20px;
}
.step-item .step-content {
  padding-bottom: 24px;
  flex: 1;
  min-width: 0;
}
.step-item .step-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--nhs-text);
  margin-bottom: 4px;
  line-height: 1.3;
  padding-top: 6px;
}
.step-item .step-desc {
  font-size: 14.5px;
  color: var(--nhs-text-light);
  line-height: 1.6;
}
.step-item .step-desc p {
  margin: 0 0 8px;
}
.step-item .step-desc p:last-child {
  margin-bottom: 0;
}
.step-item .step-desc a,
.step-item .step-desc a:link,
.step-item .step-desc a:visited {
  font-weight: 600;
  color: var(--event-theme);
  text-decoration: none;
}
.step-item .step-desc a:hover,
.step-item .step-desc a:focus {
  text-decoration: underline;
}

/* Main Streets improvements grid */
.improvements-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 0;
}

.improvement-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--event-theme-light);
  border-radius: var(--nhs-radius-lg);
  border: 1px solid var(--event-theme-border);
}
.improvement-card .improvement-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(26, 111, 181, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.improvement-card .improvement-icon svg {
  width: 16px;
  height: 16px;
  color: var(--event-theme);
}
.improvement-card .improvement-text {
  flex: 1;
  min-width: 0;
}
.improvement-card .improvement-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--event-theme-text-strong);
  line-height: 1.3;
}
.improvement-card .improvement-desc {
  font-size: 14px;
  color: var(--event-theme-text-muted);
  line-height: 1.4;
}

/* Main Streets audience callout */
.audience-callout {
  background: var(--nhs-bg-warm, #faf9f7);
  border: 1px solid #ede9df;
  border-radius: var(--nhs-radius-lg);
  padding: 18px 22px;
  margin-top: 4px;
}
.audience-callout h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--nhs-text);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.audience-callout h4 svg {
  width: 16px;
  height: 16px;
  color: var(--event-theme);
}
.audience-callout p {
  font-size: 16px;
  color: var(--nhs-text-light);
  line-height: 1.6;
  margin: 0 0 8px;
}
.audience-callout p:last-child {
  margin-bottom: 0;
}
.audience-callout a,
.audience-callout a:link,
.audience-callout a:visited {
  color: var(--event-theme);
  font-weight: 600;
  text-decoration: none;
}
.audience-callout a:hover,
.audience-callout a:focus {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .event-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .topics-grid,
  .improvements-grid {
    grid-template-columns: 1fr;
  }
}
.event-sidebar {
  position: sticky;
  top: 130px;
  min-width: 0;
}

.sidebar-card {
  background: var(--nhs-bg);
  border: 1px solid var(--nhs-border-light);
  border-radius: var(--nhs-radius-lg);
  overflow: hidden;
  margin-bottom: 20px;
  animation: nhs-event-fade-in-up 0.4s ease both;
  animation-delay: 0.04s;
}
.sidebar-card .sidebar-card-header {
  padding: 16px 20px 14px;
  border-bottom: 1px solid var(--nhs-border-light);
}
.sidebar-card .sidebar-card-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--nhs-text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.sidebar-card .sidebar-card-body {
  padding: 16px 20px 20px;
}

.detail-row {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--nhs-border-light);
  align-items: flex-start;
}
.detail-row:first-child {
  padding-top: 0;
}
.detail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-row .detail-icon {
  width: 32px;
  height: 32px;
  border-radius: var(--nhs-radius);
  background: var(--event-theme-lighter);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.detail-row .detail-icon svg {
  width: 16px;
  height: 16px;
  color: var(--event-theme);
}
.detail-row .detail-info {
  flex: 1;
  min-width: 0;
}
.detail-row .detail-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--nhs-text-muted);
  line-height: 1;
  margin-bottom: 3px;
}
.detail-row .detail-value {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--nhs-text);
  line-height: 1.4;
}
.detail-row .detail-value a,
.detail-row .detail-value a:link,
.detail-row .detail-value a:visited {
  color: var(--event-theme);
  font-weight: 600;
  text-decoration: none;
}
.detail-row .detail-value a:hover,
.detail-row .detail-value a:focus {
  text-decoration: underline;
}
.detail-row .detail-sub {
  font-size: 13px;
  color: var(--nhs-text-light);
  font-weight: 400;
}

/* Hybrid (Zoom) callout — workshop */
.hybrid-callout {
  background: #eef5fc;
  border: 1px solid #c9dff3;
  border-radius: var(--nhs-radius-lg);
  padding: 18px 20px;
  margin-bottom: 20px;
  text-align: center;
}
.hybrid-callout .hybrid-callout-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3a7bc8;
  margin-bottom: 6px;
}
.hybrid-callout .hybrid-callout-text {
  font-size: 16px;
  color: var(--nhs-text-light);
  line-height: 1.5;
  margin-bottom: 12px;
}
.hybrid-callout .btn-zoom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--nhs-font-body);
  background: #2d8cff;
  color: #ffffff;
  border: none;
  border-radius: var(--nhs-radius);
  cursor: pointer;
  transition: background 0.15s;
  text-decoration: none;
}
.hybrid-callout .btn-zoom-block svg {
  width: 16px;
  height: 16px;
}
.hybrid-callout .btn-zoom-block:hover, .hybrid-callout .btn-zoom-block:focus {
  background: #1a7ae8;
  text-decoration: none;
  color: #ffffff;
}

body.nhsaves-ui-active a.btn-zoom-block,
body.nhsaves-ui-active a.btn-zoom-block:link,
body.nhsaves-ui-active a.btn-zoom-block:visited {
  color: #ffffff;
}

/* No-cost callout — main streets */
.nocost-callout {
  background: var(--event-theme-light);
  border: 1px solid var(--event-theme-border);
  border-radius: var(--nhs-radius-lg);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.nocost-callout .nocost-icon {
  margin: 0 auto 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(26, 111, 181, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nocost-callout .nocost-icon svg {
  width: 24px;
  height: 24px;
  color: var(--event-theme);
}
.nocost-callout .nocost-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--event-theme-text-strong);
  line-height: 1.2;
}
.nocost-callout .nocost-sub {
  font-size: 13px;
  color: var(--event-theme-text-muted);
  margin-top: 2px;
  line-height: 1.4;
}

/* Town pills in sidebar — main streets */
.town-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.town-tag {
  display: inline-flex;
  align-items: center;
  background: var(--event-theme-light);
  color: var(--event-theme);
  font-size: 14px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 12px;
}

/* Map embed */
.map-embed {
  border-radius: var(--nhs-radius-lg);
  overflow: hidden;
  border: 1px solid var(--nhs-border-light);
  margin-bottom: 20px;
}
.map-embed iframe {
  width: 100%;
  height: 200px;
  border: none;
  display: block;
}
.map-embed .map-embed-footer {
  padding: 10px 14px;
  background: var(--nhs-bg-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  gap: 8px;
}
.map-embed .map-embed-footer .address {
  color: var(--nhs-text-light);
  line-height: 1.3;
}
.map-embed .map-embed-footer a,
.map-embed .map-embed-footer a:link,
.map-embed .map-embed-footer a:visited {
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: var(--event-theme);
  text-decoration: none;
}
.map-embed .map-embed-footer a svg,
.map-embed .map-embed-footer a:link svg,
.map-embed .map-embed-footer a:visited svg {
  width: 14px;
  height: 14px;
}
.map-embed .map-embed-footer a:hover,
.map-embed .map-embed-footer a:focus {
  text-decoration: underline;
}

.sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-actions .btn {
  justify-content: center;
  width: 100%;
}

@media (max-width: 960px) {
  .event-sidebar {
    position: static;
    order: -1;
  }
}
.event-related {
  max-width: var(--nhs-max-width);
  margin: 0 auto;
  padding: 0 24px 60px;
}

.event-related__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--nhs-border-light);
}
.event-related__header h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--nhs-text);
  margin: 0;
}
.event-related__header a,
.event-related__header a:link,
.event-related__header a:visited {
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--event-theme);
  text-decoration: none;
}
.event-related__header a svg,
.event-related__header a:link svg,
.event-related__header a:visited svg {
  width: 16px;
  height: 16px;
}
.event-related__header a:hover,
.event-related__header a:focus {
  text-decoration: underline;
}

.event-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}

.related-card {
  display: flex;
  flex-direction: column;
  background: var(--nhs-bg);
  border: 1px solid var(--nhs-border-light);
  border-radius: var(--nhs-radius-lg);
  padding: 20px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
  animation: nhs-event-fade-in-up 0.35s ease both;
}
.related-card:hover, .related-card:focus {
  border-color: var(--event-theme);
  box-shadow: var(--nhs-shadow-hover);
  text-decoration: none;
  transform: translateY(-2px);
}
.related-card:hover h3, .related-card:focus h3 {
  color: var(--event-theme);
}
.related-card .related-date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--event-theme);
  margin-bottom: 6px;
}
.related-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--nhs-text);
  margin: 0 0 6px;
  line-height: 1.3;
  transition: color 0.2s;
}
.related-card .meta {
  font-size: 13px;
  color: var(--nhs-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 8px;
}
.related-card .meta svg {
  width: 14px;
  height: 14px;
}
.related-card .tag {
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  margin-top: 8px;
  margin-right: 4px;
  background: var(--event-theme-light);
  color: var(--event-theme);
}
.related-card .tag.tag-virtual {
  background: #eef5fc;
  color: #3a7bc8;
}
.related-card .tag.tag-past {
  background: #f5f5f5;
  color: #999999;
}

body.nhsaves-ui-active a.related-card,
body.nhsaves-ui-active a.related-card:link,
body.nhsaves-ui-active a.related-card:visited,
body.nhsaves-ui-active a.related-card:hover,
body.nhsaves-ui-active a.related-card:focus {
  text-decoration: none;
}

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