html [data-fot-faq-hidden="1"] {
  display: none !important;
}

html [data-fot-faq-enhanced="1"] .faq-accordion-single .faq-accordion-answear {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

html [data-fot-faq-enhanced="1"] .faq-accordion-single.is-open .faq-accordion-answear {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html [data-fot-faq-enhanced="1"] .faq-accordion-single .faq-accordion-text {
  white-space: pre-line;
  opacity: 1 !important;
  visibility: visible !important;
}

html [data-fot-faq-enhanced="1"] .faq-accordion-single .open-close-accordion svg {
  transition: transform .22s ease;
}

html [data-fot-faq-enhanced="1"] .faq-accordion-single.is-open .open-close-accordion svg {
  transform: rotate(180deg);
}

html .fot-faq-list {
  display: grid;
  gap: 12px;
}

html .fot-faq-item {
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

html .fot-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

html .fot-faq-question::-webkit-details-marker {
  display: none;
}

html .fot-faq-question-text {
  flex: 1 1 auto;
}

html .fot-faq-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: rgba(17, 24, 39, 0.03);
}

html .fot-faq-toggle::before {
  content: '+';
  font-size: 18px;
  line-height: 1;
}

html .fot-faq-item[open] .fot-faq-toggle::before {
  content: '-';
}

html .fot-faq-answer {
  padding: 0 22px 20px;
}

html .fot-faq-answer-inner {
  white-space: pre-line;
  color: rgba(17, 24, 39, 0.8);
  line-height: 1.65;
}

html[data-fot-context="football"] .fot-faq-item[open] {
  border-color: rgba(39, 174, 96, 0.32);
}

html[data-fot-context="motorsport"] .fot-faq-item[open] {
  border-color: rgba(191, 32, 32, 0.32);
}
