:root {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #007BFF; /* Blue */
  --text-color: #F8F8F8; /* Light gray */
  --dark-background: #1A1A1A; /* Dark gray */
  --light-background: #2C2C2C; /* Slightly lighter dark gray */
  --accent-color: #FF4500; /* OrangeRed */
  --border-color: #444444;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: var(--dark-background);
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
  padding-top: var(--header-offset, 122px); /* Fallback for header offset */
}

.page-how-do-i-use-my-22bet-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-how-do-i-use-my-22bet-bonus__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-how-do-i-use-my-22bet-bonus__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.page-how-do-i-use-my-22bet-bonus__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-how-do-i-use-my-22bet-bonus__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, main offset from body */
  box-sizing: border-box;
}

.page-how-do-i-use-my-22bet-bonus__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-how-do-i-use-my-22bet-bonus__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.page-how-do-i-use-my-22bet-bonus__hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 20px;
  color: var(--text-color);
}

.page-how-do-i-use-my-22bet-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--primary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-how-do-i-use-my-22bet-bonus__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: var(--text-color);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-how-do-i-use-my-22bet-bonus__hero-cta {
  display: inline-block;
  background-color: var(--accent-color);
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-how-do-i-use-my-22bet-bonus__hero-cta:hover {
  background-color: #E63900; /* Darker OrangeRed */
  transform: translateY(-3px);
}

/* Payment Providers Section */
.page-how-do-i-use-my-22bet-bonus__payment-providers {
  display: flex;
  flex-direction: column; /* Changed to column to center title, then grid for logos */
  align-items: center;
  padding: 40px 20px;
  background-color: var(--light-background);
  border-bottom: 1px solid var(--border-color);
}

.page-how-do-i-use-my-22bet-bonus__payment-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-how-do-i-use-my-22bet-bonus__payment-logo {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  box-sizing: border-box;
  object-fit: contain;
}

/* Intro Section */
.page-how-do-i-use-my-22bet-bonus__intro-section {
  padding: 60px 0;
  background-color: var(--dark-background);
}

.page-how-do-i-use-my-22bet-bonus__quick-access {
  margin-top: 50px;
  padding: 30px;
  background-color: var(--light-background);
  border-radius: 10px;
  text-align: center;
}

.page-how-do-i-use-my-22bet-bonus__quick-access-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 25px;
}

