.page-resources-casino-game-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Default body background */
}

.page-resources-casino-game-tips__hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 80px 40px;
  padding-top: calc(var(--header-offset, 120px) + 40px); /* Ensure header offset is applied */
  background-color: #017439; /* Brand green for hero background */
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-casino-game-tips__hero-content {
  max-width: 600px;
  z-index: 1;
}

.page-resources-casino-game-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-casino-game-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-casino-game-tips__hero-buttons {
  display: flex;
  gap: 20px;
}

.page-resources-casino-game-tips__btn-primary,
.page-resources-casino-game-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-casino-game-tips__btn-primary {
  background-color: #C30808; /* Register/Login red */
  color: #FFFF00; /* Register/Login yellow text */
  border: 2px solid #C30808;
}

.page-resources-casino-game-tips__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-casino-game-tips__btn-secondary {
  background-color: #ffffff;
  color: #017439; /* Brand green */
  border: 2px solid #017439;
}

.page-resources-casino-game-tips__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

.page-resources-casino-game-tips__hero-image-wrapper {
  flex-shrink: 0;
  z-index: 0;
}

.page-resources-casino-game-tips__hero-image {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto;
  display: block;
}

.page-resources-casino-game-tips__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-casino-game-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-resources-casino-game-tips__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #017439; /* Brand green */
}

.page-resources-casino-game-tips__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
}

.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__section-title,
.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__section-description,
.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__card-title,
.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__card-text,
.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__strategy-title,
.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__strategy-text,
.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__cta-title,
.page-resources-casino-game-tips__dark-bg .page-resources-casino-game-tips__cta-description {
  color: #ffffff;
}

.page-resources-casino-game-tips__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-resources-casino-game-tips__feature-item {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-casino-game-tips__feature-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-casino-game-tips__feature-text {
  color: #666666;
}

.page-resources-casino-game-tips__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
  margin-top: 40px;
}

.page-resources-casino-game-tips__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0; /* Added border for contrast */
}

.page-resources-casino-game-tips__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-casino-game-tips__card-text {
  color: #555555;
}

.page-resources-casino-game-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-casino-game-tips__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-casino-game-tips__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  width: 400px; /* Specific width for floated image */
  height: 300px;
  object-fit: cover;
}

.page-resources-casino-game-tips__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
  width: 400px; /* Specific width for floated image */
  height: 300px;
  object-fit: cover;
}

.page-resources-casino-game-tips__strategy-section {
  text-align: left;
  margin-bottom: 50px;
  overflow: hidden; /* Clear floats */
}

.page-resources-casino-game-tips__strategy-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 20px;
  clear: both;
}

.page-resources-casino-game-tips__strategy-text {
  font-size: 1.1em;
  color: #444444;
  margin-bottom: 20px;
}

.page-resources-casino-game-tips__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-resources-casino-game-tips__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-casino-game-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #017439;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-casino-game-tips__faq-question:hover {
  background-color: #e0e0e0;
}

.page-resources-casino-game-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-casino-game-tips__faq-item.active .page-resources-casino-game-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-casino-game-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-casino-game-tips__faq-item.active .page-resources-casino-game-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 25px;
}

.page-resources-casino-game-tips__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
}

.page-resources-casino-game-tips__cta-section {
  background-color: #017439; /* Brand green */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-casino-game-tips__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-casino-game-tips__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-casino-game-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-casino-game-tips__btn-primary--register {
  background-color: #C30808; /* Register red */
  color: #FFFF00; /* Register yellow text */
  border: 2px solid #C30808;
}

.page-resources-casino-game-tips__btn-primary--register:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-casino-game-tips__btn-secondary--download {
  background-color: #ffffff;
  color: #017439; /* Brand green */
  border: 2px solid #017439;
}

.page-resources-casino-game-tips__btn-secondary--download:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-casino-game-tips__hero-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
    padding-top: calc(var(--header-offset, 120px) + 20px);
  }

  .page-resources-casino-game-tips__hero-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .page-resources-casino-game-tips__hero-image-wrapper {
    width: 100%;
  }

  .page-resources-casino-game-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-casino-game-tips__section-title {
    font-size: 2em;
  }

  .page-resources-casino-game-tips__image--left,
  .page-resources-casino-game-tips__image--right {
    float: none;
    margin: 30px auto 15px auto;
    width: 100%;
    height: auto;
  }

  .page-resources-casino-game-tips__strategy-section {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-resources-casino-game-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-casino-game-tips__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
    gap: 20px;
  }

  .page-resources-casino-game-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-casino-game-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-casino-game-tips__hero-buttons,
  .page-resources-casino-game-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-casino-game-tips__btn-primary,
  .page-resources-casino-game-tips__btn-secondary {
    padding: 12px 20px;
    width: 100% !important; /* Ensure buttons take full width */
    box-sizing: border-box !important;
    margin: 0 auto; /* Center buttons */
  }

  .page-resources-casino-game-tips__section {
    padding: 40px 15px;
  }

  .page-resources-casino-game-tips__container {
    padding: 0 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-casino-game-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-casino-game-tips__section-description {
    font-size: 1em;
  }

  .page-resources-casino-game-tips__features-grid,
  .page-resources-casino-game-tips__content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-casino-game-tips__card {
    padding: 20px;
  }

  .page-resources-casino-game-tips__image,
  .page-resources-casino-game-tips__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-casino-game-tips__image--left,
  .page-resources-casino-game-tips__image--right {
    margin: 20px auto 10px auto;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-casino-game-tips__strategy-title {
    font-size: 1.5em;
  }

  .page-resources-casino-game-tips__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-resources-casino-game-tips__faq-answer {
    padding: 0 20px;
  }

  .page-resources-casino-game-tips__faq-item.active .page-resources-casino-game-tips__faq-answer {
    padding: 10px 20px;
  }

  .page-resources-casino-game-tips__cta-section {
    padding: 60px 15px;
  }

  .page-resources-casino-game-tips__cta-title {
    font-size: 2.2em;
  }
}