.page-promotions-deposit-match-bonuses {
  font-family: 'Arial', sans-serif;
  color: #E0B400; /* Text color for general content, ensuring contrast with dark background */
  background-color: #0A2239; /* Main background color */
}

.page-promotions-deposit-match-bonuses__hero {
  background: linear-gradient(135deg, #0A2239 0%, #304a60 100%); /* Gradient for hero section */
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-match-bonuses__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,patterns,dark_blue]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-deposit-match-bonuses__hero .page-promotions-deposit-match-bonuses__container {
  position: relative;
  z-index: 1;
}

.page-promotions-deposit-match-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-deposit-match-bonuses__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff; /* White for main title */
  line-height: 1.2;
  font-weight: bold;
}

.page-promotions-deposit-match-bonuses__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #ccc; /* Lighter grey for subtitle */
}

.page-promotions-deposit-match-bonuses__cta-button {
  display: inline-block;
  background-color: #E0B400; /* Accent color for CTA button */
  color: #0A2239; /* Dark text on accent button */
  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-promotions-deposit-match-bonuses__cta-button:hover {
  background-color: #FFD700;
  transform: translateY(-3px);
}

.page-promotions-deposit-match-bonuses__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-promotions-deposit-match-bonuses__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-promotions-deposit-match-bonuses__section {
  padding: 60px 0;
  text-align: left;
  border-bottom: 1px solid rgba(224, 180, 0, 0.1);
}

.page-promotions-deposit-match-bonuses__section--alt {
  background-color: #1a3a5a;
}

.page-promotions-deposit-match-bonuses__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #E0B400; /* Accent color for section titles */
  text-align: center;
  font-weight: bold;
}

.page-promotions-deposit-match-bonuses__section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #ccc;
}

.page-promotions-deposit-match-bonuses__section a {
  color: #E0B400;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-deposit-match-bonuses__section a:hover {
  text-decoration: underline;
}

.page-promotions-deposit-match-bonuses__list,
.page-promotions-deposit-match-bonuses__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #ccc;
}

.page-promotions-deposit-match-bonuses__ordered-list {
  list-style-type: decimal;
}

.page-promotions-deposit-match-bonuses__list li,
.page-promotions-deposit-match-bonuses__ordered-list li {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-promotions-deposit-match-bonuses__list li strong,
.page-promotions-deposit-match-bonuses__ordered-list li strong {
  color: #E0B400;
}

.page-promotions-deposit-match-bonuses__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-match-bonuses__image--large {
  max-width: 90%;
}

.page-promotions-deposit-match-bonuses__image--medium {
  max-width: 70%;
}

.page-promotions-deposit-match-bonuses__image--small {
  max-width: 50%;
}

.page-promotions-deposit-match-bonuses__faq-item {
  background-color: #1a3a5a;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-match-bonuses__faq-question {
  font-size: 1.3em;
  color: #E0B400;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-deposit-match-bonuses__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-promotions-deposit-match-bonuses__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-deposit-match-bonuses__faq-answer {
  font-size: 1.05em;
  line-height: 1.7;
  color: #aaa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-promotions-deposit-match-bonuses__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding-top: 15px;
}

.page-promotions-deposit-match-bonuses .highlight {
  color: #E0B400;
}

/* Floating Ad */
.page-promotions-deposit-match-bonuses__floating-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #E0B400;
  color: #0A2239;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  padding: 15px 20px;
  max-width: 280px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateX(350px); /* Initially hidden */
  transition: transform 0.5s ease-out;
}

.page-promotions-deposit-match-bonuses__floating-ad.show {
  transform: translateX(0);
}

.page-promotions-deposit-match-bonuses__floating-ad-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #0A2239;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.page-promotions-deposit-match-bonuses__floating-ad-close:hover {
  color: #333;
}

.page-promotions-deposit-match-bonuses__floating-ad-content {
  margin-top: 10px;
}

.page-promotions-deposit-match-bonuses__floating-ad-text {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #0A2239;
}

.page-promotions-deposit-match-bonuses__floating-ad-offer {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0A2239;
}

.page-promotions-deposit-match-bonuses__floating-ad-button {
  display: inline-block;
  background-color: #0A2239; /* Dark button on yellow ad */
  color: #E0B400;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-promotions-deposit-match-bonuses__floating-ad-button:hover {
  background-color: #304a60;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-deposit-match-bonuses__title {
    font-size: 2.8em;
  }
  .page-promotions-deposit-match-bonuses__subtitle {
    font-size: 1.3em;
  }
  .page-promotions-deposit-match-bonuses__section-title {
    font-size: 2em;
  }
  .page-promotions-deposit-match-bonuses__image--large {
    max-width: 100%;
  }
  .page-promotions-deposit-match-bonuses__image--medium {
    max-width: 90%;
  }
  .page-promotions-deposit-match-bonuses__image--small {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-match-bonuses__hero {
    padding: 80px 15px;
  }
  .page-promotions-deposit-match-bonuses__title {
    font-size: 2.2em;
  }
  .page-promotions-deposit-match-bonuses__subtitle {
    font-size: 1.1em;
  }
  .page-promotions-deposit-match-bonuses__section {
    padding: 40px 0;
  }
  .page-promotions-deposit-match-bonuses__section-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-match-bonuses__section p,
  .page-promotions-deposit-match-bonuses__list li,
  .page-promotions-deposit-match-bonuses__ordered-list li {
    font-size: 1em;
  }
  .page-promotions-deposit-match-bonuses__floating-ad {
    bottom: 15px;
    right: 15px;
    max-width: 250px;
    padding: 10px 15px;
  }
  .page-promotions-deposit-match-bonuses__floating-ad-text,
  .page-promotions-deposit-match-bonuses__floating-ad-offer {
    font-size: 1em;
  }
  .page-promotions-deposit-match-bonuses__floating-ad-button {
    padding: 8px 15px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-match-bonuses__title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-match-bonuses__subtitle {
    font-size: 1em;
  }
  .page-promotions-deposit-match-bonuses__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-promotions-deposit-match-bonuses__section-title {
    font-size: 1.5em;
  }
  .page-promotions-deposit-match-bonuses__floating-ad {
    bottom: 10px;
    right: 10px;
    max-width: 90%;
    width: auto;
  }
}