.wed-stream-event-panel-mount[hidden],
.wed-stream-aside-mount[hidden] {
  display: none !important;
}

.wed-stream-panel,
.wed-stream-panel *,
.wed-stream-aside-card,
.wed-stream-aside-card *,
.wed-stream-archive,
.wed-stream-archive * {
  box-sizing: border-box;
}

.wed-stream-panel,
.wed-stream-aside-card,
.wed-stream-archive {
  --wed-ink: #101828;
  --wed-copy: #475467;
  --wed-muted: #667085;
  --wed-line: #dfe4ea;
  --wed-soft: #f7f9fb;
  --wed-orange: #d94f16;
  --wed-orange-soft: #fff5ee;
  --wed-teal: #06736b;
  --wed-white: #fff;
  color: var(--wed-ink);
  font-family: inherit;
  letter-spacing: 0;
}

.wed-stream-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.wed-stream-panel {
  container-type: inline-size;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 28px;
  width: 100%;
  margin: 0 0 36px;
  padding: 24px;
  overflow: visible;
  border: 1px solid var(--wed-line);
  border-radius: 8px;
  background: var(--wed-white);
  box-shadow: 0 16px 38px rgba(16, 24, 40, .08);
}

.wed-stream-panel__media,
.wed-stream-panel__content {
  min-width: 0;
}

.wed-stream-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #080d18;
  box-shadow: 0 10px 26px rgba(16, 24, 40, .16);
}

.wed-stream-embed iframe,
.wed-stream-embed video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.wed-stream-placeholder {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 32px;
  border-radius: 8px;
  background: #101828;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.wed-stream-placeholder h2,
.wed-stream-panel__content h2,
.wed-stream-section h3,
.wed-stream-related h3,
.wed-stream-aside-card h3,
.wed-stream-archive__hero h1,
.wed-stream-card h2 {
  margin: 0;
  letter-spacing: 0;
}

.wed-stream-placeholder h2 {
  max-width: 760px;
  color: #fff !important;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
}

.wed-stream-placeholder p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 16px;
  line-height: 1.6;
}

.wed-stream-panel__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 2px 0;
}

.wed-stream-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--wed-muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.wed-stream-panel__content h2 {
  color: var(--wed-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.wed-stream-summary {
  max-width: 66ch;
  margin: 0;
  color: var(--wed-copy);
  font-size: 16px;
  line-height: 1.65;
}

.wed-stream-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid #d7dde5;
  border-radius: 999px;
  background: var(--wed-soft);
  color: #344054;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.wed-stream-status::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: currentColor;
}

.wed-stream-status--live {
  border-color: #fecaca;
  background: #fff1f2;
  color: #be123c;
}

.wed-stream-status--upcoming {
  border-color: #fed7aa;
  background: var(--wed-orange-soft);
  color: #b9380b;
}

.wed-stream-status--replay {
  border-color: #a5f3fc;
  background: #ecfeff;
  color: #0e7490;
}

.wed-stream-status--past {
  border-color: #e4e7ec;
  background: #f2f4f7;
  color: var(--wed-muted);
}

.wed-stream-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--wed-line);
  border-bottom: 1px solid var(--wed-line);
}

.wed-stream-facts div {
  min-width: 0;
  padding: 14px 16px;
}

.wed-stream-facts div:first-child {
  padding-left: 0;
}

.wed-stream-facts div + div {
  border-left: 1px solid var(--wed-line);
}

.wed-stream-facts span,
.wed-stream-countdown > span:first-child {
  display: block;
  margin-bottom: 5px;
  color: var(--wed-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.wed-stream-facts strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--wed-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

.wed-stream-countdown {
  position: relative;
  display: grid;
  gap: 9px;
  padding: 15px 16px 14px 20px;
  overflow: hidden;
  border: 1px solid var(--wed-line);
  border-radius: 8px;
  background: var(--wed-soft);
  box-shadow: inset 4px 0 0 var(--wed-orange);
}

.wed-stream-countdown.is-live {
  background: #fff4f5;
  box-shadow: inset 4px 0 0 #e11d48;
}

.wed-stream-countdown.is-replay {
  background: #effcfc;
  box-shadow: inset 4px 0 0 var(--wed-teal);
}

.wed-stream-countdown.is-ended {
  background: #f2f4f7;
  box-shadow: inset 4px 0 0 #98a2b3;
}

.wed-stream-countdown strong[data-wed-countdown-output] {
  display: block;
}

.wed-stream-countdown__units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wed-stream-countdown__unit {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 2px 10px;
  text-align: center;
}

.wed-stream-countdown__unit:first-child {
  padding-left: 0;
}

.wed-stream-countdown__unit + .wed-stream-countdown__unit {
  border-left: 1px solid #d7dde5;
}

.wed-stream-countdown__value {
  color: var(--wed-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.wed-stream-countdown__label {
  color: var(--wed-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.wed-stream-countdown__message {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  color: var(--wed-ink);
  font-size: 15px;
  font-weight: 750;
}

.wed-stream-aside-card .wed-stream-countdown__units {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 0;
}

.wed-stream-aside-card .wed-stream-countdown__unit:nth-child(3) {
  border-left: 0;
}

.wed-stream-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wed-stream-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  background: var(--wed-white);
  color: #344054;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.wed-stream-button:hover {
  border-color: #98a2b3;
  color: var(--wed-ink);
  transform: translateY(-1px);
}

.wed-stream-button:focus-visible,
.wed-stream-speaker__profile:focus-visible,
.wed-stream-speaker-dialog__close:focus-visible,
.wed-stream-filters button:focus-visible,
.wed-stream-filters select:focus-visible,
.wed-stream-filters input:focus-visible {
  outline: 3px solid rgba(217, 79, 22, .22);
  outline-offset: 2px;
}

.wed-stream-button--primary {
  border-color: var(--wed-ink);
  background: var(--wed-ink);
  color: #fff;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .16);
}

.wed-stream-button--primary:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.wed-stream-button--secondary {
  border-color: #f0b89e;
  background: var(--wed-orange-soft);
  color: #a6320a;
}

.wed-stream-button--secondary:hover {
  border-color: var(--wed-orange);
  color: #8a2908;
}

.wed-stream-button--ghost {
  background: #fff;
}

.wed-stream-button.is-copied {
  border-color: #86d7cb;
  background: #effcf8;
  color: #087669;
}

.wed-stream-section,
.wed-stream-related {
  grid-column: 1 / -1;
  padding-top: 6px;
}

.wed-stream-section + .wed-stream-section,
.wed-stream-related {
  padding-top: 22px;
  border-top: 1px solid var(--wed-line);
}

.wed-stream-section h3,
.wed-stream-related h3 {
  margin-bottom: 14px;
  color: var(--wed-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.wed-stream-speakers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.wed-stream-speaker {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--wed-line);
  border-radius: 8px;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.wed-stream-speaker:hover {
  border-color: #c6ced8;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .07);
  transform: translateY(-1px);
}

.wed-stream-speaker img,
.wed-stream-speaker__avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  object-fit: cover;
}

.wed-stream-speaker__avatar,
.wed-stream-speaker-dialog__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #162033;
  color: #fff;
  font-weight: 800;
}

.wed-stream-speaker__body {
  min-width: 0;
  flex: 1 1 auto;
}

.wed-stream-speaker h4 {
  margin: 0 0 3px;
  color: var(--wed-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.wed-stream-speaker p {
  margin: 0;
  color: var(--wed-muted);
  font-size: 13px;
  line-height: 1.45;
}

.wed-stream-speaker__profile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 9px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wed-orange);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.wed-stream-speaker__profile .wed-stream-icon {
  width: 15px;
  height: 15px;
  transition: transform .16s ease;
}

.wed-stream-speaker__profile:hover .wed-stream-icon {
  transform: translateX(2px);
}

.wed-stream-dialog-open,
.wed-stream-dialog-open body {
  overflow: hidden;
}

.wed-stream-speaker-dialog {
  width: min(560px, calc(100vw - 32px));
  max-width: 560px;
  max-height: calc(100vh - 40px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--wed-ink, #101828);
  box-shadow: 0 30px 80px rgba(16, 24, 40, .28);
}

.wed-stream-speaker-dialog::backdrop {
  background: rgba(9, 16, 28, .72);
  backdrop-filter: blur(5px);
}

.wed-stream-speaker-dialog__panel {
  position: relative;
  max-height: calc(100vh - 40px);
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  background: #fff;
}

.wed-stream-speaker-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--wed-line, #dfe4ea);
  border-radius: 50%;
  background: #fff;
  color: #344054;
  cursor: pointer;
}

.wed-stream-speaker-dialog__header {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-right: 40px;
}

.wed-stream-speaker-dialog__header img,
.wed-stream-speaker-dialog__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  font-size: 25px;
}

.wed-stream-speaker-dialog__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--wed-orange, #d94f16);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.wed-stream-speaker-dialog h3 {
  margin: 0;
  color: var(--wed-ink, #101828);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.wed-stream-speaker-dialog__header p {
  margin: 5px 0 0;
  color: var(--wed-muted, #667085);
  font-size: 14px;
  line-height: 1.45;
}

.wed-stream-speaker-dialog__bio {
  margin: 22px 0;
  padding-top: 20px;
  border-top: 1px solid var(--wed-line, #dfe4ea);
  color: var(--wed-copy, #475467);
  font-size: 16px;
  line-height: 1.7;
}

.wed-stream-agenda {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--wed-line);
  list-style: none;
}

.wed-stream-agenda li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--wed-line);
}

.wed-stream-agenda span {
  grid-row: 1 / span 2;
  color: var(--wed-orange);
  font-size: 13px;
  font-weight: 800;
}

.wed-stream-agenda strong {
  color: var(--wed-ink);
  font-size: 15px;
  font-weight: 800;
}

.wed-stream-agenda p {
  grid-column: 2;
  margin: 0;
  color: var(--wed-muted);
  font-size: 13px;
  line-height: 1.5;
}

.wed-stream-resources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.wed-stream-resources a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--wed-line);
  border-radius: 8px;
  background: #fff;
  color: var(--wed-copy);
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.wed-stream-resources a:hover {
  border-color: #c6ced8;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .07);
  transform: translateY(-1px);
}

.wed-stream-resource__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--wed-orange-soft);
  color: var(--wed-orange);
}

.wed-stream-resource__copy {
  min-width: 0;
}

.wed-stream-resource__copy small {
  display: block;
  margin-bottom: 2px;
  color: var(--wed-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.wed-stream-resource__copy strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--wed-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.wed-stream-resources a > .wed-stream-icon:last-child {
  width: 16px;
  height: 16px;
  color: #98a2b3;
}

.wed-stream-topics {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.wed-stream-topics a {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid var(--wed-line);
  border-radius: 999px;
  background: var(--wed-soft);
  color: #344054;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.wed-stream-related__grid,
.wed-stream-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wed-stream-aside-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--wed-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 24, 40, .06);
}

.wed-stream-aside-card h3 {
  color: var(--wed-ink);
  font-size: 20px;
  font-weight: 800;
}

.wed-stream-aside-card p {
  margin: 0;
  color: var(--wed-copy);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.wed-stream-aside-card .wed-stream-button {
  width: 100%;
}

.nexdirectory-single-main .wed-stream-panel {
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 22px;
}

.nexdirectory-single-main .wed-stream-panel__content h2 {
  font-size: 29px;
}

.nexdirectory-single-main .wed-stream-placeholder {
  min-height: 320px;
}

.nexdirectory-single-app-root .wed-stream-placeholder,
.nexdirectory-single-app-root .wed-stream-placeholder h2,
.nexdirectory-single-app-root .wed-stream-placeholder p {
  color: #fff !important;
}

.wed-stream-template {
  width: 100%;
  background: #f7f9fb;
}

.wed-stream-archive {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 52px 0 76px;
}

.wed-stream-archive__hero {
  max-width: 760px;
  margin-bottom: 28px;
}

.wed-stream-archive__hero > span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wed-orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.wed-stream-archive__hero h1 {
  color: var(--wed-ink);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.05;
}

.wed-stream-archive__hero p {
  max-width: 640px;
  margin: 12px 0 0;
  color: var(--wed-copy);
  font-size: 16px;
  line-height: 1.6;
}

.wed-stream-filters {
  position: sticky;
  top: 76px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 12px;
  border: 1px solid var(--wed-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 22px rgba(16, 24, 40, .06);
  backdrop-filter: blur(12px);
}

.wed-stream-filters button,
.wed-stream-filters select,
.wed-stream-filters input {
  min-height: 40px;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.wed-stream-filters button {
  padding: 8px 11px;
  cursor: pointer;
}

.wed-stream-filters button.is-active {
  border-color: var(--wed-ink);
  background: var(--wed-ink);
  color: #fff;
}

.wed-stream-filters select,
.wed-stream-filters input {
  padding: 8px 11px;
}

.wed-stream-filters input {
  flex: 1 1 210px;
}

.wed-stream-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 20px;
  border: 1px solid var(--wed-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .05);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.wed-stream-card:hover {
  border-color: #c6ced8;
  box-shadow: 0 14px 30px rgba(16, 24, 40, .08);
  transform: translateY(-2px);
}

.wed-stream-card[hidden] {
  display: none !important;
}

.wed-stream-card__top,
.wed-stream-card__meta,
.wed-stream-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wed-stream-card__top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.wed-stream-card__top > span:not(.wed-stream-status),
.wed-stream-card__meta span {
  color: var(--wed-muted);
  font-size: 12px;
  font-weight: 700;
}

.wed-stream-card h2 {
  color: var(--wed-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.wed-stream-card p {
  margin: 10px 0 16px;
  color: var(--wed-copy);
  font-size: 14px;
  line-height: 1.55;
}

.wed-stream-card__meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--wed-line);
}

.wed-stream-card__meta span + span::before {
  content: "·";
  margin-right: 8px;
  color: #98a2b3;
}

.wed-stream-card__actions {
  margin-top: 14px;
}

.wed-stream-card__actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.wed-stream-card__actions a:last-child {
  border-color: var(--wed-ink);
  background: var(--wed-ink);
  color: #fff;
}

.wed-stream-empty {
  margin: 18px 0 0;
  padding: 16px;
  border: 1px dashed #cfd6df;
  border-radius: 8px;
  background: #fff;
  color: var(--wed-muted);
  font-weight: 700;
}

@container (max-width: 680px) {
  .wed-stream-panel__content h2 {
    font-size: 29px;
  }

  .wed-stream-speakers,
  .wed-stream-resources {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .wed-stream-panel {
    grid-template-columns: 1fr;
  }

  .wed-stream-related__grid,
  .wed-stream-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #awwwards {
    display: none !important;
  }

  body.single-nexdirectory_event .nexdirectory-single-app-root {
    padding-bottom: 72px;
  }

  .wed-stream-panel {
    gap: 18px;
    margin-bottom: 28px;
    padding: 16px;
  }

  .wed-stream-panel__content h2,
  .nexdirectory-single-main .wed-stream-panel__content h2 {
    font-size: 26px;
  }

  .wed-stream-placeholder {
    min-height: 280px;
    padding: 22px;
  }

  .wed-stream-placeholder h2 {
    font-size: 32px;
  }

  .wed-stream-facts {
    grid-template-columns: 1fr;
  }

  .wed-stream-facts div,
  .wed-stream-facts div:first-child {
    padding: 12px 0;
  }

  .wed-stream-facts div + div {
    border-top: 1px solid var(--wed-line);
    border-left: 0;
  }

  .wed-stream-actions,
  .wed-stream-filters {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wed-stream-button,
  .wed-stream-filters button,
  .wed-stream-filters select,
  .wed-stream-filters input {
    width: 100%;
  }

  .wed-stream-related__grid,
  .wed-stream-archive__grid {
    grid-template-columns: 1fr;
  }

  .wed-stream-filters {
    position: relative;
    top: auto;
  }

  .wed-stream-archive {
    padding: 36px 0 56px;
  }

  .wed-stream-archive__hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .wed-stream-countdown__units {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }

  .wed-stream-countdown__unit:nth-child(3) {
    border-left: 0;
  }

  .wed-stream-agenda li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wed-stream-agenda span {
    grid-row: auto;
  }

  .wed-stream-agenda p {
    grid-column: auto;
  }

  .wed-stream-speaker-dialog__panel {
    padding: 22px;
  }

  .wed-stream-speaker-dialog__header {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 13px;
    padding-right: 26px;
  }

  .wed-stream-speaker-dialog__header img,
  .wed-stream-speaker-dialog__avatar {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }

  .wed-stream-speaker-dialog h3 {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wed-stream-panel *,
  .wed-stream-aside-card *,
  .wed-stream-archive * {
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
  }
}
