tb-reveal {
  display: block;
  margin: 1rem 0;
}

tb-reveal .tb-reveal__fallback {
  margin: 0;
}

tb-reveal .tb-reveal__content {
  margin-top: 0.75rem;
}

.tb-reveal__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 600;
  gap: 0.35rem;
  padding: 0.25rem 0;
  text-align: left;
}

.tb-reveal__chevron {
  fill: currentcolor;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  transition: transform 0.15s ease;
  width: 1.5rem;
}

.tb-reveal__button[aria-expanded="true"] .tb-reveal__chevron {
  transform: rotate(90deg);
}

.tb-reveal__button:focus-visible {
  outline: 2px solid currentcolor;
  outline-offset: 2px;
}

.tb-reveal__panel {
  margin-top: 0.75rem;
}
