.page-blog-gatinho-777-game-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333333; /* Default text color for light background */
  background-color: #F5F7FA; /* Background color for the page */
  line-height: 1.6;
}

.page-blog-gatinho-777-game-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #E53935; /* Main brand color for hero background */
  color: #ffffff;
}

.page-blog-gatinho-777-game-guide__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-gatinho-777-game-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-gatinho-777-game-guide__hero-content {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-gatinho-777-game-guide__main-title {
  font-size: clamp(2em, 4vw, 3em); /* Responsive font size */
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-gatinho-777-game-guide__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-gatinho-777-game-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-blog-gatinho-777-game-guide__btn-primary,
.page-blog-gatinho-777-game-guide__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-gatinho-777-game-guide__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-gatinho-777-game-guide__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-gatinho-777-game-guide__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-gatinho-777-game-guide__btn-secondary:hover {
  background: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-gatinho-777-game-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #F5F7FA;
  color: #333333;
}

.page-blog-gatinho-777-game-guide__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #E53935;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-gatinho-777-game-guide__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #FF5A4F;
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-gatinho-777-game-guide__card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #E0E0E0;
  color: #333333;
}

.page-blog-gatinho-777-game-guide__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
  display: block;
}

.page-blog-gatinho-777-game-guide__card-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #E53935;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-blog-gatinho-777-game-guide p {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.7;
}

.page-blog-gatinho-777-game-guide__faq-container {
  margin-top: 40px;
}

.page-blog-gatinho-777-game-guide__faq-item {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-gatinho-777-game-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #E0E0E0;
  list-style: none;
  user-select: none;
}

.page-blog-gatinho-777-game-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-gatinho-777-game-guide__faq-item[open] > .page-blog-gatinho-777-game-guide__faq-question {
  background-color: #E53935;
  color: #ffffff;
  border-bottom: 1px solid #E53935;
}

.page-blog-gatinho-777-game-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-gatinho-777-game-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-gatinho-777-game-guide__faq-item[open] .page-blog-gatinho-777-game-guide__faq-toggle {
  transform: rotate(0deg);
}

.page-blog-gatinho-777-game-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  background-color: #ffffff;
}

.page-blog-gatinho-777-game-guide__cta-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-gatinho-777-game-guide {
    font-size: 15px;
  }

  .page-blog-gatinho-777-game-guide__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-gatinho-777-game-guide__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-gatinho-777-game-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-gatinho-777-game-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-gatinho-777-game-guide__btn-primary,
  .page-blog-gatinho-777-game-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
  }

  .page-blog-gatinho-777-game-guide__content-area {
    padding: 20px 15px;
  }

  .page-blog-gatinho-777-game-guide__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-gatinho-777-game-guide__sub-title {
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-gatinho-777-game-guide__card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-gatinho-777-game-guide__card-title {
    font-size: 1.2em;
  }

  .page-blog-gatinho-777-game-guide__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-gatinho-777-game-guide__card img,
  .page-blog-gatinho-777-game-guide__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-gatinho-777-game-guide__card,
  .page-blog-gatinho-777-game-guide__section,
  .page-blog-gatinho-777-game-guide__container,
  .page-blog-gatinho-777-game-guide__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-gatinho-777-game-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-gatinho-777-game-guide__faq-answer {
    padding: 15px 20px;
  }
}