.page-resources-understanding-igaming-bonuses {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-understanding-igaming-bonuses__hero-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.page-resources-understanding-igaming-bonuses__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-understanding-igaming-bonuses__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-resources-understanding-igaming-bonuses__lead-paragraph {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-understanding-igaming-bonuses__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-understanding-igaming-bonuses__cta-button:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-understanding-igaming-bonuses__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0.3;
}

.page-resources-understanding-igaming-bonuses__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-understanding-igaming-bonuses__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-resources-understanding-igaming-bonuses__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-understanding-igaming-bonuses__subsection-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-understanding-igaming-bonuses__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-understanding-igaming-bonuses__bonus-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-understanding-igaming-bonuses__bonus-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-understanding-igaming-bonuses__bonus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-understanding-igaming-bonuses__bonus-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-understanding-igaming-bonuses__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-understanding-igaming-bonuses__card-description {
  font-size: 0.95em;
  color: #555555;
}

.page-resources-understanding-igaming-bonuses__claim-steps-list,
.page-resources-understanding-igaming-bonuses__strategy-list,
.page-resources-understanding-igaming-bonuses__responsible-gaming-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-resources-understanding-igaming-bonuses__claim-steps-list li,
.page-resources-understanding-igaming-bonuses__strategy-list li,
.page-resources-understanding-igaming-bonuses__responsible-gaming-list li {
  margin-bottom: 10px;
}

.page-resources-understanding-igaming-bonuses__quote-block {
  background-color: #f0f0f0;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #444444;
  font-size: 1.1em;
}

.page-resources-understanding-igaming-bonuses__centered-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-understanding-igaming-bonuses__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 60px 30px;
  text-align: center;
  margin-top: 60px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-understanding-igaming-bonuses__cta-title {
  font-size: 2.5em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-resources-understanding-igaming-bonuses__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-understanding-igaming-bonuses__cta-button--register {
  background-color: #FCBC45;
  color: #000000;
  margin-right: 15px;
}

.page-resources-understanding-igaming-bonuses__cta-button--register:hover {
  background-color: #e0a53a;
}

.page-resources-understanding-igaming-bonuses__cta-button--login {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-understanding-igaming-bonuses__cta-button--login:hover {
  background-color: #f0f0f0;
  border-color: #e0a53a;
}

.page-resources-understanding-igaming-bonuses__faq-accordion {
  margin-top: 50px;
}

.page-resources-understanding-igaming-bonuses__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-understanding-igaming-bonuses__faq-question {
  background-color: #f5f5f5;
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  font-size: 1.2em;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-understanding-igaming-bonuses__faq-question:hover {
  background-color: #ececec;
}

.page-resources-understanding-igaming-bonuses__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-understanding-igaming-bonuses__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-understanding-igaming-bonuses__faq-answer {
  padding: 0 25px 20px;
  margin: 0;
  font-size: 1.1em;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-understanding-igaming-bonuses__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 20px;
}

.page-resources-understanding-igaming-bonuses__back-link-container {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-understanding-igaming-bonuses__back-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 2px solid #FCBC45;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-understanding-igaming-bonuses__back-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-understanding-igaming-bonuses__hero-section {
    padding: 60px 15px;
  }

  .page-resources-understanding-igaming-bonuses__main-title {
    font-size: 2.2em;
  }

  .page-resources-understanding-igaming-bonuses__lead-paragraph {
    font-size: 1em;
  }

  .page-resources-understanding-igaming-bonuses__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-understanding-igaming-bonuses__content-area {
    padding: 20px 15px;
  }

  .page-resources-understanding-igaming-bonuses__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-resources-understanding-igaming-bonuses__subsection-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-understanding-igaming-bonuses__text-block,
  .page-resources-understanding-igaming-bonuses__claim-steps-list,
  .page-resources-understanding-igaming-bonuses__strategy-list,
  .page-resources-understanding-igaming-bonuses__responsible-gaming-list,
  .page-resources-understanding-igaming-bonuses__card-description,
  .page-resources-understanding-igaming-bonuses__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-understanding-igaming-bonuses__bonus-types-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-understanding-igaming-bonuses__bonus-card img,
  .page-resources-understanding-igaming-bonuses__centered-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-understanding-igaming-bonuses__cta-section {
    padding: 40px 20px;
  }

  .page-resources-understanding-igaming-bonuses__cta-title {
    font-size: 2em;
  }

  .page-resources-understanding-igaming-bonuses__cta-description {
    font-size: 1em;
  }

  .page-resources-understanding-igaming-bonuses__cta-button--register,
  .page-resources-understanding-igaming-bonuses__cta-button--login {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .page-resources-understanding-igaming-bonuses__cta-button--login {
    margin-bottom: 0;
  }

  .page-resources-understanding-igaming-bonuses__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-understanding-igaming-bonuses__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-understanding-igaming-bonuses__main-title {
    font-size: 1.8em;
  }
  .page-resources-understanding-igaming-bonuses__section-title {
    font-size: 1.6em;
  }
  .page-resources-understanding-igaming-bonuses__cta-title {
    font-size: 1.8em;
  }
}

/* Ensure content area images do not display smaller than 200px */
.page-resources-understanding-igaming-bonuses img {
  min-width: 200px;
  min-height: 200px;
}