/* ===================================================================
   event.html — U好學學習節
   Page-specific styles. Reuses tokens/nav rules from css/style.css.
   Desktop-first; mobile breakpoint at max-width: 767px.
   =================================================================== */

:root {
  --ev-dark: #403d37;
  --ev-muted: #8a8a8a;
  --ev-blue-light: #ddf5ff;
  --ev-blue-mid: #99e4ff;
  --ev-blue-header: #99e4ff;
  --ev-audience-bg: #8de0ff;
  --ev-audience-border: #b7ecff;
  --ev-peach: #f79e5e;
  --ev-track-blue: #2563eb;
  --ev-track-blue-bg: #eff6ff;
  --ev-track-orange: #ea580c;
  --ev-track-orange-bg: #fff7ed;
  --ev-track-green: #16a34a;
  --ev-track-green-bg: #f0fdf4;
  --ev-track-purple: #9333ea;
  --ev-track-purple-bg: #faf5ff;
  --ev-break-bg: rgba(255, 251, 235, 0.5);
  --ev-break-border: #fde68a;
  --ev-plain-bg: #f8fafc;
  --ev-plain-border: #f1f5f9;
}

.ev-main {
  overflow-x: hidden;
}

/* The hero's sky background is the header frame's own bg in Figma, and the
   nav sits directly on top of it (both start at y=0) — set once on body,
   sized to the nav+hero region, so nav/hero stay transparent and share it
   instead of each declaring their own copy. */
body.page-event {
  background-image: url('../assets/page2/hero-bg-desktop.jpg?v=ce02b358');
  background-size: 1920px 1080px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fcfcfa;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== Hero ===== */
.ev-hero {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 900px;
}
.ev-hero__content {
  width: 1400px;
  padding-top: 100px;
  max-width: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 24px;
  text-align: left;
}
.ev-hero__title {
  width: 100%;
  max-width: 492px;
}
.ev-hero__quote {
  width: 100%;
  max-width: 480px;
}
.ev-hero__quote p {
  color: #868686;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 1.42;
  margin-bottom: 10px;
}
.ev-hero__quote p:last-child {
  margin-bottom: 0;
}
.ev-hero__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
  max-width: 540px;
  color: #6e6e6e;
}
.ev-hero__meta-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
}
.ev-hero__meta-item img {
  width: 32px;
  height: 32px;
}
.ev-hero__meta-item small {
  font-weight: 500;
  font-size: 18px;
}
.ev-hero__meta-item--place {
  flex-direction: row;
  text-align: left;
  white-space: normal;
}
.ev-hero__meta-item--place strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}
.ev-hero__meta-item--place small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

/* ===== Intro ===== */
.ev-intro {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 16px;
}
.ev-intro__wrapper {
  width: 100%;
  max-width: 1100px;
  height: 1100px;
  background: var(--ev-blue-light);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  justify-content: center;
}
.ev-intro__wrapper h2 {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 1px;
  color: #313131;
}
.ev-intro__lead {
  color: #707070;
  font-size: 17px;
  line-height: 1.5;
  max-width: 750px;
}
.ev-intro__ask {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 2px;
}
.ev-intro__body {
  color: #707070;
  font-size: 17px;
  line-height: 1.5;
  max-width: 750px;
}
.ev-intro__highlight {
  font-weight: 700;
  font-size: 24px;
  color: #313131;
  line-height: 1.6;
}
.ev-intro__highlight span {
  display: block;
  color: var(--color-orange);
  font-size: 22px;
}
.ev-intro__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 480px;
}
.ev-intro__grid figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ev-intro__grid img {
  width: 190px;
  height: 190px;
  border-radius: 32px;
  object-fit: cover;
}
.ev-intro__grid figcaption {
  color: var(--ev-dark);
  font-size: 16px;
}

/* ===== Speakers ===== */
.ev-speakers {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 48px 16px;
}

