.sched[data-astro-cid-amlwvqei] {
  box-sizing: border-box;
  color: var(--foreground);
  font-size: .9rem;
}

.sched-header[data-astro-cid-amlwvqei] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sched-title[data-astro-cid-amlwvqei] {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -.01em;
}

.sched-filter-wrap[data-astro-cid-amlwvqei] {
  position: relative;
}

.sched-filter[data-astro-cid-amlwvqei] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding-inline: 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: none;
  color: var(--foreground);
  font: inherit;
  font-size: .8125rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background .12s, border-color .12s;
}

.sched-filter[data-astro-cid-amlwvqei]:hover, .sched-filter[data-astro-cid-amlwvqei][aria-expanded="true"] {
  background: var(--button-hover);
}

.sched-menu[data-astro-cid-amlwvqei] {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 6px);
  z-index: 30;
  min-width: 150px;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--input-background);
  box-shadow: 0 14px 40px #0000002e;
}

.sched-menu[data-astro-cid-amlwvqei][hidden] {
  display: none;
}

.sched-menu-item[data-astro-cid-amlwvqei] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 9px;
  background: none;
  color: var(--foreground);
  font: inherit;
  font-size: .8125rem;
  text-align: start;
  cursor: pointer;
}

.sched-menu-item[data-astro-cid-amlwvqei]:hover {
  background: var(--button-hover);
}

.sched-menu-check[data-astro-cid-amlwvqei] {
  visibility: hidden;
}

.sched-menu-item[data-astro-cid-amlwvqei][aria-checked="true"] .sched-menu-check[data-astro-cid-amlwvqei] {
  visibility: visible;
}

.sched-subtitle[data-astro-cid-amlwvqei] {
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: .86rem;
}

.sched-composer[data-astro-cid-amlwvqei] section {
  padding-inline: 0;
}

.sched-composer[data-astro-cid-amlwvqei] .attachment-menu {
  top: calc(100% + 8px);
  bottom: auto;
}

.sched-section[data-astro-cid-amlwvqei] {
  margin: 24px 0 4px;
  font-size: .8125rem;
  font-weight: 500;
}

.sched-section-toggle[data-astro-cid-amlwvqei] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  margin-inline-start: 2px;
  border: 0;
  border-radius: 8px;
  background: none;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  transition: background .12s, color .12s;
}

.sched-section-toggle[data-astro-cid-amlwvqei]:hover {
  background: var(--button-hover);
  color: var(--foreground);
}

.sched-section-toggle[data-astro-cid-amlwvqei] .icon-asset {
  transition: transform .16s;
}

.sched-section-toggle[data-astro-cid-amlwvqei][aria-expanded="false"] .icon-asset {
  transform: rotate(-90deg);
}

.sched-list[data-astro-cid-amlwvqei] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sched-list[data-astro-cid-amlwvqei][hidden] {
  display: none;
}

.sched-item[data-astro-cid-amlwvqei] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 12px;
  transition: background .12s;
}

.sched-item[data-astro-cid-amlwvqei]:hover, .sched-item[data-astro-cid-amlwvqei]:focus-within {
  background: var(--button-hover);
}

.sched-item[data-astro-cid-amlwvqei]:not(:last-child):after {
  content: "";
  position: absolute;
  inset-inline: 12px;
  bottom: 0;
  height: 1px;
  background: var(--border);
}

.sched-item[data-astro-cid-amlwvqei]:hover:after, .sched-item[data-astro-cid-amlwvqei]:focus-within:after {
  background: none;
}

.sched-emoji[data-astro-cid-amlwvqei] {
  flex: 0 0 28px;
  font-size: 1.35rem;
  line-height: 1;
  text-align: center;
}

.sched-text[data-astro-cid-amlwvqei] {
  flex: 1;
  min-width: 0;
}

.sched-item-title[data-astro-cid-amlwvqei] {
  font-size: .92rem;
  font-weight: 600;
}

.sched-item-desc[data-astro-cid-amlwvqei] {
  margin-top: 2px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.45;
}

.sched-add[data-astro-cid-amlwvqei] {
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: none;
  color: var(--muted);
  cursor: pointer;
  transition: background .12s, color .12s, transform .12s;
}

.sched-add[data-astro-cid-amlwvqei]:hover {
  background: var(--composer-hover, var(--button-hover));
  color: var(--foreground);
}

.sched-add[data-astro-cid-amlwvqei]:active {
  transform: scale(.92);
}

.sched-filter[data-astro-cid-amlwvqei]:focus-visible, .sched-menu-item[data-astro-cid-amlwvqei]:focus-visible, .sched-section-toggle[data-astro-cid-amlwvqei]:focus-visible, .sched-add[data-astro-cid-amlwvqei]:focus-visible {
  outline: 2px solid var(--accent, #3c83f6);
  outline-offset: 2px;
}

@media (width <= 600px) {
  .sched[data-astro-cid-amlwvqei] {
    padding: 20px 12px 40px;
  }

  .sched-title[data-astro-cid-amlwvqei] {
    font-size: 1.25rem;
  }
}
