.elementor-22 .elementor-element.elementor-element-d22d75f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-938e290{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-52c9b02{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-14c7b53{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-f6eda05{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f1cdb96 *//* =========================
   CASINO HUNTER - NATIVE FAQ ACCORDION
   ========================= */

.ch-faq-native {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.ch-faq-native-item {
  background: #ffffff;
  border: 1px solid rgba(1, 66, 51, 0.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.025);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ch-faq-native-item:hover {
  border-color: rgba(219, 152, 1, 0.38);
  box-shadow: 0 10px 24px rgba(0,0,0,0.045);
}

.ch-faq-native-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  color: #014233;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ch-faq-native-item summary::-webkit-details-marker {
  display: none;
}

.ch-faq-native-item summary::after {
  content: "+";
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(1, 66, 51, 0.07);
  color: #014233;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.18s ease;
}

.ch-faq-native-item[open] {
  border-color: rgba(219, 152, 1, 0.45);
}

.ch-faq-native-item[open] summary::after {
  content: "×";
  background: #014233;
  color: #ffffff;
}

.ch-faq-native-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #374151;
  font-size: 15.5px;
  line-height: 1.75;
  border-top: 1px solid rgba(1, 66, 51, 0.08);
  padding-top: 16px;
}

@media (max-width: 768px) {
  .ch-faq-native-item summary {
    padding: 16px;
    font-size: 16px;
  }

  .ch-faq-native-item p {
    padding: 14px 16px 18px;
    font-size: 15px;
  }
}

/* =========================
   CASINO HUNTER - FAQ OPEN ANIMATION
   ========================= */

/* Animação suave ao abrir */
.ch-faq-native-item[open] p {
  animation: chFaqSlideDown 0.28s ease both;
}

/* Pequena animação no ícone */
.ch-faq-native-item summary::after {
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.ch-faq-native-item[open] summary::after {
  transform: rotate(90deg);
}

/* Animação do conteúdo */
@keyframes chFaqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ch-faq-native-item p {
  padding-bottom: 36px;
}

.ch-faq-native-item[open] {
  padding-bottom: 6px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d22d75f *//* =========================
   CASINO HUNTER - CLEAN HOMEPAGE RESET
   ========================= */

/* Base da home */
.home .ch-casinos-hero,
.ch-home-hero {
  max-width: 1120px;
  margin: 36px auto 56px;
  padding: 44px 42px;
  background: #ffffff;
  border: 1px solid rgba(1, 66, 51, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.035);
}

/* Remove efeitos exagerados */
.ch-casinos-hero::after,
.ch-home-hero::after,
.ch-card::before,
.ch-link-card::before {
  display: none;
}

/* Badge discreto */
.ch-eyebrow,
.ch-section-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: rgba(1,66,51,0.055);
  color: #014233;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  letter-spacing: .2px;
}

/* Hero title */
.ch-casinos-title {
  color: #014233;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.8px;
  max-width: 880px;
  margin-bottom: 16px;
}

/* Hero text */
.ch-casinos-intro {
  max-width: 860px;
  font-size: 17px;
  line-height: 1.7;
  color: #1f2933;
  margin-bottom: 18px;
}

.ch-casinos-subline {
  max-width: 820px;
  color: #b77a00;
  font-size: 15.5px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
}

/* Seções */
.ch-casinos-block {
  max-width: 1120px;
  margin: 58px auto;
  padding: 0 18px;
}

/* H2 */
.ch-casinos-h2 {
  color: #014233;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
}

.ch-casinos-h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #DB9801;
  border-radius: 99px;
  margin-top: 10px;
}

/* Parágrafos */
.ch-casinos-p {
  max-width: 880px;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 18px;
}

/* CTA */
.ch-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .18s ease;
}

.ch-btn-primary {
  background: #014233;
  color: #ffffff;
  border: 2px solid #014233;
}

.ch-btn-primary:hover {
  background: #023431;
  color: #ffffff;
  transform: translateY(-1px);
}

.ch-btn-outline {
  background: #ffffff;
  color: #014233;
  border: 2px solid rgba(1,66,51,0.22);
}

.ch-btn-outline:hover {
  border-color: #014233;
  background: rgba(1,66,51,0.04);
  color: #014233;
  transform: translateY(-1px);
}

/* Grids */
.ch-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

/* Cards */
.ch-card,
.ch-link-card {
  background: #ffffff;
  border: 1px solid rgba(1,66,51,0.10);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.025);
  transition: all .18s ease;
}

.ch-card:hover,
.ch-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(219,152,1,0.42);
  box-shadow: 0 12px 30px rgba(0,0,0,0.045);
}

.ch-card-title {
  color: #014233;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}

.ch-card-text {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* About e Review: cards em 2 colunas, não blocos gigantes */
.ch-casinos-block .ch-grid-2 .ch-card {
  min-height: 145px;
}

/* Lista de registro: remove bullet padrão */
.ch-steps-list {
  list-style: none;
  padding-left: 0;
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.ch-steps-list li {
  margin: 0;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(1,66,51,0.10);
  border-left: 4px solid #DB9801;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.025);
  color: #374151;
  line-height: 1.6;
}

/* Remove bullets que ficaram antes dos steps */
.ch-steps-list li::marker {
  display: none;
}

/* Responsible gambling */
.ch-home-rg {
  max-width: 1120px;
  background: #f6f8f8;
  border: 1px solid rgba(1,66,51,0.10);
  border-radius: 18px;
  padding: 34px 30px;
}

/* FAQ */
.ch-faq {
  max-width: 1120px;
}

.ch-faq .ch-casinos-h3,
.ch-casinos-h3 {
  color: #014233;
  font-size: 21px;
  font-weight: 700;
  margin: 26px 0 8px;
  padding-left: 14px;
  border-left: 3px solid #DB9801;
  line-height: 1.25;
}

.ch-faq .ch-casinos-p {
  margin-bottom: 24px;
}

/* ACES spacing */
.ch-casinos-block + .aces-casinos-wrap,
.aces-casinos-wrap {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* Corrige botão Load More */
button.aces-load-more,
.aces-load-more,
.load-more-button,
button.load-more {
  background: #DB9801;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  padding: 12px 24px;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .home .ch-casinos-hero,
  .ch-home-hero {
    margin: 24px 14px 42px;
    padding: 30px 22px;
    border-radius: 16px;
  }

  .ch-casinos-block {
    margin: 42px auto;
    padding: 0 16px;
  }

  .ch-grid-2 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ch-cta-group {
    flex-direction: column;
  }

  .ch-btn {
    width: 100%;
  }

  .ch-home-rg {
    padding: 26px 20px;
  }
}

/* =========================
   CASINO HUNTER - BUTTON FIX
   ========================= */

/* Base dos botões */
.ch-btn,
.ch-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

/* Botão principal */
.ch-btn-primary,
.ch-btn-primary:visited {
  background-color: #014233;
  border: 2px solid #014233;
  color: #ffffff !important;
}

/* Hover do botão principal */
.ch-btn-primary:hover,
.ch-btn-primary:focus {
  background-color: #023431;
  border-color: #023431;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(1, 66, 51, 0.18);
}

/* Botões secundários */
.ch-btn-outline,
.ch-btn-outline:visited {
  background-color: #ffffff;
  border: 2px solid rgba(1, 66, 51, 0.22);
  color: #014233 !important;
}

/* Hover dos botões secundários */
.ch-btn-outline:hover,
.ch-btn-outline:focus {
  background-color: #f4f8f7;
  border-color: #014233;
  color: #014233 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(1, 66, 51, 0.08);
}

/* Evita que links globais do tema mudem a cor dentro dos botões */
.ch-btn:hover *,
.ch-btn:focus * {
  color: inherit !important;
}

/* Mobile */
@media (max-width: 768px) {
  .ch-btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   CASINO HUNTER - SECONDARY BUTTON UPGRADE
   ========================= */

/* Botão secundário mais premium */
.ch-btn-outline,
.ch-btn-outline:visited {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  border: 2px solid rgba(1, 66, 51, 0.22);
  color: #014233 !important;
  box-shadow: 0 4px 12px rgba(1, 66, 51, 0.05);
  position: relative;
  overflow: hidden;
}

/* detalhe dourado discreto no botão secundário */
.ch-btn-outline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 4px;
  height: 60%;
  background: #DB9801;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.18s ease;
}

/* Hover do secundário */
.ch-btn-outline:hover,
.ch-btn-outline:focus {
  background: #f1f7f5;
  border-color: #014233;
  color: #014233 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(1, 66, 51, 0.10);
}

/* Mostra detalhe dourado no hover */
.ch-btn-outline:hover::before,
.ch-btn-outline:focus::before {
  opacity: 1;
}

/* Botões de bonus um pouco menores e mais elegantes */
.ch-bonus-section .ch-btn-outline,
.ch-casinos-block .ch-btn-outline {
  min-height: 46px;
  padding: 11px 18px;
}/* End custom CSS */