/* --- Wagering Article Overrides --- */
.page-heading {
  letter-spacing: .2px;
  line-height: 1.25;
}

.sec-content .img-fluid.rounded {
  border-radius: 1rem;
}

.sec-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.sec-content h2 {
  font-size: 1.6rem;
  margin-top: 1.75rem;
  margin-bottom: .75rem;
  font-weight: 700;
}

/* FAQ accordion look & feel */
.faq-card {
  border: 0;
  margin-bottom: .75rem;
  border-radius: .75rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.faq-card .card-header {
  background: #0f2a43; /* scuro coerente con bg-grad-dark-grey */
  border: 0;
  border-radius: .75rem .75rem 0 0;
  padding: .75rem 1rem;
}

.faq-toggle {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
}

.faq-toggle:hover,
.faq-toggle:focus {
  color: #f5f5f5;
  outline: none;
  text-decoration: none;
}

.faq-card .card-body {
  background: #ffffff;
  border-radius: 0 0 .75rem .75rem;
  padding: 1rem 1.25rem;
  color: #1c2430;
}

/* Accessible focus */
.faq-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(255,255,255,.35), 0 0 0 6px rgba(15,42,67,.6);
  border-radius: .5rem;
}

/* Small tweaks for spacing on mobile */
@media (max-width: 576px) {
  .page-heading { font-size: 1.6rem; }
  .sec-content h2 { font-size: 1.35rem; }
}
