/* Casinoz888.es: tema referencia (cargar después de style.css vía <link> en cada HTML) */

:root {
  /* Referencia 888: fondo casi negro, acento verde contenido, CTA amarillo, tablas claras tipo zebra */
  --ref-cta: #ffff54;
  --ref-header-bg: #000000;
  --ref-sidebar-bg: #1f1f1f;
  --ref-sidebar-hover: #1e1a17;
  --ref-accent: #a3ff00;
  --ref-accent-strong: #c8ff66;
  --ref-login-bg: #161616;
  --ref-login-accent: #7bff4d;
  --ref-text: #ffffff;
  --ref-text-muted: rgba(255, 255, 255, 0.72);
  --ref-page-bg: #1a1a1a;
  --ref-elevated: #161616;
  /* Tabla estilo 888: franjas gris oscuro / blanco, sin bordes, enlaces lime */
  --ref-table-header-bg: #ffffff;
  --ref-table-header-text: #000000;
  --ref-table-zebra-dark: #3c3c3c;
  --ref-table-zebra-light: #ffffff;
  --ref-table-text-on-dark: #ffffff;
  --ref-table-text-on-light: #000000;
  --ref-table-link: #76ff03;
}

p {
  display: inline-block;
}

/* Contenido del artículo (.main-content): los <p> deben ser block para que el texto rodee .img-left / .img-right (float). El inline-block global de arriba rompe el flujo. */
.entry-content .main-content p,
.main-content p {
  display: block;
}

