.is-event-landing.new-lp-page {
  --lp-bg: #f6fbfd;
  --lp-surface: rgba(255, 255, 255, 0.9);
  --lp-surface-solid: #ffffff;
  --lp-text: #102a38;
  --lp-muted: #526977;
  --lp-border: rgba(16, 42, 56, 0.16);
  --lp-accent: #33adce;
  --lp-accent-contrast: #ffffff;
  --lp-font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}

.is-event-landing.lp-theme-tanabata {
  --lp-bg: #33adce;
  --lp-accent: #fff15a;
  --lp-text: #073241;
  --lp-muted: #315766;
  --lp-surface: rgba(255, 255, 255, 0.88);
  --lp-surface-solid: #ffffff;
  background: #33adce;
}

.is-event-landing.lp-theme-night {
  --lp-bg: #000a3b;
  --lp-accent: #7ee9ff;
  --lp-text: #f7fbff;
  --lp-muted: rgba(247, 251, 255, 0.78);
  --lp-surface: rgba(255, 255, 255, 0.1);
  --lp-surface-solid: #ffffff;
  --lp-border: rgba(255, 255, 255, 0.22);
  --lp-accent-contrast: #00112f;
  background: #000a3b;
}

.is-event-landing.new-lp-page .event-main {
  padding: 0 0 4rem;
  color: var(--lp-text);
  background: var(--lp-bg);
  font-family: var(--lp-font-family);
}

.is-event-landing.new-lp-page .event-shell {
  gap: 0;
}

.is-event-landing.new-lp-page .event-main > .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.maebashi-lp-block,
.maebashi-lp-block * {
  box-sizing: border-box;
  font-family: var(--lp-font-family, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif);
}

.maebashi-lp-block {
  width: 100%;
  color: var(--lp-text, #102a38);
}

.maebashi-lp-block img {
  display: block;
  max-width: 100%;
  height: auto;
}

.maebashi-lp-page-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem;
  border-bottom: 1px solid var(--lp-border, rgba(16, 42, 56, 0.16));
  background: color-mix(in srgb, var(--lp-bg, #f6fbfd) 82%, #fff);
  backdrop-filter: blur(12px);
}

.maebashi-lp-page-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--lp-border, rgba(16, 42, 56, 0.16));
  border-radius: 8px;
  color: var(--lp-text, #102a38);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.maebashi-lp-hero {
  position: relative;
  display: grid;
  min-height: clamp(520px, 84vh, 760px);
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: var(--lp-bg, #f6fbfd);
}

.maebashi-lp-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maebashi-lp-hero__overlay {
  position: relative;
  display: grid;
  align-content: end;
  gap: 1rem;
  padding: clamp(2rem, 6vw, 5rem);
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.56));
}

.maebashi-lp-hero__title {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
}

.maebashi-lp-hero__lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 800;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.maebashi-lp-hero__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}

.maebashi-lp-hero__dates span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  color: var(--lp-text, #102a38);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 900;
}

.maebashi-lp-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5rem) 0;
}

.maebashi-lp-section > * + * {
  margin-top: clamp(1rem, 3vw, 1.8rem);
}

.lp-repro-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.lp-repro-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #000 0%, var(--lp-accent, #33adce) 10%, var(--lp-accent, #33adce) 90%, #000 100%);
}

.lp-repro-header #nav_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 25px;
  height: 60px;
  margin: 0 -150px 0 0;
  padding: 0;
  list-style: none;
}

.lp-repro-header #nav_menu a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.lp-repro-header #nav_menu .official a {
  width: 100px;
  min-width: 0;
  padding: 5px 0;
  border: 1px solid #808080;
  background: #1a1a1a;
  font-size: 12px;
  text-align: center;
}

.lp-repro-menu-toggle {
  display: none;
}

.lp-repro-mainvisual {
  position: relative;
  min-height: 0;
  padding: 29px 0 clamp(1.5rem, 3.2vw, 2.8rem);
}

.lp-repro-mainvisual h1 {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.lp-repro-mainvisual h1 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 8px 8px;
}

.lp-repro-mainvisual .countdown {
  position: absolute;
  right: 50%;
  bottom: clamp(0.75rem, 2.2vw, 1.8rem);
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.6rem, 2vw, 1.4rem);
  width: min(1100px, 90vw);
  padding: 0.95rem 1rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(90deg, #000 0%, var(--lp-accent, #33adce) 12%, var(--lp-accent, #33adce) 88%, #000 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  line-height: 1;
}

