.elementor-3699 .elementor-element.elementor-element-77250d8{--display:flex;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Barlow+Condensed:wght@300;400;500;600;700;800&family=Barlow:wght@300;400;500&display=swap');

.e-con, .elementor-section, .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}

body {
  background: #0D0D0D;
}

@media (max-width: 768px) {

  /* Stack all two-column grids */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Stack the fee tables too */
  [style*="grid-template-columns:1fr 1fr;background:rgba"],
  [style*="grid-template-columns:1fr 1fr;border-bottom"] {
    grid-template-columns: 1fr 1fr !important;
  }

  /* Tighten section padding on mobile */
  [style*="padding:clamp"] {
    padding: 40px 24px !important;
  }

  /* Hero adjustments */
  [style*="padding:80px 60px"] {
    padding: 48px 24px !important;
  }

  /* Stats ribbon — center and wrap */
  [style*="background:#C9A84C"] {
    justify-content: center !important;
    gap: 20px !important;
    padding: 24px !important;
  }

  /* Hide stat dividers on mobile */
  [style*="width:1px;height:32px"] {
    display: none !important;
  }

  /* Regulations grid — 2 col on mobile instead of 3 */
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }

  /* Prize guarantee bar stack */
  [style*="background:#B53030"] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  /* Font size relief on small screens */
  h1, h2, h3 {
    word-break: break-word;
  }

  /* Register cards full width */
  [style*="clip-path:polygon"] {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
  }
}

@media (max-width: 480px) {

  /* Regulations go single column on very small screens */
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */