/* Hugo pilot addons — CTA before H2 only (tables styled by goldex-casino.css) */
.content-inline-cta {
  display: flex;
  justify-content: center;
  margin: 2.25em 0;
  clear: both;
}

.content-inline-cta--before-h2 {
  margin: 2.5em 0 1.25em;
}

.page-content__body .content-inline-cta--before-h2 + h2 {
  margin-top: 0;
}

.page-content__body .content-inline-cta a.btn {
  min-width: 220px;
  text-align: center;
}

.page-content__body table {
  display: table !important;
  width: 100%;
  max-width: 100%;
}

.table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5em 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  .page-content__body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-content__body table {
    min-width: 680px;
    width: max-content !important;
  }
}
