*, html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  font-family: 'Benzin', Arial, Helvetica, sans-serif !important;
}

/* Arquivo de estilos para Spaceman */
html {
  background-color: #232323;
}

#content-area {
  background-color: #1B2023;
  border-radius: 8px;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-block: 6px;
  color: #ffffff;
}

h1 {
  font-size: 38px;
}

h2,
h3 {
  font-size: 34px;
}

h3 {
  margin-top: 30px;
}

p {
  font-size: 1.2rem;
  line-height: 1.2;
}

ol, ul {
  padding: 1rem;
}

ul {
  list-style: none;
}

li {
  text-align: start;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.back-to-home {
  position: fixed;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.9rem;
  gap: 0.4rem;
  text-decoration: none;
  background-color: transparent;
  padding: 6px 12px;
  border-radius: 7px;
  box-shadow: 0px 2px 4px rgba(157, 130, 24, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 194, 71, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.back-to-home i {
  font-size: 1.1rem !important;
}

.back-to-home:hover {
  background-color: #e2aa00;
  box-shadow: 0px 2px 4px rgba(255, 204, 0, 0.2);
  transform: scale(1.04);
}

img {
  margin: 40px auto;
  width: 100%;
  max-width: 420px;
  object-fit: contain;
  height: auto;
  display: block;
  border-radius: 5px;
}

.img-horizontal {
  margin: 40px auto;
  width: 100%;
  max-width: 842px;
  object-fit: contain;
  height: auto;
  display: block;
  border-radius: 5px;
}

.italic-text {
  display: flex;
  justify-content: start;
  font-style: italic;
  color: #ffffff;
  font-size: 0.7rem;
  margin: 2rem auto 2rem 20px;
}

button.register {
  width: 350px;
  height: 80px;
  background-color: #eeb70f;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 10px;
  font-weight: bold;
  z-index: 1;
  text-transform: uppercase;
  color: #111111;
}

button.register a {
  color: #111111;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.botao {
  display: flex;
  justify-content: center;
  margin: 1.5rem auto;
  color: #111111;
}

.introduction-conteiner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.introduction-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.how-to-play-conteiner {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.how-to-play-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.where-to-play-conteiner {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.where-to-play-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.where-to-play-description {
  margin: 0 auto;
}

.how-to-play-content iframe {
  width: 90%;
  height: 450px;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}

.symbol-list {
  line-height: 1.4;
  list-style: disc;
}

.winning-tips-conteiner {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.winning-tips-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.withdrawal-conteiner {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.withdrawal-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.payment-table {
  width: 80%;
  border-collapse: collapse;
  margin-top: 20px;
  color: #ffffff;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  overflow-x: auto;
  display: block;
}

.payment-table th,
.payment-table td {
  border: 1px solid #ddd;
  text-align: left;
  color: #fff;
}

.payment-table thead tr {
  background-color: #232323;
  font-weight: bold;
}

.payment-table tbody tr:nth-child(even) {
  background-color: #2a2a2a;
}

.payment-table tbody tr:nth-child(odd) {
  background-color: #2a2a2a;
}

.payment-table th,
.payment-table td {
  padding: 10px 15px;
}

.free-to-play-conteiner {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.free-to-play-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.trustworthiness-conteiner {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
}

.trustworthiness-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.faq {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: space-around;
}

.faq-conteiner {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.faq-conteiner h2 {
  text-align: center;
  font-size: 32px;
  align-items: center;
  justify-content: center;
}

.faq-master h2 {
  text-align: center;
  font-size: 28px;
}

.faq-div2 {
  margin: auto;
  max-width: 800px;
}

details {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

summary {
  font-weight: 500;
  font-size: 17px;
  padding: 20px;
  display: block;
  background: #3a3a3a;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}

.answer {
  font-weight: 300;
  line-height: 1.6em;
  font-size: 17px;
  padding: 20px;
  color: #ffffff;
  background-color: #2a2a2a;
  margin-top: 0%;
}

summary:before {
  content: "";
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 25px;
  left: 1rem;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.02s transform ease;
}

/* THE MAGIC 🧙&zwj;♀️ */
details[open] > summary:before {
  transform: rotate(90deg);
}

details summary::-webkit-details-marker {
  display: none;
}

details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.description-1real {
  font-size: 0.85rem;
  font-weight: 300;
}

@media (max-width: 768px) {
#content-area {
    padding: 38px 15px;
  }

  p {
    font-size: 1.05rem;
    line-height: 1.4;
  }

  .introduction-conteiner {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .how-to-play-conteiner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .winning-tips-conteiner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .withdrawal-conteiner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .free-to-play-conteiner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .trustworthiness-conteiner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .faq {
    margin: 0 auto;
    width: 100%;
    display: block;
    border-radius: 0px;
  }

  .introduction-content img {
    width: 90%;
    height: auto;
    display: block;
  }

  .how-to-play-content iframe {
    width: 90%;
    height: 200px;
  }

  .how-to-play-information img {
    display: block;
    width: 95%;
    height: auto;
  }

  .winning-tips-content img {
    width: 70%;
    height: auto;
    display: block;
  }

  .payment-table {
    width: 100%;
    font-size: 1rem;
    overflow-x: auto;
    display: block;
    max-width: 100vw;
  }
  .payment-table th,
  .payment-table td {
    padding: 5px 6px;
    font-size: 0.95rem;
    word-break: break-word;
  }

  .payment-table th,
  .payment-table td {
    padding: 6px 8px;
  }

  .free-to-play-content img {
    width: 95%;
    height: auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .trustworthiness-content img {
    width: 80%;
    height: auto;
    display: block;
  }

  .faq-item {
    display: contents;
  }
}

.responsible-gaming {
  font-size: small;
}