/* ── Bubble decorations ── */
/* Sizes: lg=340px  md=218px  sm=117px (Figma Ellipse2/3/4/6/7)
   Positions are % of section width to scale with viewport,
   derived from Figma's 1920px-wide absolute coordinates.
   overflow:hidden on .ev-speakers clips the partly-off-screen ones. */
@keyframes floatBubble {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.ev-speakers__bubble {
  position: absolute;
  border-radius: 50%;
  background: var(--ev-blue-light); /* #ddf5ff */
  pointer-events: none;
  animation: floatBubble 6s ease-in-out infinite;
}
.ev-speakers__bubble--lg {
  width: 340px;
  height: 340px;
}
.ev-speakers__bubble--md {
  width: 218px;
  height: 218px;
}
.ev-speakers__bubble--sm {
  width: 117px;
  height: 117px;
}

/* Left column */
.ev-speakers__bubble--left-1 {
  left: -80px;
  top: 220px;
  animation-duration: 7s;
  animation-delay: -1s;
} /* Ellipse2 large  */
.ev-speakers__bubble--left-2 {
  left: -30px;
  top: 780px;
  animation-duration: 5s;
  animation-delay: -2s;
} /* Ellipse3 medium */
.ev-speakers__bubble--left-3 {
  left: 80px;
  top: 60px;
  animation-duration: 6.5s;
  animation-delay: -3s;
} /* Ellipse7 small  */
.ev-speakers__bubble--left-4 {
  left: 100px;
  top: 1050px;
  animation-duration: 5.5s;
  animation-delay: 0s;
} /* Ellipse7 small  */

/* Right column (anchored from right edge, based on 1920px frame) */
.ev-speakers__bubble--right-1 {
  right: -100px;
  top: 760px;
  animation-duration: 8s;
  animation-delay: -4s;
} /* Ellipse2 large  */
.ev-speakers__bubble--right-2 {
  right: -40px;
  top: 100px;
  animation-duration: 6s;
  animation-delay: -1.5s;
} /* Ellipse4 medium */
.ev-speakers__bubble--right-3 {
  right: 60px;
  top: 340px;
  animation-duration: 7.5s;
  animation-delay: -2.5s;
} /* Ellipse6 small  */
.ev-speakers__bubble--right-4 {
  right: 120px;
  top: 1120px;
  animation-duration: 5s;
  animation-delay: -0.5s;
} /* Ellipse7 small  */
.ev-speakers__grid {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px 24px;
}
.ev-speaker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 360px;
}
.ev-speaker__tag {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-bottom: -50px;
  overflow: visible;
}
.ev-speaker__tag text {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.ev-speaker__frame {
  position: relative;
  width: 320px;
  max-width: 320px;
  aspect-ratio: 320 / 433;
}
.ev-speaker__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 292px;
  border: 5px solid var(--ev-blue-mid);
  background: #fff;
}
.ev-speaker__badge {
  position: absolute;
  right: -31px;
  top: 64.4%;
  transform: translateY(-50%);
  background: var(--ev-blue-mid);
  border-radius: 86px;
  width: 100px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.ev-speaker__badge strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--ev-dark);
}
.ev-speaker__badge span {
  font-size: 14px;
  color: var(--ev-dark);
}
.ev-speaker__cta {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  background: var(--ev-peach);
  border: none;
  border-radius: 1000px;
  width: auto;
  height: auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}
.ev-speaker__cta:hover {
  transform: translateX(-50%) translateY(-2px) scale(1.06);
  box-shadow: 0 6px 20px rgba(247, 158, 94, 0.45);
  background: #f08a3c;
}
.ev-tag--blue {
  color: var(--ev-track-blue);
}
.ev-tag--orange {
  color: var(--ev-track-orange);
}
.ev-tag--green {
  color: var(--ev-track-green);
}
.ev-tag--purple {
  color: var(--ev-track-purple);
}