.lp-repro-mainvisual .countdown .item01,
.lp-repro-mainvisual .countdown .item02 {
  display: flex;
  align-items: baseline;
  font-weight: 900;
}

.lp-repro-mainvisual .countdown .txt01,
.lp-repro-mainvisual .countdown .txt02 {
  font-size: clamp(0.78rem, 1.8vw, 1.3rem);
}

.lp-repro-mainvisual .countdown [data-countdown-days],
.lp-repro-mainvisual .countdown [data-countdown-time] {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.lp-repro-mainvisual .countdown [data-countdown-days] {
  margin: 0 0.35rem 0 0.7rem;
}

.lp-repro-mainvisual__night-label {
  position: absolute;
  right: 50%;
  bottom: clamp(5.6rem, 10vw, 9rem);
  transform: translateX(50%);
  width: min(900px, 86vw);
  padding: 1rem 1.5rem;
  color: #fff;
  background: rgba(0, 10, 59, 0.82);
  border: 2px solid rgba(126, 233, 255, 0.65);
  border-radius: 8px;
  font-size: clamp(2rem, 7vw, 5.2rem);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.46);
}

.lp-repro-section {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(1.35rem, 3.4vw, 2.7rem) 0;
  scroll-margin-top: 72px;
}

.lp-repro-section > .wp-block-group__inner-container,
.lp-repro-section > .wp-block-group,
.lp-repro-section > .contents_inner {
  width: 100%;
}

.lp-repro-section .maebashi-lp-section-heading {
  margin-bottom: clamp(0.75rem, 2.4vw, 1.5rem);
  padding: 0;
}

.lp-repro-section .maebashi-lp-section-heading__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  line-height: 1.1;
}

