[role="tablist"] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

[role="tablist"] [role="tab"] {
  appearance: none;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  padding: 0.55rem 1.05rem;
  background: #ffffff;
  color: #334155;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

[role="tablist"] [role="tab"][aria-selected="true"],
[role="tablist"] [role="tab"].is-active {
  border-color: #2563eb;
  background: #2563eb;
  color: #ffffff;
}

[role="tablist"] [role="tab"]:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

[role="tabpanel"][hidden] {
  display: none !important;
}
