/* Accessible FAQ category tabs for the RinFire Chinese homepage. */
.rf-zh-faq-tabs button {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #605e5e;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  padding: 0 0 8px;
  transition: border-color 180ms ease, color 180ms ease;
}

.rf-zh-faq-tabs button:hover,
.rf-zh-faq-tabs button:focus-visible {
  color: var(--rf-zh-orange);
  outline: none;
}

.rf-zh-faq-tabs button:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 116, 22, 0.24);
}

.rf-zh-faq-tabs button.is-active,
.rf-zh-faq-tabs button[aria-selected="true"] {
  border-color: var(--rf-zh-orange);
  color: var(--rf-zh-ink);
}

.rf-zh-faq-list[hidden] {
  display: none !important;
}

@media (max-width: 640px) {
  .rf-zh-faq-tabs button {
    flex: 1 1 0;
    font-size: 14px;
    line-height: 1.45;
    min-height: 50px;
  }
}
