.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF2400;--e-global-color-47c0795:#FF2400;--e-global-color-c06d125:#E02000;--e-global-color-7cdb020:#0D1016;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== MARVEL CASINO FULL PAGE STYLE ===== */

/* Global */
body {
  background: #070914 !important;
  color: #e8ecf7 !important;
}

p,
li,
span,
td,
th {
  color: #e8ecf7 !important;
}

p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f5c542 !important;
  line-height: 1.25 !important;
}

h1 {
  font-size: 38px !important;
  font-weight: 900 !important;
}

h2 {
  font-size: 30px !important;
  font-weight: 900 !important;
  margin-top: 34px !important;
}

h3 {
  font-size: 22px !important;
  font-weight: 800 !important;
  margin-top: 24px !important;
}

/* Links */
a {
  color: #f5c542 !important;
  transition: 0.2s ease !important;
}

a:hover {
  color: #ff3b3b !important;
}

/* Main content area */
.elementor-widget-text-editor,
.wp-block-group {
  background: rgba(11, 16, 32, 0.88) !important;
  border: 1px solid rgba(245, 197, 66, 0.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 0 28px rgba(245, 197, 66, 0.08) !important;
}

/* Buttons */
.btn-custom,
.elementor-button,
.wp-block-button__link {
  display: inline-block !important;
  padding: 16px 34px !important;

  background: linear-gradient(135deg, #f5c542 0%, #ff9f1c 100%) !important;
  color: #050505 !important;

  border-radius: 14px !important;
  border: none !important;

  font-size: 18px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  box-shadow: 0 8px 24px rgba(245, 197, 66, 0.3) !important;
  transition: 0.22s ease-in-out !important;
}

.btn-custom:hover,
.elementor-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #ff3b3b 0%, #b40000 100%) !important;
  color: #ffffff !important;
}

/* Tables */
.wp-block-table table,
table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;

  background: #0b1020 !important;
  border: 1px solid rgba(245, 197, 66, 0.25) !important;
  border-radius: 14px !important;

  box-shadow: 0 0 22px rgba(245, 197, 66, 0.08) !important;
}

td,
th {
  padding: 14px 16px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

tr:first-child td,
tr:first-child th {
  background: linear-gradient(135deg, #f5c542 0%, #ff9f1c 100%) !important;
  color: #050505 !important;
  font-weight: 900 !important;
}

tr:last-child td {
  border-bottom: none !important;
}

/* Lists */
ul,
ol {
  padding-left: 24px !important;
}

li {
  margin-bottom: 7px !important;
}

/* Header */
header,
.site-header,
.elementor-location-header {
  background: rgba(7, 9, 20, 0.96) !important;
  backdrop-filter: blur(8px);
}

/* Header buttons */
.header-buttons a,
.elementor-location-header .elementor-button {
  text-decoration: none !important;
  display: inline-block !important;
  padding: 10px 20px 9px !important;
  margin-left: 10px !important;

  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;

  border: none !important;
  outline: none !important;
  animation: none !important;
}

/* Header first button */
.header-buttons a:first-child {
  min-width: 105px !important;
  background: linear-gradient(180deg, #343434 0%, #1f1f1f 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 0 #000, 0 7px 11px rgba(0,0,0,.22) !important;
}

/* Header second button */
.header-buttons a:last-child {
  min-width: 155px !important;
  background: linear-gradient(180deg, #f5c542 0%, #ff9f1c 100%) !important;
  color: #000000 !important;
  box-shadow: 0 4px 0 #9b7414, 0 7px 11px rgba(0,0,0,.18) !important;
}

.header-buttons a:hover {
  transform: translateY(-1px) !important;
}

/* Sidebar */
.marvel-sidebar,
.sidebar,
.site-sidebar,
.elementor-section:has(.elementor-icon-list-items) {
  background: linear-gradient(180deg, #0b1020 0%, #070914 100%) !important;
}

.marvel-sidebar a,
.marvel-sidebar span,
.elementor-icon-list-item,
.elementor-icon-list-item a,
.elementor-icon-list-text {
  color: #dce3f5 !important;
}

.marvel-sidebar i,
.marvel-sidebar svg,
.elementor-icon-list-icon i,
.elementor-icon-list-icon svg {
  color: #f5c542 !important;
  fill: #f5c542 !important;
}

.elementor-icon-list-item:hover,
.elementor-icon-list-item:hover a,
.elementor-icon-list-item:hover .elementor-icon-list-text {
  color: #ff3b3b !important;
}

/* Sidebar dividers */
.elementor-divider-separator {
  border-color: rgba(245, 197, 66, 0.25) !important;
}

/* FAQ compact */
.compact-faq h2 {
  font-size: 24px !important;
  margin: 34px 0 18px !important;
}

.compact-faq h3 {
  font-size: 20px !important;
  margin: 20px 0 8px !important;
  line-height: 1.25 !important;
}

.compact-faq p {
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin-bottom: 14px !important;
}

/* Generic FAQ if not wrapped */
h2 + h3 {
  margin-top: 18px !important;
}

/* Footer */
footer,
.site-footer,
.elementor-location-footer {
  background: #030611 !important;
  color: rgba(255,255,255,.7) !important;
}

/* Mobile */
@media (max-width: 768px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p,
  li {
    font-size: 15px !important;
  }

  .btn-custom,
  .elementor-button,
  .wp-block-button__link {
    width: 100% !important;
    max-width: 320px !important;
    padding: 14px 22px !important;
    font-size: 16px !important;
  }

  .header-buttons a {
    padding: 8px 13px 7px !important;
    margin-left: 5px !important;
    font-size: 13px !important;
  }

  .header-buttons a:first-child {
    min-width: 75px !important;
  }

  .header-buttons a:last-child {
    min-width: 105px !important;
  }
}/* End custom CSS */