/* ===== Schedule ===== */
.ev-schedule {
  width: calc(100% - 32px);
  max-width: 976px;
  margin: 60px auto;
  background: #eaf9ff;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ev-schedule__header {
  background: var(--ev-blue-header);
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.ev-schedule__header h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--ev-dark);
}
.ev-schedule__date {
  width: 100%;
  max-width: 260px;
  background: #fff;
  border: 1px solid var(--ev-plain-border);
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 25px;
  color: #64748b;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ev-schedule__date img {
  width: 28px;
  height: 28px;
}

.ev-schedule__body {
  background: #eaf9ff;
  padding: 40px 48px;
  display: flex;
  justify-content: center;
}
.ev-schedule__inner {
  width: 100%;
  max-width: 900px;
  position: relative;
}
.ev-schedule__inner::before {
  content: '';
  position: absolute;
  left: 34px;
  top: 20px;
  bottom: 48px;
  width: 1px;
  background: #e2e8f0;
  z-index: 1;
}
.ev-period {
  position: relative;
}
.ev-period__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0 14px 24px;
}
.ev-period__label img {
  width: 40px;
  height: 40px;
}
.ev-period__list {
  position: relative;
  margin-left: 34px;
  padding-left: 56px;
}
.ev-session {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.ev-session::before {
  content: '';
  position: absolute;
  left: -62px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: var(--dot, #e2e8f0);
  z-index: 2;
}
.ev-session__time {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.5;
  width: 80px;
  flex-shrink: 0;
  text-align: left;
  padding-top: 0;
}
.ev-session__card {
  background: #fff;
  border: 1px solid var(--ev-plain-border);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 0;
  width: 100%;
}
.ev-session__icon-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
}
.ev-session__icon-wrap img {
  width: 32px;
  height: 32px;
}
.ev-session__icon-wrap--blue {
  background: var(--ev-track-blue-bg);
}
.ev-session__icon-wrap--orange {
  background: var(--ev-track-orange-bg);
}
.ev-session__icon-wrap--green {
  background: var(--ev-track-green-bg);
}
.ev-session__icon-wrap--purple {
  background: var(--ev-track-purple-bg);
}
.ev-session__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 0;
}
.ev-session__tag {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.ev-session__body h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--ev-dark);
  line-height: 1.3;
}
.ev-session__desc {
  color: var(--ev-muted);
  font-size: 13px;
  line-height: 1.6;
}
.ev-session__speaker {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  border-top: none;
  border-left: 1px solid var(--ev-plain-border);
  padding: 0 0 0 20px;
  width: 110px;
  flex-shrink: 0;
}
.ev-session__speaker img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  flex-shrink: 0;
}
.ev-session__speaker div {
  display: flex;
  flex-direction: column;
}
.ev-session__speaker strong {
  font-size: 16px;
  color: var(--ev-dark);
}
.ev-session__speaker span {
  font-size: 13px;
  color: var(--ev-muted);
}

