.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: var(--shadow-soft);
}

.skip-link:focus {
  top: 1rem;
}

.icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-solid {
  fill: currentColor;
  stroke: none;
}

.mobile-menu-panel[hidden] {
  display: none !important;
}

.accordion-panel[hidden] {
  display: none !important;
}

.accordion-panel[data-state="open"] {
  overflow: hidden;
}

.cal-embed-container {
  min-height: 780px;
}

.cal-embed-container iframe {
  width: 100%;
  min-height: 780px;
  border: 0;
}