.lp-repro-section .maebashi-lp-section-heading::before {
  color: color-mix(in srgb, var(--lp-text, #102a38) 44%, transparent);
  font-size: clamp(5rem, 15vw, 12rem);
}

.lp-repro-section .maebashi-lp-racer-grid__items {
  grid-template-columns: repeat(var(--lp-grid-columns, 4), minmax(0, 1fr));
  gap: 50px 30px;
}

.lp-repro-section .maebashi-lp-racer-grid {
  width: 80%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.lp-repro-section .maebashi-lp-racer-card {
  position: relative;
  border-radius: 0;
  border-color: color-mix(in srgb, var(--lp-accent, #33adce) 75%, #fff);
}

.lp-repro-section .maebashi-lp-racer-card__media {
  aspect-ratio: 3 / 4;
}

.lp-repro-section .maebashi-lp-racer-card__body {
  position: absolute;
  inset: auto 0 0;
  display: block;
  padding: 0.55rem 0.35rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  text-align: center;
}

.lp-repro-section .maebashi-lp-racer-card__name {
  color: #fff;
  font-size: clamp(0.95rem, 1.55vw, 1.35rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.lp-repro-section .maebashi-lp-racer-card__meta {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.72rem, 1.1vw, 0.9rem);
  line-height: 1.35;
}

.lp-repro-section .maebashi-lp-card-grid__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.8vw, 1.35rem);
}

.lp-repro-section .maebashi-lp-event-card {
  border-radius: 0;
  box-shadow: none;
}

.lp-repro-section .maebashi-lp-event-card__title {
  padding: 0.85rem 1rem;
  color: #fff;
  background: var(--lp-accent, #33adce);
  text-align: center;
}

.lp-repro-section .maebashi-lp-event-card__header {
  display: grid;
  gap: 0;
}

.lp-repro-section .maebashi-lp-event-card__body {
  padding: 1rem;
}

.lp-repro-section .maebashi-lp-event-card__text,
.lp-repro-section .maebashi-lp-event-card__meta-row dt,
.lp-repro-section .maebashi-lp-event-card__meta-row dd,
.lp-repro-custom-box,
.lp-repro-tv-grid,
.lp-repro-aboutbank,
.lp-repro-map + .maebashi-lp-info-table {
  font-size: 18px;
}

.lp-repro-section .maebashi-lp-event-card__media {
  aspect-ratio: 16 / 9;
}

.lp-repro-section .maebashi-lp-event-card__label {
  display: none;
}

.lp-repro-section .maebashi-lp-event-card__meta {
  padding: 0;
}

.lp-repro-section .maebashi-lp-event-card__text {
  padding: 0;
}

.lp-repro-image-section img {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.lp-repro-custom-box {
  padding: clamp(1rem, 3vw, 1.5rem);
  color: #102a38;
  background: rgba(255, 255, 255, 0.92);
}

.lp-repro-about-copy {
  margin: 0 0 1rem;
  color: var(--lp-accent, #33adce);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.lp-repro-tv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lp-repro-map {
  width: min(100%, 1000px);
  margin-inline: auto;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.lp-repro-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1100px) {
  .lp-repro-header #nav_menu ul {
    justify-content: space-between;
    gap: inherit;
    padding: 0 15px;
  }

  .lp-repro-header #nav_menu a {
    font-size: 1.4vw;
  }

  .lp-repro-header #nav_menu .official a {
    width: 80px;
    padding: 5px 0;
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .lp-repro-header {
    height: 60px;
    min-height: 60px;
  }

  .lp-repro-header::after {
    width: 0;
    height: 0;
  }

  .lp-repro-menu-toggle {
    display: inline-flex;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }

  .lp-repro-menu-toggle span,
  .lp-repro-menu-toggle::before,
  .lp-repro-menu-toggle::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .lp-repro-menu-toggle::before {
    transform: translateY(-8px);
  }

  .lp-repro-menu-toggle::after {
    transform: translateY(8px);
  }

  .lp-repro-header.is-menu-open .lp-repro-menu-toggle span {
    opacity: 0;
  }

  .lp-repro-header.is-menu-open .lp-repro-menu-toggle::before {
    transform: rotate(45deg);
  }

  .lp-repro-header.is-menu-open .lp-repro-menu-toggle::after {
    transform: rotate(-45deg);
  }

  .lp-repro-header #nav_menu {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 60px 20px 40px;
    overflow: auto;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    -webkit-overflow-scrolling: touch;
  }

  .lp-repro-header.is-menu-open #nav_menu {
    transform: translateX(0);
  }

  .lp-repro-header #nav_menu ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .lp-repro-header #nav_menu li {
    width: 100%;
  }

  .lp-repro-header #nav_menu a {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }

  .lp-repro-header #nav_menu .official a {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 10px 0;
    font-size: 11px;
  }

  .lp-repro-mainvisual {
    padding: 12px 0 0.9rem;
  }

  .lp-repro-mainvisual h1 {
    width: 100%;
  }

  .lp-repro-mainvisual h1 img {
    border-radius: 0;
  }

  .lp-repro-mainvisual .countdown {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    transform: none;
    width: 100%;
    margin: 0;
    padding: 0.7rem 0.35rem;
    gap: 0.45rem;
    box-shadow: none;
    overflow: hidden;
  }

  .lp-repro-mainvisual .countdown [data-countdown-days],
  .lp-repro-mainvisual .countdown [data-countdown-time] {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .lp-repro-mainvisual .countdown .txt01,
  .lp-repro-mainvisual .countdown .txt02 {
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .lp-repro-mainvisual .countdown .item01,
  .lp-repro-mainvisual .countdown .item02 {
    min-width: 0;
    justify-content: center;
  }

  .lp-repro-mainvisual__night-label {
    width: calc(100% - 32px);
    bottom: 5.4rem;
    padding: 0.75rem 1rem;
    font-size: clamp(1.7rem, 10vw, 3.2rem);
  }

  .lp-repro-section {
    width: min(1100px, calc(100% - 24px));
    max-width: calc(100% - 24px);
    padding: 1.15rem 0;
    scroll-margin-top: 62px;
  }

  .lp-repro-section .maebashi-lp-section-heading {
    margin-bottom: 0.6rem;
    padding: 0;
  }

  .lp-repro-section .maebashi-lp-section-heading__text {
    height: 100px;
    font-size: clamp(1.25rem, 5.6vw, 1.65rem);
  }

  .lp-repro-section .maebashi-lp-section-heading::before {
    font-size: clamp(4.2rem, 24vw, 7.5rem);
  }

  .lp-repro-section .maebashi-lp-racer-grid__items {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none !important;
    gap: 15px 10px;
  }

  .lp-repro-section .maebashi-lp-racer-grid {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-inline: 0;
  }

  .lp-repro-section .maebashi-lp-racer-card {
    width: auto !important;
    max-width: calc((100% - 10px) / var(--lp-grid-mobile-columns, 2));
    flex: 0 0 calc((100% - 10px) / var(--lp-grid-mobile-columns, 2));
    min-width: 0;
  }

  .lp-repro-section .maebashi-lp-event-card {
    min-width: 0;
  }

  .lp-repro-section .maebashi-lp-racer-card__body {
    padding: 0.45rem 0.25rem;
  }

  .lp-repro-section .maebashi-lp-racer-card__name {
    font-size: 0.9rem;
  }

  .lp-repro-section .maebashi-lp-racer-card__meta {
    font-size: 0.7rem;
  }

  .lp-repro-section .maebashi-lp-card-grid__items,
  .lp-repro-tv-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr !important;
    gap: 0.9rem;
  }

  .lp-repro-section .maebashi-lp-event-card__title {
    padding: 0.7rem 0.75rem;
    font-size: 0.95rem;
  }

  .lp-repro-section .maebashi-lp-event-card__body {
    padding: 0.85rem;
  }

  .lp-repro-section .maebashi-lp-event-card__text,
  .lp-repro-section .maebashi-lp-event-card__meta-row dt,
  .lp-repro-section .maebashi-lp-event-card__meta-row dd,
  .lp-repro-custom-box,
  .lp-repro-tv-grid,
  .lp-repro-aboutbank,
  .lp-repro-map + .maebashi-lp-info-table {
    font-size: 14px;
  }

  .lp-repro-custom-box {
    padding: 0.9rem;
  }

  .lp-repro-about-copy {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .lp-repro-map {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 640px) {
  .lp-repro-section .maebashi-lp-racer-card {
    max-width: calc((100% - 10px) / var(--lp-grid-mobile-columns, 2));
    flex-basis: calc((100% - 10px) / var(--lp-grid-mobile-columns, 2));
    margin-inline: 0;
  }
}

.maebashi-lp-section-heading {
  position: relative;
  isolation: isolate;
  padding: clamp(1.25rem, 4vw, 2.5rem) 0;
  text-align: center;
}

.maebashi-lp-section-heading--left {
  text-align: left;
}

.maebashi-lp-section-heading::before {
  content: attr(data-bg-text);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  overflow: hidden;
  color: currentColor;
  font-size: var(--lp-heading-bg-size, 96px);
  font-weight: 800;
  line-height: 1;
  opacity: var(--lp-heading-bg-opacity, 0.16);
  pointer-events: none;
  white-space: nowrap;
}

.maebashi-lp-section-heading--left::before {
  inset-inline-start: 0;
  transform: translateY(-50%);
}

.maebashi-lp-section-heading__text {
  margin: 0;
  color: var(--lp-heading-color, var(--lp-text, #102a38));
  font-size: clamp(1.8rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.maebashi-lp-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--lp-border, rgba(16, 42, 56, 0.16));
  border-radius: 8px;
  color: var(--lp-text, #102a38);
  background: var(--lp-surface, rgba(255, 255, 255, 0.9));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  line-height: 1.2;
}

.maebashi-lp-countdown--hero {
  padding: 1rem 1.4rem;
  font-size: clamp(1.1rem, 3vw, 2rem);
}

.maebashi-lp-countdown__label {
  font-size: 0.82em;
  font-weight: 700;
  white-space: nowrap;
}

.maebashi-lp-countdown__value,
.maebashi-lp-countdown__message {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.maebashi-lp-racer-grid__items,
.maebashi-lp-card-grid__items {
  display: grid;
  grid-template-columns: repeat(var(--lp-grid-columns, auto-fit), minmax(180px, 1fr));
  gap: clamp(0.8rem, 2vw, 1.4rem);
}

.maebashi-lp-racer-card,
.maebashi-lp-event-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lp-border, rgba(16, 42, 56, 0.16));
  border-radius: 8px;
  color: #102a38;
  background: var(--lp-surface-solid, #fff);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.maebashi-lp-racer-card.is-featured {
  border-color: var(--lp-accent, #33adce);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.maebashi-lp-racer-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.maebashi-lp-racer-card__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e7f3f6;
}

.maebashi-lp-racer-grid--ratio-square .maebashi-lp-racer-card__media {
  aspect-ratio: 1 / 1;
}

.maebashi-lp-racer-grid--ratio-wide .maebashi-lp-racer-card__media {
  aspect-ratio: 16 / 10;
}

.maebashi-lp-racer-card__image,
.maebashi-lp-event-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maebashi-lp-racer-card__body,
.maebashi-lp-event-card__body {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.maebashi-lp-racer-card__name,
.maebashi-lp-event-card__title {
  margin: 0;
  color: #102a38;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.maebashi-lp-racer-card__meta,
.maebashi-lp-event-card__meta,
.maebashi-lp-event-card__text,
.maebashi-lp-asset-image__caption {
  margin: 0;
  color: #526977;
  font-size: 0.95rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.maebashi-lp-card-grid.has-equal-height .maebashi-lp-event-card {
  height: 100%;
}

.maebashi-lp-event-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e7f3f6;
}

.maebashi-lp-event-card__image-link {
  display: block;
  height: 100%;
}

.maebashi-lp-event-card__label {
  justify-self: start;
  margin: 0;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  color: var(--lp-accent-contrast, #fff);
  background: var(--lp-accent, #33adce);
  font-size: 0.82rem;
  font-weight: 800;
}

.maebashi-lp-event-card__meta {
  display: grid;
  gap: 0.3rem;
}

.maebashi-lp-event-card__meta-row {
  display: grid;
  grid-template-columns: 4.5em minmax(0, 1fr);
  gap: 0.5rem;
}

.maebashi-lp-event-card__meta dt,
.maebashi-lp-event-card__meta dd {
  margin: 0;
}

.maebashi-lp-event-card__meta dt {
  font-weight: 800;
  color: #102a38;
}

.maebashi-lp-event-card__button {
  margin: 0.25rem 0 0;
}

.maebashi-lp-info-table__link {
  margin: 0.65rem 0 0;
}

.maebashi-lp-event-card__button a,
.maebashi-lp-info-table__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 40px;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  color: var(--lp-accent-contrast, #fff);
  background: var(--lp-accent, #33adce);
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.maebashi-lp-info-table,
.maebashi-lp-shuttle-bus-table {
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--lp-border, rgba(16, 42, 56, 0.16));
  border-radius: 8px;
  background: var(--lp-surface, rgba(255, 255, 255, 0.9));
}

.maebashi-lp-info-table__heading,
.maebashi-lp-shuttle-bus-table__heading {
  margin: 0 0 1rem;
  color: var(--lp-text, #102a38);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.maebashi-lp-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.maebashi-lp-info-table table,
.maebashi-lp-shuttle-bus-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: #102a38;
  background: #fff;
}

.maebashi-lp-info-table th,
.maebashi-lp-info-table td,
.maebashi-lp-shuttle-bus-table th,
.maebashi-lp-shuttle-bus-table td {
  padding: 0.85rem;
  border: 1px solid rgba(16, 42, 56, 0.16);
  vertical-align: top;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.maebashi-lp-info-table th,
.maebashi-lp-shuttle-bus-table th {
  width: 28%;
  background: color-mix(in srgb, var(--lp-accent, #33adce) 12%, #fff);
  font-weight: 800;
  text-align: left;
}

.maebashi-lp-shuttle-bus-table__route {
  margin: 0 0 0.8rem;
  color: var(--lp-muted, #526977);
  font-weight: 800;
}

.maebashi-lp-shuttle-bus-table__times {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1.5em;
  margin: 0;
  padding: 0;
  list-style: none;
  word-spacing: normal;
}

.maebashi-lp-shuttle-bus-table__time--final-day {
  color: #ff0000;
}

.maebashi-lp-asset-image {
  margin: 0;
}

.maebashi-lp-asset-image--center {
  text-align: center;
}

.maebashi-lp-asset-image--right {
  text-align: right;
}

.maebashi-lp-asset-image__link,
.maebashi-lp-asset-image__image {
  display: inline-block;
  max-width: 100%;
}

.maebashi-lp-asset-image__caption {
  margin-top: 0.5rem;
}

@media (max-width: 640px) {
  .maebashi-lp-countdown {
    display: grid;
    justify-items: center;
    width: 100%;
    text-align: center;
  }

  .maebashi-lp-racer-grid__items {
    grid-template-columns: repeat(var(--lp-grid-mobile-columns, 2), minmax(0, 1fr));
  }

  .maebashi-lp-card-grid__items {
    grid-template-columns: 1fr;
  }

  .maebashi-lp-racer-card__body,
  .maebashi-lp-event-card__body {
    padding: 0.8rem;
  }

  .maebashi-lp-info-table,
  .maebashi-lp-shuttle-bus-table {
    padding: 0.8rem;
  }

  .maebashi-lp-info-table__heading,
  .maebashi-lp-shuttle-bus-table__heading {
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
  }

  .maebashi-lp-info-table table,
  .maebashi-lp-shuttle-bus-table table {
    min-width: 460px;
  }

  .maebashi-lp-info-table th,
  .maebashi-lp-info-table td,
  .maebashi-lp-shuttle-bus-table th,
  .maebashi-lp-shuttle-bus-table td {
    padding: 0.6rem;
    font-size: 0.88rem;
    line-height: 1.55;
  }
}