.ev-session--break .ev-session__break-card,
.ev-session--plain .ev-session__break-card {
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 24px;
  min-height: 24px;
  width: 100%;
}
.ev-session--break .ev-session__break-card {
  background: var(--ev-break-bg);
  border: 1px dashed var(--ev-break-border);
  color: #b45309;
  font-weight: 500;
  font-size: 15px;
}
.ev-session--plain .ev-session__break-card {
  background: var(--ev-plain-bg);
  border: 1px solid var(--ev-plain-border);
  color: var(--ev-muted);
  font-size: 15px;
  justify-content: center;
}
.ev-session__break-card img {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
.ev-session--end .ev-session__break-card {
  justify-content: center;
}
.ev-session--end::before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDguNzUgOS45MjU3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS40Njg3NSAxLjE3NTc4SDguNzVWN0g0LjY0ODQ0TDQuNDI5NjkgNS44NTE1NkgxLjE0ODQ0VjkuOTI1NzhIMFYwSDUuMjVMNS40Njg3NSAxLjE3NTc4VjEuMTc1NzgiIGZpbGw9IndoaXRlIi8+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 7px;
  background-color: #403d37;
  border: 4px solid #fff;
  width: 25px;
  height: 25px;
  left: -70px;
  top: 30px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* ===== Target Audience ===== */
.ev-audience {
  background: var(--ev-audience-bg);
  border-top: 10px solid var(--ev-audience-border);
  border-bottom: 10px solid var(--ev-audience-border);
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ev-audience h2 {
  font-weight: 700;
  font-size: 22px;
  color: var(--ev-dark);
  text-align: center;
}
.ev-audience__grid {
  width: 100%;
  max-width: 792px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}
.ev-audience__item {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  flex: 1 1 calc(50% - 12px);
}
.ev-audience__item img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.ev-audience__item p {
  font-size: 16px;
  color: var(--ev-dark);
}

/* ===== Registration ===== */
.ev-register {
  display: flex;
  justify-content: center;
  padding: 48px 16px;
}
.ev-register__card {
  width: 100%;
  max-width: 792px;
  background: #fff;
  border-radius: 24px;
  padding: 32px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin: 0 auto;
}
.ev-register__card h2 {
  font-weight: 700;
  font-size: 26px;
  color: var(--ev-dark);
}
.ev-register__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  width: 100%;
  max-width: 460px;
}
.ev-register__list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ev-register__list img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.ev-register__list span {
  font-size: 16px;
  color: var(--ev-dark);
}
.ev-register__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ev-peach);
  border-radius: 9999px;
  padding: 16px 48px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}
.ev-register__cta:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 20px rgba(247, 158, 94, 0.45);
  background: #f08a3c;
}

/* ===== Footer ===== */
.ev-footer {
  position: relative;
  width: 100%;
  min-height: 140px;
  overflow: hidden;
  background: #f8f2ee;
}
.ev-footer__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ev-session__body h3 {
  font-size: 22px;
}

@media (max-width: 1400px) {
  body.page-event {
    background-size: 1400px 768px;
  }
  .ev-hero {
    min-height: 700px;
  }
  .ev-hero__content {
    max-width: 28vw;
    margin: 0 0 0 8%;
  }
  .ev-hero__title {
    max-width: 360px;
  }
  .ev-hero__meta {
    flex-direction: column;
    gap: 8px;
  }
  .ev-hero__meta-item--place strong {
    font-size: 20px;
  }
  .ev-intro__wrapper {
    width: 768px;
    max-width: 100%;
    height: 768px;
    padding: 120px;
    border-radius: 50%;
    gap: 16px;
  }
  .ev-intro__highlight {
    font-size: 20px;
  }
  .ev-intro__grid {
    max-width: 260px;
  }
  .ev-intro__ask,
  .ev-intro__wrapper h2 {
    font-size: 24px;
  }
  .ev-intro__grid img {
    width: 100px;
    height: 100px;
  }
  .ev-session__time {
    width: 60px;
  }
  .ev-session {
    gap: 0;
  }
  .ev-session__speaker {
    padding: 0 0 0 20px;
  }
  .ev-session__card {
    padding: 32px;
  }
}

/* ================================================================
   Mobile breakpoint
   ================================================================ */
