.psp-schedule-wrap {
  background: var(--psp-bg);
  color: var(--psp-text);
  padding: var(--psp-padding);
  border-radius: var(--psp-radius);
  font-family: var(--psp-font);
  font-size: var(--psp-font-size);
  line-height: var(--psp-line-height);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.psp-day-label {
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
  opacity: 0.8;
}

.psp-heading {
  margin: 0 0 10px;
  color: var(--psp-heading);
  font-size: var(--psp-heading-size);
}

.psp-content p {
  margin: 0 0 8px;
}

.psp-content p:last-child {
  margin-bottom: 0;
}

.psp-steady-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.psp-day-card {
  background: rgba(255, 255, 255, 0.66);
  border-radius: calc(var(--psp-radius) * 0.75);
  padding: calc(var(--psp-padding) * 0.75);
}

.psp-empty {
  margin: 0;
}

.psp-week-list {
  margin: 0;
  padding-left: 18px;
}

.psp-week-list-item {
  margin-bottom: 8px;
}

.psp-week-list-item:last-child {
  margin-bottom: 0;
}