.main-content {
  display: flow-root;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.main-content > h1,
.main-content > h2,
.main-content > h3,
.main-content > h4,
.main-content > h5,
.main-content > h6 {
	color:  var(--ref-accent);
  margin-bottom: 20px;
}

.main-content > p {
  margin-bottom: 1.6em;
}

@media (min-width: 994px) {
  .main-content .img-right,
  .main-content img.img-right {
    float: right;
    margin-left: 3rem;
    margin-bottom: 1.5rem;
    max-width: min(600px, 50%);
    width: auto;
    height: auto;
  }

  .main-content .img-left,
  .main-content img.img-left {
    float: left;
    margin-right: 3rem;
    margin-bottom: 1.5rem;
    max-width: min(600px, 50%);
    width: auto;
    height: auto;
  }

  .main-content p:has(img.img-right:only-child),
  .main-content p:has(img.img-left:only-child) {
    margin-bottom: 0;
  }
}

@media (max-width: 993px) {
  .main-content .img-right,
  .main-content .img-left,
  .main-content img.img-right,
  .main-content img.img-left {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    max-width: 100%;
  }
}

#content.site-content {
  padding-top: 30px;
  box-sizing: border-box;
  background: var(--ref-page-bg) !important;
  background-color: var(--ref-page-bg) !important;
}
@media (max-width: 921px) {

  
.site-main {
  padding: 0 0 30px;
}

  .main-content {
    max-width: 100vw;
  }

  #content.site-content {
    padding: 30px 15px 0;
  }
}
body,
.cdl-primary-header-bar,
#page {
  background: var(--ref-page-bg) !important;
  background-color: var(--ref-page-bg) !important;
  background-image: none !important;
}
.cdl-container {
  background: transparent !important;
}
header {
  background-color: var(--ref-header-bg) !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.header-menu a,
.switcher-title,
.switcher-left-title,
.missions-button .missions-title {
  color: var(--ref-text) !important;
      font-size: 12px;
    font-weight: 600;
}

.header-menu a {
  font-size: 15px;
}
.switcher-container {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.register-button,
.register-button:hover,
.missions-button,
.missions-button:hover {
  background: var(--ref-cta) !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.register-bonus,
.bonus {
  background-color: var(--ref-accent) !important;
  color: #ffffff !important;
}
.login-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border: 2px solid var(--ref-login-accent) !important;
  border-radius: 999px !important;
  background: var(--ref-login-bg) !important;
  color: var(--ref-login-accent) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 10px 26px !important;
  font-family: Montserrat, sans-serif !important;
  text-decoration: none !important;
}
.login-button:hover {
  background: rgba(123, 255, 77, 0.12) !important;
  color: #9fff73 !important;
  border-color: #9fff73 !important;
}
.offcanvas {
  background: var(--ref-header-bg) !important;
}
.offcanvas .header-menu a,
.offcanvas .switcher-title,
.offcanvas .switcher-left-title {
  color: var(--ref-text) !important;
}
.offcanvas-close {
  color: var(--ref-text) !important;
}
.cdl-left-sidebar #secondary,
#secondary,
.widget-area.secondary {
  background-color: var(--ref-sidebar-bg) !important;
  background: var(--ref-sidebar-bg) !important;
}
@media screen and (min-width: 922px) {
  #secondary aside.widget_media_image:not(#block-9) {
    border-left: 3px solid transparent !important;
    box-sizing: border-box !important;
  }
  #secondary aside.widget_media_image:not(#block-9):hover {
    border-left-color: var(--ref-accent) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
}
.first-btn,
.first-btn:hover {
  background: var(--ref-cta) !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
}
.lang-switch-container,
.lang-switch-container:hover,
.lang-dropdown {
  background: var(--ref-accent) !important;
  color: #000000 !important;
}
.header-left-buttons {
  background: rgba(255, 255, 255, 0.06) !important;
}
.header-left-buttons div:first-child {
  background: rgba(139, 195, 74, 0.2) !important;
}
.header-bg-bottom-content .small-content {
  color: var(--ref-text-muted) !important;
}
.header-bg-bottom-content .big-content {
  color: var(--ref-text) !important;
}
.app-banner {
  background: var(--ref-elevated) !important;
  border: none !important;
  box-shadow: none !important;
}
.app-banner-label {
  background: var(--ref-cta) !important;
  border-color: #000 !important;
  color: #000 !important;
}
.app-banner .app-banner-label-title,
.app-banner .app-banner-label-verify {
  color: #000 !important;
}
.block-support {
  background: var(--ref-elevated) !important;
  border: none !important;
  box-shadow: none !important;
}
.block-support,
.title-support-text,
.support-description {
  color: var(--ref-text) !important;
}
.section-support .support-description {
  color: var(--ref-text-muted) !important;
  font-weight: 400;
  font-size: 0.92rem;
  line-height: 1.55;
}
.social-icon-button {
  background: var(--ref-cta) !important;
}
.section-support .title-support {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.section-support .block-support {
  text-align: left;
}
.cdl-mobile-popup-drawer.active .cdl-mobile-popup-inner {
  background: var(--ref-header-bg) !important;
}
.cdl-mobile-popup-inner a.menu-link {
  color: var(--ref-text) !important;
}
.cdl-mobile-popup-inner .current-menu-item .menu-link {
  color: var(--ref-accent) !important;
}
.site-footer {
  background: var(--ref-header-bg) !important;
  background-image: none !important;
}
.site-footer > div {
  background: transparent !important;
}
.footer-menu li a {
  color: var(--ref-text-muted) !important;
}
.site-footer.cz-footer .footer-menu li a {
  color: var(--ref-accent) !important;
}
.footer-menu li a:hover {
  color: var(--ref-accent) !important;
  text-decoration: none !important;
}
.site-footer.cz-footer .footer-menu li a:hover {
  color: var(--ref-cta) !important;
}
.contact-title,
.contact-description,
.footer-contact a,
.footer-contact a span,
.social-container .copyright,
.bootom-left .copyright,
.bottom-right .copyright,
.footer-language span,
.social-top-text,
.social-bottom-text {
  color: var(--ref-text) !important;
}
.social-container span:not(.copyright) {
  color: rgba(255, 255, 255, 0.75) !important;
}
.license {
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-contact a:hover {
  color: var(--ref-text) !important;
}
.main-text a:not(.login-button):not(.register-button):not(.missions-button),
.entry-content a:not(.login-button):not(.register-button):not(.missions-button) {
  color: var(--ref-accent) !important;
}
.main-text a:not(.login-button):not(.register-button):not(.missions-button):hover,
.entry-content a:not(.login-button):not(.register-button):not(.missions-button):hover {
  color: var(--ref-text) !important;
}
.app-banner-button,
.app-banner-button:hover,
.register .second-btn,
.register .second-btn:hover {
  background: var(--ref-cta) !important;
  background-image: none !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
}
.primary-button,
.primary-button:hover {
  background: var(--ref-cta) !important;
  background-image: none !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
}
table thead th {
  border-bottom-color: transparent !important;
}
.main-text h2,
.entry-content .main-text h2 {
  color: var(--ref-text) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: clamp(1rem, 2.2vw, 1.25rem) !important;
}
.payment-methods {
  display: flex ;
  flex-wrap: wrap ;
  gap: 0.65rem ;
  align-items: center ;
  justify-content: center ;
  margin: 1rem 0 ;
}
.payment-methods br {
  display: none !important;
}
/* Tablas: cabecera gris suave, zebra claro, sin marcos (estilo 888) */
.entry-content .table-container,
.main-text .table-container {
  overflow-x: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 1.5rem 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.entry-content .table-container .responsive-table-component,
.main-text .table-container .responsive-table-component {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white,
.main-text .table-container .responsive-table-component table.grey-white {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead,
.entry-content .table-container .responsive-table-component table.grey-white tbody,
.main-text .table-container .responsive-table-component table.grey-white thead,
.main-text .table-container .responsive-table-component table.grey-white tbody {
  background: transparent !important;
  border: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead tr,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr,
.main-text .table-container .responsive-table-component table.grey-white thead tr,
.main-text .table-container .responsive-table-component table.grey-white tbody tr {
  border: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead th,
.main-text .table-container .responsive-table-component table.grey-white thead th {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) td {
  background-color: var(--ref-table-zebra-dark) !important;
  color: var(--ref-table-text-on-dark) !important;
  border: none !important;
  box-shadow: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) td {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  box-shadow: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) b,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) span,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) strong,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) b,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) span,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) strong {
  color: var(--ref-table-text-on-dark) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) b,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) span,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) strong,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) b,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) span,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) strong {
  color: var(--ref-table-text-on-light) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white th,
.entry-content .table-container .responsive-table-component table.grey-white td,
.main-text .table-container .responsive-table-component table.grey-white th,
.main-text .table-container .responsive-table-component table.grey-white td {
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead th,
.main-text .table-container .responsive-table-component table.grey-white thead th {
  border-bottom: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr td,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr th {
  border-bottom: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 td:first-child,
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 th:first-child,
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 td:first-child,
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 th:first-child {
  width: 50% !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 td:nth-child(2),
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 th:nth-child(2),
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 td:nth-child(2),
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 th:nth-child(2) {
  width: 50% !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) a,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) a,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) a,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) a {
  color: var(--ref-table-link) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover td {
  filter: brightness(0.96) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover td {
  filter: brightness(0.96) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:hover {
  background-color: transparent !important;
}

/* Tablas dentro del ancho del artículo: scroll horizontal si hace falta + celdas que parten líneas */
.entry-content .table-2,
.main-text .table-2,
.main-content .table-2 {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.entry-content .table-2 .table-container,
.main-text .table-2 .table-container,
.main-content .table-2 .table-container {
  max-width: 100%;
  min-width: 0;
}

.entry-content .table-container th,
.entry-content .table-container td,
.main-text .table-container th,
.main-text .table-container td {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.main-content .table-container .responsive-table-component table.grey-white {
  width: 100% !important;
  max-width: 100% !important;
}

/* Tablas directas: div.table-container > table (sin wrapper .grey-white) */
.entry-content .table-container > table,
.main-text .table-container > table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: Montserrat, sans-serif !important;
}
.entry-content .table-container > table thead th,
.main-text .table-container > table thead th {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  border-bottom: none !important;
  font-weight: 700 !important;
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.entry-content .table-container > table thead tr,
.main-text .table-container > table thead tr,
.entry-content .table-container > table tbody tr,
.main-text .table-container > table tbody tr {
  border: none !important;
}
.entry-content .table-container > table tbody tr:nth-child(odd) th,
.entry-content .table-container > table tbody tr:nth-child(odd) td,
.main-text .table-container > table tbody tr:nth-child(odd) th,
.main-text .table-container > table tbody tr:nth-child(odd) td {
  background-color: var(--ref-table-zebra-dark) !important;
  color: var(--ref-table-text-on-dark) !important;
  border: none !important;
  border-bottom: none !important;
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.entry-content .table-container > table tbody tr:nth-child(even) th,
.entry-content .table-container > table tbody tr:nth-child(even) td,
.main-text .table-container > table tbody tr:nth-child(even) th,
.main-text .table-container > table tbody tr:nth-child(even) td {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  border-bottom: none !important;
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.entry-content .table-container > table tbody tr:nth-child(odd) b,
.entry-content .table-container > table tbody tr:nth-child(odd) span,
.entry-content .table-container > table tbody tr:nth-child(odd) strong,
.main-text .table-container > table tbody tr:nth-child(odd) b,
.main-text .table-container > table tbody tr:nth-child(odd) span,
.main-text .table-container > table tbody tr:nth-child(odd) strong {
  color: var(--ref-table-text-on-dark) !important;
}
.entry-content .table-container > table tbody tr:nth-child(even) b,
.entry-content .table-container > table tbody tr:nth-child(even) span,
.entry-content .table-container > table tbody tr:nth-child(even) strong,
.main-text .table-container > table tbody tr:nth-child(even) b,
.main-text .table-container > table tbody tr:nth-child(even) span,
.main-text .table-container > table tbody tr:nth-child(even) strong {
  color: var(--ref-table-text-on-light) !important;
}
.entry-content .table-container > table tbody tr:nth-child(odd) a,
.main-text .table-container > table tbody tr:nth-child(odd) a,
.entry-content .table-container > table tbody tr:nth-child(even) a,
.main-text .table-container > table tbody tr:nth-child(even) a {
  color: var(--ref-table-link) !important;
}
.header-bg-title {
  color: var(--ref-text) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}
.header-bg-bonus {
  color: var(--ref-cta) !important;
}
.header-bg-deposit {
  background: linear-gradient(180deg, #fffef0 0%, var(--ref-cta) 55%, #c9a800 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.85)) !important;
}
@media (max-width: 768px) {
  .faq-container {
    padding: 0;
  }
  .payment-methods {
    height: auto;
    justify-content: space-between;
  }
  .login-button {
    padding: 10px 7px !important;
  }
}
.main-text p,
.main-text li,
.main-text ul,
.entry-content .main-text p,
.entry-content .main-text li {
  color: rgba(255, 255, 255, 0.92) !important;
}

.main-text > h1,
.main-text > h2,
.main-text > h3,
.main-text > h4,
.main-text > h5,
.main-text > h6 {
  margin-bottom: 20px;
}

.main-text > p {
  margin-bottom: 1.6em;
}

.faq-container {
  background-color: var(--ref-page-bg) !important;
  color: var(--ref-text) !important;
  border: none !important;
  box-shadow: none !important;
}
.faq-item {
  background-color: var(--ref-elevated) !important;
  border: none !important;
}
.faq-item h3 {
  color: var(--ref-accent) !important;
}
.faq-item p,
.faq-item li,
.faq-item span {
  color: rgba(255, 255, 255, 0.88) !important;
}
.app-banner-title,
.app-banner-description {
  color: var(--ref-text) !important;
}
.footer-contact a:hover {
  color: var(--ref-accent) !important;
}
.burger-button img {
  filter: brightness(0) invert(1) !important;
}
.missions-button img,
.header-search img {
  filter: brightness(0) !important;
}
.features-container .feature-card {
  border: none !important;
  box-shadow: none !important;
}
#block-18 {
  background-color: var(--ref-sidebar-bg) !important;
}

.main-content .faq-container {
    margin: 50px 0;
}

.main-content .faq-container h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

.main-content .faq-item {
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 18px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.main-content .faq-item:hover {
    border-color: #d8ff2f;
    background: #151515;
    transform: translateY(-2px);
}

.main-content .faq-item h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.4;
    color: #d8ff2f;
    font-weight: 700;
}

.main-content .faq-item h3 i {
    font-style: normal;
}

.main-content .faq-item p {
    margin: 0;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.8;
}

.main-content .faq-item b,
.main-content .faq-item strong {
    color: #ffffff;
}

@media (max-width: 768px) {
    .main-content .faq-container h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .main-content .faq-item {
        padding: 20px;
        border-radius: 12px;
    }

    .main-content .faq-item h3 {
        font-size: 18px;
    }

    .main-content .faq-item p {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
  .app-banner-button,
  .app-banner-button:hover {
    width: auto !important;
    min-width: 265px !important;
    max-width: 277px !important;
    min-height: 60px !important;
    max-height: 64px !important;
    box-sizing: border-box !important;
    padding: 0 16px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .register .second-btn,
  .register .second-btn:hover {
    min-height: 60px !important;
    max-height: 64px !important;
    box-sizing: border-box !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: min(277px, 100%) !important;
  }
}