@media (max-width: 767px) {
  body.page-event {
    background-image: url('../assets/page2/hero-bg-mobile.jpg?v=b71eeeab');
    background-size: 100% auto;
    background-position: center 40px;
    background-repeat: no-repeat;
  }

  .ev-hero {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: unset;
    padding: 95% 16px 36px;
  }
  .ev-hero__content {
    width: 100%;
    max-width: 480px;
    padding-top: 0;
    align-items: center;
    text-align: center;
    margin: auto;
  }
  .ev-hero__title {
    max-width: 287px;
  }
  .ev-hero__quote {
    max-width: none;
  }
  .ev-hero__quote p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .ev-hero__meta {
    flex-wrap: wrap;
    gap: 8px 6px;
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }
  .ev-hero__meta-item {
    font-size: 15px;
    gap: 4px;
  }
  .ev-hero__meta-item img {
    width: 18px;
    height: 18px;
  }
  .ev-hero__meta-item small {
    font-size: 11px;
  }
  .ev-hero__meta-item--place strong {
    font-size: 15px;
  }
  .ev-hero__meta-item--place small {
    font-size: 12px;
    margin-top: 0;
  }

  .ev-intro__wrapper {
    border-radius: 140px;
    padding: 72px 24px;
    width: 100%;
    height: unset;
  }
  .ev-intro__wrapper h2 {
    font-size: 24px;
  }
  .ev-intro__lead,
  .ev-intro__body {
    font-size: 15px;
    max-width: none;
  }
  .ev-intro__ask {
    font-size: 22px;
  }
  .ev-intro__highlight {
    font-size: 20px;
  }
  .ev-intro__highlight span {
    font-size: 18px;
  }
  .ev-intro__grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 32px;
  }
  .ev-intro__grid img {
    width: 160px;
    height: 160px;
  }

  .ev-speakers__bubble {
    display: none;
  }

  .ev-speaker {
    max-width: 340px;
  }
  .ev-speaker__tag {
    max-width: 275px;
  }

  .ev-speaker__frame {
    width: 275px;
    max-width: 275px;
    aspect-ratio: 275 / 373;
  }
  .ev-speaker__photo {
    border-width: 4.3px;
    border-radius: 251px;
  }
  .ev-speaker__badge {
    right: -20px;
    top: 63.5%;
    width: 96px;
    height: 115px;
  }
  .ev-speaker__cta {
    width: 100px;
    height: 48px;
    padding: 0;
    font-size: 16px;
    bottom: -16px;
  }

  .ev-schedule {
    border-radius: 32px;
    margin: 32px auto;
  }
  .ev-schedule__header {
    padding: 32px 16px;
    gap: 12px;
  }
  .ev-schedule__header h2 {
    font-size: 26px;
  }
  .ev-schedule__date {
    max-width: 400px;
  }
  .ev-schedule__body {
    padding: 26px 16px 48px;
  }

  .ev-schedule__inner::before {
    left: 7px;
    bottom: 56px;
  }

  .ev-period__label {
    margin: 0 16px 0 -10px;
  }
  .ev-period__list {
    margin-left: 0;
    padding-left: 36px;
  }
  .ev-session {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 16px;
  }
  .ev-session::before {
    left: -36px;
    top: 14px;
    border-width: 4px;
  }
  .ev-session--end::before {
    left: -46px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: 9px 10px;
  }
  .ev-session__time {
    width: auto;
    flex-shrink: unset;
    text-align: left;
  }
  .ev-session__card {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 16px;
    gap: 20px;
    margin-top: 0;
    width: auto;
  }
  .ev-session__icon-wrap {
    width: 72px;
    height: 72px;
    align-self: flex-start;
  }
  .ev-session__icon-wrap img {
    width: 26px;
    height: 26px;
  }
  .ev-session__body {
    flex: unset;
  }
  .ev-session__body h3 {
    font-size: 19px;
  }
  .ev-session__speaker {
    flex-direction: row;
    align-items: center;
    text-align: left;
    width: auto;
    flex-shrink: unset;
    border-left: none;
    padding: 10px 0 0;
  }

  .ev-session--break .ev-session__break-card,
  .ev-session--plain .ev-session__break-card {
    width: auto;
  }

  .ev-audience__grid {
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 900px;
    margin: 0;
  }
  .ev-audience__item {
    flex: unset;
  }

  .ev-register__card {
    padding: 32px 20px;
    max-width: 640px;
    margin: 0;
  }
  .ev-register__card h2 {
    font-size: 22px;
  }
}
