.page-responsible-gaming-deposit-limits {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark backgrounds */
  line-height: 1.6;
}

.page-responsible-gaming-deposit-limits__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gaming-deposit-limits__hero-section {
  background: linear-gradient(135deg, #1A1A2E, #E94560);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-responsible-gaming-deposit-limits__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming-deposit-limits__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gaming-deposit-limits__section {
  padding: 60px 0;
  background-color: #1A1A2E;
}

.page-responsible-gaming-deposit-limits__section--dark {
  background-color: #0F0F1A; /* Slightly darker variant of main color */
}

.page-responsible-gaming-deposit-limits__section-title {
  font-size: 2.5em;
  color: #E94560; /* Accent color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-responsible-gaming-deposit-limits__description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #CCCCCC;
}

.page-responsible-gaming-deposit-limits__content-block p {
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-responsible-gaming-deposit-limits__highlight {
  color: #E94560;
  font-weight: bold;
}

.page-responsible-gaming-deposit-limits__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-responsible-gaming-deposit-limits__btn--primary {
  background-color: #E94560;
  color: #FFFFFF;
}

.page-responsible-gaming-deposit-limits__btn--primary:hover {
  background-color: #CC3D53; /* Darker red on hover */
  transform: translateY(-2px);
}

.page-responsible-gaming-deposit-limits__btn--secondary {
  background-color: transparent;
  color: #E94560;
  border: 2px solid #E94560;
}

.page-responsible-gaming-deposit-limits__btn--secondary:hover {
  background-color: #E94560;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-responsible-gaming-deposit-limits__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
  background-color: #1A1A2E;
  color: #E94560;
  border: 1px solid #E94560;
}

.page-responsible-gaming-deposit-limits__btn--small:hover {
  background-color: #E94560;
  color: #FFFFFF;
}

.page-responsible-gaming-deposit-limits__text-with-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.page-responsible-gaming-deposit-limits__text-with-image p {
  flex: 1;
  margin-bottom: 20px;
}

.page-responsible-gaming-deposit-limits__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming-deposit-limits__image--right {
  order: 2;
  margin-top: 20px;
  max-width: 500px;
}

.page-responsible-gaming-deposit-limits__image--left {
  order: 2;
  margin-top: 20px;
  max-width: 500px;
}

.page-responsible-gaming-deposit-limits__image--center {
  display: block;
  margin: 30px auto;
  max-width: 400px;
}

.page-responsible-gaming-deposit-limits__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-responsible-gaming-deposit-limits__step-card {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  border: 1px solid #E94560;
}

.page-responsible-gaming-deposit-limits__step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #E94560;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-responsible-gaming-deposit-limits__step-title {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.page-responsible-gaming-deposit-limits__step-card p {
  color: #CCCCCC;
}

.page-responsible-gaming-deposit-limits__list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-responsible-gaming-deposit-limits__list li {
  background-color: #0F0F1A;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #E94560;
}

.page-responsible-gaming-deposit-limits__list-title {
  font-size: 1.3em;
  color: #E94560;
  margin-bottom: 10px;
}

.page-responsible-gaming-deposit-limits__list li p {
  color: #CCCCCC;
}

.page-responsible-gaming-deposit-limits__list--bullet {
  list-style: disc inside;
  color: #E0E0E0;
}

.page-responsible-gaming-deposit-limits__list--bullet li {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 5px 0;
  margin-bottom: 10px;
  border-left: none;
}

.page-responsible-gaming-deposit-limits__list--bullet li strong {
  color: #E94560;
}

.page-responsible-gaming-deposit-limits__cta-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-responsible-gaming-deposit-limits__tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-responsible-gaming-deposit-limits__tool-card {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #5f5f6d;
}

.page-responsible-gaming-deposit-limits__tool-title {
  font-size: 1.5em;
  color: #E94560;
  margin-bottom: 15px;
}

.page-responsible-gaming-deposit-limits__tool-card p {
  color: #CCCCCC;
}

.page-responsible-gaming-deposit-limits__section--contact {
  text-align: center;
  background-color: #1A1A2E;
}

.page-responsible-gaming-deposit-limits__contact-info {
  font-size: 1.2em;
  margin-top: 30px;
  color: #E0E0E0;
}

.page-responsible-gaming-deposit-limits__link {
  color: #E94560;
  text-decoration: none;
  font-weight: bold;
}

.page-responsible-gaming-deposit-limits__link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-responsible-gaming-deposit-limits__text-with-image {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .page-responsible-gaming-deposit-limits__text-with-image p {
    margin-bottom: 0;
  }

  .page-responsible-gaming-deposit-limits__image--right {
    order: 1;
    margin-top: 0;
  }

  .page-responsible-gaming-deposit-limits__image--left {
    order: 2;
    margin-top: 0;
  }

  .page-responsible-gaming-deposit-limits__text-with-image p:first-of-type {
    margin-right: 20px; /* Add space between text and image */
  }

  .page-responsible-gaming-deposit-limits__hero-title {
    font-size: 4em;
  }

  .page-responsible-gaming-deposit-limits__section-title {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .page-responsible-gaming-deposit-limits__hero-title {
    font-size: 2.5em;
  }

  .page-responsible-gaming-deposit-limits__section-title {
    font-size: 2em;
  }

  .page-responsible-gaming-deposit-limits__hero-section {
    padding: 60px 0;
  }

  .page-responsible-gaming-deposit-limits__section {
    padding: 40px 0;
  }

  .page-responsible-gaming-deposit-limits__steps-grid,
  .page-responsible-gaming-deposit-limits__tools-grid {
    grid-template-columns: 1fr;
  }

  .page-responsible-gaming-deposit-limits__image--right,
  .page-responsible-gaming-deposit-limits__image--left {
    margin-top: 20px;
  }
}