.page-gambling-glossary-bonus-withdrawal-terms {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light text for dark backgrounds */
  background-color: #0A192F; /* Main dark background */
  line-height: 1.6;
}

.page-gambling-glossary-bonus-withdrawal-terms .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-glossary-bonus-withdrawal-terms .hero-section {
  position: relative;
  background-color: #0A192F;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.page-gambling-glossary-bonus-withdrawal-terms .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-gambling-glossary-bonus-withdrawal-terms .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-gambling-glossary-bonus-withdrawal-terms .hero-title {
  font-size: 3.5em;
  color: #E0B92B;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-glossary-bonus-withdrawal-terms .hero-subtitle {
  font-size: 1.4em;
  color: #F8F8F8;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-gambling-glossary-bonus-withdrawal-terms .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 10px;
}

.page-gambling-glossary-bonus-withdrawal-terms .btn-primary {
  background-color: #E0B92B;
  color: #0A192F;
  border: 2px solid #E0B92B;
}

.page-gambling-glossary-bonus-withdrawal-terms .btn-primary:hover {
  background-color: #f0c946;
  border-color: #f0c946;
}

.page-gambling-glossary-bonus-withdrawal-terms .section-overview,
.page-gambling-glossary-bonus-withdrawal-terms .section-bonuses,
.page-gambling-glossary-bonus-withdrawal-terms .section-withdrawal,
.page-gambling-glossary-bonus-withdrawal-terms .section-tips,
.page-gambling-glossary-bonus-withdrawal-terms .section-faq {
  padding: 60px 0;
  background-color: #0A192F;
  color: #F8F8F8;
}

.page-gambling-glossary-bonus-withdrawal-terms .section-overview p,
.page-gambling-glossary-bonus-withdrawal-terms .section-bonuses p,
.page-gambling-glossary-bonus-withdrawal-terms .section-withdrawal p,
.page-gambling-glossary-bonus-withdrawal-terms .section-tips li,
.page-gambling-glossary-bonus-withdrawal-terms .section-faq .faq-answer {
  color: #D3D3D3;
}

.page-gambling-glossary-bonus-withdrawal-terms .section-title {
  font-size: 2.5em;
  color: #E0B92B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-gambling-glossary-bonus-withdrawal-terms .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B92B;
  border-radius: 2px;
}

.page-gambling-glossary-bonus-withdrawal-terms .article-title {
  font-size: 1.8em;
  color: #E0B92B;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gambling-glossary-bonus-withdrawal-terms .section-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-gambling-glossary-bonus-withdrawal-terms .inline-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  display: block;
}

.page-gambling-glossary-bonus-withdrawal-terms .bonus-type,
.page-gambling-glossary-bonus-withdrawal-terms .withdrawal-term {
  background-color: #1a2b42;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-gambling-glossary-bonus-withdrawal-terms ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #D3D3D3;
}

.page-gambling-glossary-bonus-withdrawal-terms ul li {
  margin-bottom: 10px;
}

.page-gambling-glossary-bonus-withdrawal-terms .tip-list {
  list-style-type: none;
  padding: 0;
}

.page-gambling-glossary-bonus-withdrawal-terms .tip-list li {
  background-color: #1a2b42;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-left: 5px solid #E0B92B;
  border-radius: 5px;
  font-size: 1.1em;
  color: #F8F8F8;
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-items {
  margin-top: 30px;
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-item {
  background-color: #1a2b42;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-item:hover {
  background-color: #2a3d54;
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-question {
  color: #E0B92B;
  font-size: 1.3em;
  margin: 0;
  position: relative;
  padding-right: 30px;
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #E0B92B;
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-item.active .faq-question::after {
  content: '-';
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-top: 0;
  color: #D3D3D3;
}

.page-gambling-glossary-bonus-withdrawal-terms .faq-item.active .faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-gambling-glossary-bonus-withdrawal-terms .cta-section {
  background-color: #1a2b42;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gambling-glossary-bonus-withdrawal-terms .cta-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-gambling-glossary-bonus-withdrawal-terms .cta-section .container {
  position: relative;
  z-index: 1;
}

.page-gambling-glossary-bonus-withdrawal-terms .cta-title {
  font-size: 2.8em;
  color: #E0B92B;
  margin-bottom: 20px;
}

.page-gambling-glossary-bonus-withdrawal-terms .cta-description {
  font-size: 1.3em;
  color: #F8F8F8;
  margin-bottom: 40px;
}

.page-gambling-glossary-bonus-withdrawal-terms .btn-cta {
  background-color: #E0B92B;
  color: #0A192F;
  border: 2px solid #E0B92B;
  font-size: 1.1em;
  padding: 15px 30px;
}

.page-gambling-glossary-bonus-withdrawal-terms .btn-cta:hover {
  background-color: #f0c946;
  border-color: #f0c946;
}

.page-gambling-glossary-bonus-withdrawal-terms .btn-secondary {
  background-color: transparent;
  color: #E0B92B;
  border: 2px solid #E0B92B;
  font-size: 1.1em;
  padding: 15px 30px;
}

.page-gambling-glossary-bonus-withdrawal-terms .btn-secondary:hover {
  background-color: #E0B92B;
  color: #0A192F;
}

.page-gambling-glossary-bonus-withdrawal-terms .inline-link {
  color: #E0B92B;
  text-decoration: none;
  font-weight: bold;
}

.page-gambling-glossary-bonus-withdrawal-terms .inline-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-gambling-glossary-bonus-withdrawal-terms .hero-title {
    font-size: 2.5em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .hero-subtitle {
    font-size: 1.1em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .section-title {
    font-size: 2em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .article-title {
    font-size: 1.5em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .btn {
    padding: 10px 20px;
    margin: 5px;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .cta-title {
    font-size: 2em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-gambling-glossary-bonus-withdrawal-terms .hero-title {
    font-size: 2em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .hero-subtitle {
    font-size: 1em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .section-title {
    font-size: 1.8em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .article-title {
    font-size: 1.3em;
  }

  .page-gambling-glossary-bonus-withdrawal-terms .btn {
    display: block;
    margin: 10px auto;
  }
}