#modal-across {
  background: transparent;
  border: none;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
}

#modal-across::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

#modal-across img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}
.across-schedule a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.sp-only {
  display: none;
}

@media (max-width: 779px) {
  .sp-only {
    display: block;
  }
}

.gradient-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: linear-gradient(to right, #c71e1b, #0a7022);
  color: #ffffff;
  text-decoration: none;
  padding: 16px 18px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
}

.btn-title {
  font-size: 1.25rem;
  font-weight: 800;
}

.btn-date {
  font-size: 0.875rem;
  font-weight: 400;
}

.btn-cta {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 4px;
}
