/* FAQ Tornadotool / Bormash — фирменное золото, scope .tt-faq */
.tt-faq {
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 0 40px;
  line-height: 1.55;
}

.tt-faq > ol {
  margin: 0 0 18px;
  padding-left: 1.35rem;
  display: grid;
  gap: 6px;
}

.tt-faq > ol a {
  color: #d6b55a;
  font-weight: 700;
  text-decoration: none;
}

.tt-faq > ol a:hover {
  color: #e6cc73;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tt-faq hr {
  border: none;
  border-top: 1px solid rgba(214, 181, 90, 0.22);
  margin: 18px 0;
}

html[data-theme="dark"] .tt-faq hr,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq hr {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.tt-faq h2 {
  margin: 20px 0 10px;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.25;
  scroll-margin-top: 72px;
  padding-left: 12px;
  border-left: 2px solid #d6b55a;
}

.tt-faq h2:first-of-type {
  margin-top: 0;
}

.tt-faq h3 {
  margin: 14px 0 8px;
  font-size: 1rem;
  font-weight: 600;
}

.tt-faq .tt-faq-table-wrap {
  margin: 10px 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.02);
}

html[data-theme="dark"] .tt-faq .tt-faq-table-wrap,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq .tt-faq-table-wrap {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.06);
}

.tt-faq table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.tt-faq #compare-table {
  min-width: 720px;
  font-size: 0.78rem;
}

.tt-faq th,
.tt-faq td {
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

html[data-theme="dark"] .tt-faq th,
html[data-theme="dark"] .tt-faq td,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq th,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq td {
  border-color: rgba(255, 255, 255, 0.08);
}

.tt-faq thead th {
  background: rgba(214, 181, 90, 0.12);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #6b5a2a;
}

html[data-theme="dark"] .tt-faq thead th,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq thead th {
  background: rgba(255, 255, 255, 0.04);
  color: #d6b55a;
}

html[data-theme="light"] .tt-faq thead th {
  background: rgba(214, 181, 90, 0.12);
  color: #6b5a2a;
}

.tt-faq tbody tr:nth-child(even) td {
  background: rgba(214, 181, 90, 0.05);
}

html[data-theme="dark"] .tt-faq tbody tr:nth-child(even) td,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}

.tt-faq tbody tr:hover td {
  background: rgba(0, 0, 0, 0.02);
}

html[data-theme="dark"] .tt-faq tbody tr:hover td,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq tbody tr:hover td {
  background: rgba(255, 255, 255, 0.025);
}

.tt-faq ul {
  margin: 0 0 12px;
  padding-left: 1.2rem;
}

.tt-faq ul li p {
  margin: 0 0 10px;
}

.tt-faq p {
  margin: 0 0 10px;
}

.tt-faq a[href^="http"],
.tt-faq a[href^="/"] {
  color: #d6b55a;
  font-weight: 600;
}

.tt-faq a[href^="http"]:hover,
.tt-faq a[href^="/"]:hover {
  color: #e6cc73;
}

.tt-faq .p3 {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.82);
}

html[data-theme="dark"] .tt-faq .p3,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq .p3 {
  color: rgba(255, 255, 255, 0.85);
}

.tt-faq .s1 {
  font-weight: 800;
  color: #7a6529;
}

html[data-theme="dark"] .tt-faq .s1,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq .s1 {
  color: #e6cc73;
}

.tt-faq .s2 {
  font-weight: 400;
}

.tt-faq .s3 {
  font-weight: 700;
  color: #d6b55a;
}

.tt-faq .s4 {
  font-weight: 700;
  color: #7a6529;
}

html[data-theme="dark"] .tt-faq .s4,
html.theme-bormash-industrial:not([data-theme="light"]) .tt-faq .s4 {
  color: #e6cc73;
}
