.pss-public-wrap {
  color: #050505;
  font-family: inherit;
  width: 100%;
}

.pss-public-header {
  margin-bottom: 28px;
}

.pss-public-header h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.pss-public-header p {
  color: #6d7077;
  font-size: 18px;
  margin: 0;
}

.pss-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.pss-legend span {
  align-items: center;
  background: var(--pss-color);
  border-radius: 999px;
  color: #fff!important;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 30px;
  min-width: 118px;
  padding: 8px 18px;
  text-transform: uppercase;
  transition: box-shadow 140ms ease, opacity 140ms ease, transform 140ms ease;
  user-select: none;
}

.pss-legend span:focus-visible {
  box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.18);
  outline: 0;
}

.pss-legend span.is-active {
  box-shadow: 0 0 0 2px #050505;
  transform: translateY(-1px);
}

.pss-legend span.is-muted {
  opacity: 0.32;
}

.pss-legend .pss-clear-filter {
  background: #050505;
  border: 1px solid #050505;
  color: #fff;
}

.pss-legend .pss-clear-filter[hidden] {
  display: none;
}

.pss-legend i {
  display: none;
}

.pss-schedule {
  overflow-x: auto;
  padding-bottom: 12px;
}

.pss-mobile-schedule {
  display: none;
}

.pss-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 94px repeat(var(--pss-days), minmax(132px, 1fr));
  min-width: 1060px;
}

.pss-grid-corner,
.pss-day-heading,
.pss-time-label {
  align-items: center;
  display: flex;
}

.pss-day-heading {
  color: #050505;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  text-transform: uppercase;
}

.pss-day-heading:nth-child(7),
.pss-day-heading:nth-child(8) {
  color: #050505;
}

.pss-time-label {
  color: #050505;
  font-size: 14px;
  font-weight: 800;
  justify-content: flex-end;
  min-height: 132px;
  padding-right: 24px;
  text-transform: uppercase;
}

.pss-cell {
  background: #fff;
  border-bottom: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-radius: 0;
  border-top: 1px solid #b8b8b8;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 132px;
  padding: 8px;
}

.pss-grid .pss-cell:nth-child(8n + 2) {
  border-left: 1px solid #b8b8b8;
}

.pss-card {
  background: #f3d7df;
  background: color-mix(in srgb, var(--pss-card-color) 24%, white);
  border: 1px solid #edd0d8;
  border: 1px solid color-mix(in srgb, var(--pss-card-color) 36%, white);
  border-radius: 10px;
  box-sizing: border-box;
  color: #050505;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 12px;
  text-align: center;
}

.pss-card strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.pss-card span {
  color: #6c6d78;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 5px;
}

.pss-card .pss-card-level {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.pss-card[hidden],
.pss-mobile-row[hidden],
.pss-mobile-day[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  .pss-public-header {
    margin-bottom: 24px;
  }

  .pss-legend {
    gap: 10px 14px;
    margin-bottom: 26px;
  }

  .pss-schedule {
    display: none;
  }

  .pss-mobile-schedule {
    display: block;
  }

  .pss-mobile-day {
    border-bottom: 1px solid #111;
  }
.pss-mobile-day summary {  
  background: rgba(255, 255, 255, 0.586); 
}
  .pss-mobile-day:first-child {
    border-top: 1px solid #111;
  }

  .pss-mobile-day summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    list-style: none;
    min-height: 78px;
    padding: 18px 8px;
  }

  .pss-mobile-day summary::-webkit-details-marker {
    display: none;
  }

  .pss-mobile-day summary span {
    color: #050505;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
  }

  .pss-mobile-day summary i {
    border-bottom: 2px solid #050505;
    border-left: 2px solid #050505;
    display: block;
    flex: 0 0 auto;
    height: 24px;
    margin-right: 8px;
    transform: rotate(-45deg);
    transition: transform 160ms ease;
    width: 24px;
  }

  .pss-mobile-day[open] summary i {
    transform: rotate(135deg);
  }

  .pss-mobile-day-content {
    display: grid;
    gap: 18px;
    padding: 8px 0 34px;
  }

  .pss-mobile-row {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(92px, 25%) 1fr;
  }

  .pss-mobile-time {
    align-items: center;
    color: #1e1e1e;
    display: flex;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }

  .pss-mobile-activities {
    display: grid;
    gap: 14px;
    min-width: 0;
  }

  .pss-mobile-activities .pss-card {
    min-height: clamp(128px, 34vw, 220px);
    padding: 18px;
  }

  .pss-mobile-activities .pss-card strong {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.05;
    text-align: center;
  }

  .pss-mobile-activities .pss-card span {
    line-height: 1.15;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .pss-mobile-row {
    gap: 12px;
    grid-template-columns: minmax(78px, 24%) 1fr;
  }

  .pss-mobile-day summary {
    min-height: 68px;
    padding-left: 1em;
    padding-right: 0;
  }

  .pss-mobile-day-content {
    gap: 14px;
  }
}