.page-how-do-i-use-my-22bet-bonus__quick-access-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-how-do-i-use-my-22bet-bonus__quick-access-cta {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-how-do-i-use-my-22bet-bonus__quick-access-cta:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* Games Section */
.page-how-do-i-use-my-22bet-bonus__games-section {
  padding: 60px 0;
  background-color: var(--light-background);
}

.page-how-do-i-use-my-22bet-bonus__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-how-do-i-use-my-22bet-bonus__game-item {
  background-color: var(--dark-background);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-how-do-i-use-my-22bet-bonus__game-item:hover {
  transform: translateY(-5px);
}

.page-how-do-i-use-my-22bet-bonus__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-how-do-i-use-my-22bet-bonus__game-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin: 20px 15px 10px;
}

.page-how-do-i-use-my-22bet-bonus__game-description {
  font-size: 1em;
  color: var(--text-color);
  padding: 0 15px 20px;
  min-height: 70px; /* Ensure consistent height */
}

.page-how-do-i-use-my-22bet-bonus__game-cta {
  display: block;
  background-color: var(--accent-color);
  color: #FFFFFF;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-how-do-i-use-my-22bet-bonus__game-cta:hover {
  background-color: #E63900;
}

/* Promotions Section */
.page-how-do-i-use-my-22bet-bonus__promotions-section {
  padding: 60px 0;
  background-color: var(--dark-background);
}

.page-how-do-i-use-my-22bet-bonus__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-how-do-i-use-my-22bet-bonus__promo-item {
  background-color: var(--light-background);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-how-do-i-use-my-22bet-bonus__promo-item:hover {
  transform: translateY(-5px);
}

.page-how-do-i-use-my-22bet-bonus__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-how-do-i-use-my-22bet-bonus__promo-title {
  font-size: 1.6em;
  color: var(--primary-color);
  margin: 20px 15px 10px;
}

.page-how-do-i-use-my-22bet-bonus__promo-description {
  font-size: 1em;
  color: var(--text-color);
  padding: 0 15px 20px;
  min-height: 70px; /* Ensure consistent height */
}

.page-how-do-i-use-my-22bet-bonus__promo-cta {
  display: block;
  background-color: var(--secondary-color);
  color: #FFFFFF;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-how-do-i-use-my-22bet-bonus__promo-cta:hover {
  background-color: #0056b3;
}

.page-how-do-i-use-my-22bet-bonus__view-all-cta {
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  background-color: var(--accent-color);
  color: #FFFFFF;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-how-do-i-use-my-22bet-bonus__view-all-cta:hover {
  background-color: #E63900;
  transform: translateY(-3px);
}

/* Safety Section */
.page-how-do-i-use-my-22bet-bonus__safety-section {
  padding: 60px 0;
  background-color: var(--light-background);
}

.page-how-do-i-use-my-22bet-bonus__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-how-do-i-use-my-22bet-bonus__feature-item {
  background-color: var(--dark-background);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-how-do-i-use-my-22bet-bonus__feature-icon {
  width: 200px; /* Enforce min 200px width */
  height: 200px; /* Enforce min 200px height */
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-how-do-i-use-my-22bet-bonus__feature-title {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-how-do-i-use-my-22bet-bonus__feature-description {
  font-size: 1em;
  color: var(--text-color);
}

/* FAQ Section */
.page-how-do-i-use-my-22bet-bonus__faq-section {
  padding: 60px 0;
  background-color: var(--dark-background);
}

.page-how-do-i-use-my-22bet-bonus__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-how-do-i-use-my-22bet-bonus__faq-item {
  background-color: var(--light-background);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-how-do-i-use-my-22bet-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: var(--light-background);
  border-bottom: 1px solid var(--border-color);
  transition: background-color 0.3s ease;
  user-select: none;
}

.page-how-do-i-use-my-22bet-bonus__faq-question:hover {
  background-color: #3a3a3a;
}

.page-how-do-i-use-my-22bet-bonus__faq-title {
  font-size: 1.25em;
  color: var(--primary-color);
  margin: 0;
  pointer-events: none; /* Prevent h3 from blocking click event on parent div */
}

.page-how-do-i-use-my-22bet-bonus__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--accent-color);
  transition: transform 0.3s ease;
  pointer-events: none; /* Prevent span from blocking click event on parent div */
}

.page-how-do-i-use-my-22bet-bonus__faq-item.active .page-how-do-i-use-my-22bet-bonus__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
  color: var(--primary-color);
}

.page-how-do-i-use-my-22bet-bonus__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  color: var(--text-color);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.page-how-do-i-use-my-22bet-bonus__faq-item.active .page-how-do-i-use-my-22bet-bonus__faq-answer {
  max-height: 2000px !important; /* Sufficiently large value */
  padding: 20px 25px !important;
  opacity: 1;
}

.page-how-do-i-use-my-22bet-bonus__faq-answer p {
  margin: 0;
  font-size: 1em;
}

/* Blog Section */
.page-how-do-i-use-my-22bet-bonus__blog-section {
  padding: 60px 0;
  background-color: var(--light-background);
}

.page-how-do-i-use-my-22bet-bonus__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-how-do-i-use-my-22bet-bonus__blog-post {
  background-color: var(--dark-background);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-how-do-i-use-my-22bet-bonus__blog-post:hover {
  transform: translateY(-5px);
}

.page-how-do-i-use-my-22bet-bonus__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-how-do-i-use-my-22bet-bonus__blog-content {
  padding: 20px;
}

.page-how-do-i-use-my-22bet-bonus__blog-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.page-how-do-i-use-my-22bet-bonus__blog-excerpt {
  font-size: 1em;
  color: var(--text-color);
  margin-bottom: 20px;
  min-height: 70px; /* Ensure consistent height */
}

.page-how-do-i-use-my-22bet-bonus__blog-cta {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-how-do-i-use-my-22bet-bonus__blog-cta:hover {
  background-color: #0056b3;
}

/* General image responsive styles */
.page-how-do-i-use-my-22bet-bonus img:not(.page-how-do-i-use-my-22bet-bonus__payment-logo) {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .page-how-do-i-use-my-22bet-bonus__hero-title {
    font-size: 3em;
  }
  .page-how-do-i-use-my-22bet-bonus__hero-subtitle {
    font-size: 1.2em;
  }
  .page-how-do-i-use-my-22bet-bonus__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-how-do-i-use-my-22bet-bonus__hero-section {
    height: 450px;
  }
  .page-how-do-i-use-my-22bet-bonus__hero-title {
    font-size: 2.5em;
  }
  .page-how-do-i-use-my-22bet-bonus__hero-subtitle {
    font-size: 1em;
  }
  .page-how-do-i-use-my-22bet-bonus__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-how-do-i-use-my-22bet-bonus__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-how-do-i-use-my-22bet-bonus__text-content {
    font-size: 0.95em;
  }

  /* Payment Providers specific mobile CSS */
  .page-how-do-i-use-my-22bet-bonus__payment-providers {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 30px 15px;
  }
  .page-how-do-i-use-my-22bet-bonus__payment-logo,
  .page-how-do-i-use-my-22bet-bonus__payment-logo img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
  }

  .page-how-do-i-use-my-22bet-bonus__quick-access {
    padding: 20px;
  }
  .page-how-do-i-use-my-22bet-bonus__quick-access-title {
    font-size: 1.5em;
  }
  .page-how-do-i-use-my-22bet-bonus__quick-access-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-how-do-i-use-my-22bet-bonus__quick-access-cta {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .page-how-do-i-use-my-22bet-bonus__game-grid,
  .page-how-do-i-use-my-22bet-bonus__promo-grid,
  .page-how-do-i-use-my-22bet-bonus__features-grid,
  .page-how-do-i-use-my-22bet-bonus__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-how-do-i-use-my-22bet-bonus__game-description,
  .page-how-do-i-use-my-22bet-bonus__promo-description,
  .page-how-do-i-use-my-22bet-bonus__blog-excerpt {
    min-height: auto; /* Remove fixed height for mobile */
  }

  .page-how-do-i-use-my-22bet-bonus__faq-question {
    padding: 15px 20px;
  }
  .page-how-do-i-use-my-22bet-bonus__faq-title {
    font-size: 1.1em;
  }
  .page-how-do-i-use-my-22bet-bonus__faq-answer {
    padding: 0 20px;
  }
  .page-how-do-i-use-my-22bet-bonus__faq-item.active .page-how-do-i-use-my-22bet-bonus__faq-answer {
    padding: 15px 20px !important;
  }

  /* List item responsive rules */
  .page-how-do-i-use-my-22bet-bonus ul,
  .page-how-do-i-use-my-22bet-bonus ol {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-how-do-i-use-my-22bet-bonus li {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important; /* Adjust padding as needed */
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  /* General image responsive styles for mobile */
  .page-how-do-i-use-my-22bet-bonus img:not(.page-how-do-i-use-my-22bet-bonus__payment-logo) {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-how-do-i-use-my-22bet-bonus__hero-section {
    height: 400px;
  }
  .page-how-do-i-use-my-22bet-bonus__hero-title {
    font-size: 2em;
  }
  .page-how-do-i-use-my-22bet-bonus__hero-subtitle {
    font-size: 0.9em;
  }
  .page-how-do-i-use-my-22bet-bonus__hero-cta {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-how-do-i-use-my-22bet-bonus__section-title {
    font-size: 1.5em;
  }
  .page-how-do-i-use-my-22bet-bonus__faq-title {
    font-size: 1em;
  }
  .page-how-do-i-use-my-22bet-bonus__faq-toggle {
    font-size: 1.5em;
  }
}