.page-promotions-deposit-bonus-rules {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Matches body background */
}

.page-promotions-deposit-bonus-rules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-deposit-bonus-rules__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-promotions-deposit-bonus-rules__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-promotions-deposit-bonus-rules__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFF00; /* Custom color for registration/login font */
}

.page-promotions-deposit-bonus-rules__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-deposit-bonus-rules__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-promotions-deposit-bonus-rules__cta-buttons--center {
  margin-top: 30px;
}

.page-promotions-deposit-bonus-rules__btn-primary,
.page-promotions-deposit-bonus-rules__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-deposit-bonus-rules__btn-primary {
  background-color: #C30808; /* Custom color for registration/login buttons */
  color: #FFFF00; /* Custom color for registration/login font */
  border: 2px solid #C30808;
}

.page-promotions-deposit-bonus-rules__btn-primary:hover {
  background-color: #a30606;
  color: #FFFFFF;
}

.page-promotions-deposit-bonus-rules__btn-secondary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-promotions-deposit-bonus-rules__btn-secondary:hover {
  background-color: #005a2e;
  color: #FFFFFF;
}

.page-promotions-deposit-bonus-rules__content-section {
  padding: 60px 0;
}

.page-promotions-deposit-bonus-rules__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-promotions-deposit-bonus-rules__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

.page-promotions-deposit-bonus-rules__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-promotions-deposit-bonus-rules__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

.page-promotions-deposit-bonus-rules__text-block {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
}

.page-promotions-deposit-bonus-rules__text-block p {
  margin-bottom: 15px;
}

.page-promotions-deposit-bonus-rules__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

.page-promotions-deposit-bonus-rules__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 0;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-promotions-deposit-bonus-rules__ordered-list li {
  margin-bottom: 20px;
}

.page-promotions-deposit-bonus-rules__list-title {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: inherit;
}

.page-promotions-deposit-bonus-rules__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-deposit-bonus-rules__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 30px auto;
  border-radius: 8px;
  background-color: #000;
}

.page-promotions-deposit-bonus-rules__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.page-promotions-deposit-bonus-rules__faq-section {
  padding: 60px 0;
}

.page-promotions-deposit-bonus-rules__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions-deposit-bonus-rules__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFFFFF;
}

.page-promotions-deposit-bonus-rules__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-promotions-deposit-bonus-rules__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-deposit-bonus-rules__faq-qtext {
  flex-grow: 1;
}

.page-promotions-deposit-bonus-rules__faq-toggle {
  font-size: 1.5em;
  margin-left: 10px;
  line-height: 1;
}

.page-promotions-deposit-bonus-rules__faq-answer {
  padding: 20px;
  padding-top: 0;
  font-size: 1.1em;
  line-height: 1.8;
  color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promotions-deposit-bonus-rules__main-title {
    font-size: 3em;
  }
  .page-promotions-deposit-bonus-rules__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonus-rules {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-promotions-deposit-bonus-rules__hero-section {
    height: 450px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
  }
  .page-promotions-deposit-bonus-rules__main-title {
    font-size: 2.2em;
  }
  .page-promotions-deposit-bonus-rules__intro-text {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus-rules__section-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus-rules__sub-title {
    font-size: 1.5em;
  }
  .page-promotions-deposit-bonus-rules__text-block {
    padding: 0 15px;
  }
  .page-promotions-deposit-bonus-rules__ordered-list {
    padding: 0 15px;
    margin-left: 0;
  }
  .page-promotions-deposit-bonus-rules__faq-list {
    padding: 0 15px;
  }
  .page-promotions-deposit-bonus-rules__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-promotions-deposit-bonus-rules__btn-primary,
  .page-promotions-deposit-bonus-rules__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions-deposit-bonus-rules__video-section,
  .page-promotions-deposit-bonus-rules__video-container,
  .page-promotions-deposit-bonus-rules__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-promotions-deposit-bonus-rules img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-deposit-bonus-rules__section,
  .page-promotions-deposit-bonus-rules__card,
  .page-promotions-deposit-bonus-rules__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}