﻿.section-schedule h1,
.section-schedule h2 {
  font-size: 2.25rem;
  line-height: 2.75;
  margin-bottom: 1.5rem;
}

.section-schedule h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.375rem;
  margin-bottom: 1rem;
}

.schedule-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--color-black, #000);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.schedule-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.schedule-item > aside > span {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schedule-item ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style-position: inside;
}

/* .schedule-buttons {
  padding-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
} */

.schedule-item-details {
  border-bottom: solid 1px black;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  list-style-type: none;
}

.schedule-item-details:has(>.schedule-event) {
  display: flex;
}

#schedule-time {
  color: #545454;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 0;
}

.schedule-item-list>li>div {
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.schedule-item-list>li>div>div {
  flex: 1 1 0%;
}

.schedule-event {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  flex: 1 1 0%;
}

.rainbow-line {
  margin-top: 40px;
}

.w-1\/3 {
  width: 33.333333%;
}

.inline-flex {
  display: inline;
}

@media screen and (min-width: 768px) {

  /* .schedule-buttons {
    flex-direction: row;
  } */

  .rainbow-line {
    margin-top: 3rem;
  }

  .section-schedule p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .section-schedule li {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .section-schedule h1,
  .section-schedule h2 {
    font-size: 3.75rem;
    line-height: 4.688rem;
  }

  .section-schedule h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 1.5rem;
  }

  .schedule-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .schedule-item p {
    /* margin-bottom: 1.5rem; */
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
  .schedule-item {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }

  .schedule-item>aside {
    width: 35rem;
  }

  .schedule-item>ul {
    width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .schedule-item>ul {
    width: 60%;
  }
}
