﻿.schedule-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 74% 10%, rgba(40, 74, 210, 0.34), transparent 42%),
    linear-gradient(180deg, #101f7f 0%, #16276d 55%, #172868 100%);
  color: #fff;
}

.schedule-header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #132170;
  box-shadow: 0 3px 12px rgba(5, 10, 36, 0.22);
}

.schedule-header-inner {
  width: 1326px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  padding: 14px 0;
}

.schedule-main {
  width: 100%;
  padding: 72px 0 100px;
}

.schedule-hero,
.schedule-list-wrap {
  width: 1326px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
}

.schedule-hero {
  margin-bottom: 28px;
}

.schedule-hero .section-titles {
  margin-bottom: 0;
}

.schedule-hero .section-titles h2 {
  align-self: auto;
}

.schedule-hero .section-titles p {
  margin: 0;
  color: #dce6ff;
}

.schedule-date {
  color: #f0f4ff !important;
}

.schedule-list {
  display: grid;
  gap: 12px;
}

.schedule-item {
  border: 1px solid rgba(121, 157, 255, 0.65);
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(22, 56, 166, 0.9), rgba(20, 49, 148, 0.9));
  padding: 25.497px 25.497px 30.596px 30.596px;
}

.schedule-head {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  display: grid;
  grid-template-columns: 170px 1fr 32px;
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  text-align: left;
  cursor: pointer;
}

.schedule-time {
  position: relative;
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  gap: 8px;
  display: inline-flex;
}

.schedule-mainline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  justify-content: space-between;
}
.schedule-icon {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.schedule-mainline h3 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.047px; /* 155.815% */
  margin: 0;
  font-family: "DM Sans";
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 600;

  height: 24px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;

  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}

.tag.presentation {
  color: #fff;
  background: #1ed0dc;
}

.tag.no-activity {
  color: #fff;
  background: #7f8aa2;
}

.tag.keynote {
  color: #111125;
  background: #ffac00;
}

.tag.break {
  color: #fff;
  background: #8a96af;
}
.tag.meetings {
  color: #fff;
  background: #22c55e;
}

.schedule-meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: #e1e9ff;
  font-size: 14px;
  line-height: 145%;
}

.schedule-meta span {
  position: relative;
  padding-left: 8px;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.schedule-toggle {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  justify-self: end;
  color: #b7c8ff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.schedule-toggle::before {
  content: "+";
  display: inline-block;
  transition: transform 180ms ease;
}

.schedule-body {
  display: none;
  border-top: 1px solid rgba(154, 183, 255, 0.45);
  padding: 24px 0 0 0;
}

.schedule-body ul {
  margin: 0;
  padding-left: 16px;
  color: #edf2ff;
  font-size: 16px;
  line-height: 160%;

  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.047px; /* 175.292% */
}

.schedule-item.is-open .schedule-body {
  display: block;
}

.schedule-item.is-open .schedule-toggle {
  color: #fff;
}

.schedule-item.is-open .schedule-toggle::before {
  transform: rotate(45deg);
}

.schedule-page .site-footer {
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .schedule-main {
    padding-top: 62px;
  }

  .schedule-head {
    grid-template-columns: 130px 1fr 24px;
  }

  .schedule-time {
    font-size: 24px;
  }

  .schedule-mainline h3 {
    font-size: 30px;
  }

  .tag {
    font-size: 14px;
    height: 24px;
  }
}

@media (max-width: 992px) {
  .schedule-header-inner,
  .schedule-hero,
  .schedule-list-wrap {
    max-width: calc(100% - 24px);
  }

  .schedule-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .schedule-toggle {
    justify-self: end;
    margin-top: -34px;
  }
}

@media (max-width: 768px) {
  .schedule-main {
    padding: 42px 0 70px;
  }

  .schedule-hero .section-titles h2 {
    font-size: 38px;
  }

  .schedule-mainline h3 {
    font-size: 23px;
  }

  .schedule-time {
    font-size: 20px;
  }

  .schedule-meta {
    font-size: 13px;
  }

  .schedule-body ul {
    font-size: 14px;
  }
}
