.helpcentrum-wrap {
  max-width: 920px;
}

.helpcentrum-intro {
  margin-bottom: 1.5rem;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.helpcentrum-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-bottom: 1.75rem;
}

.helpcentrum-version-label {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  color: #555;
  letter-spacing: 0.02em;
}

.helpcentrum-version-toggle .btn {
  min-width: 9rem;
}

.helpcentrum-theme-nav-wrap {
  flex: 1 1 280px;
  min-width: 0;
}

.helpcentrum-theme-nav-wrap label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 13px;
  color: #555;
}

.helpcentrum-theme-select {
  width: 100%;
  max-width: 420px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccd4dc;
  border-radius: 4px;
  background-color: #fff;
}

.helpcentrum-pane[hidden] {
  display: none !important;
}

.helpcentrum-theme + .helpcentrum-theme {
  margin-top: 2.25rem;
}

.helpcentrum-theme__title {
  margin-bottom: 1rem !important;
}

.helpcentrum-faq-video {
  margin-bottom: 1.25rem;
}

.helpcentrum-faq-video__label {
  margin: 0 0 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.02em;
}

.helpcentrum-faq-video__inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #dce4ec;
  background: #111;
}

.helpcentrum-faq-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.helpcentrum-faq-video__fallback {
  margin: 0.5rem 0 0;
  font-size: 13px;
}

.helpcentrum-faq-video__fallback a {
  color: #2c5282;
}

.helpcentrum-faq-video__fallback a:hover,
.helpcentrum-faq-video__fallback a:focus {
  color: #1a365d;
}

.helpcentrum-accordion .panel {
  border-color: #dce4ec;
  box-shadow: none;
}

.helpcentrum-accordion .panel-heading {
  padding: 0;
  border-radius: 3px;
}

.helpcentrum-faq-panel .panel-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.helpcentrum-faq-panel .panel-title > a {
  display: block;
  padding: 12px 14px;
  color: #2c5282;
}

.helpcentrum-faq-panel .panel-title > a:hover,
.helpcentrum-faq-panel .panel-title > a:focus {
  color: #1a365d;
  text-decoration: none;
  background: #f7fafc;
}

.helpcentrum-faq-body {
  font-size: 14px;
  line-height: 1.55;
}

.helpcentrum-faq-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .helpcentrum-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .helpcentrum-version-toggle .btn {
    width: 100%;
  }

  .helpcentrum-theme-select {
    max-width: none;
  }
}
