/* style/resources-online-gambling-bonuses.css */
.page-resources-online-gambling-bonuses {
  font-family: 'Arial', sans-serif;
  color: #E0B34C; /* Text color on dark background */
  background-color: #0A2E36; /* Main background color */
}

.page-resources-online-gambling-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-gambling-bonuses__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #0A2E36, #1a4f5c); /* Gradient background */
  text-align: center;
  color: #ffffff; /* White text for hero section */
}

.page-resources-online-gambling-bonuses__hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-online-gambling-bonuses__hero h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B34C; /* Accent color for hero title */
  line-height: 1.2;
}

.page-resources-online-gambling-bonuses__hero p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-resources-online-gambling-bonuses__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.page-resources-online-gambling-bonuses__hero-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-online-gambling-bonuses h2 {
  font-size: 2.5em;
  color: #E0B34C; /* Accent color for section titles */
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-online-gambling-bonuses h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B34C;
  border-radius: 2px;
}

.page-resources-online-gambling-bonuses h3 {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-online-gambling-bonuses p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #c0c0c0;
}

.page-resources-online-gambling-bonuses strong {
  color: #E0B34C;
}

.page-resources-online-gambling-bonuses__introduction, 
.page-resources-online-gambling-bonuses__how-to-claim,
.page-resources-online-gambling-bonuses__why-vn8day,
.page-resources-online-gambling-bonuses__tips {
  padding: 60px 0;
  background-color: #0A2E36;
}

.page-resources-online-gambling-bonuses__types, 
.page-resources-online-gambling-bonuses__terms-conditions, 
.page-resources-online-gambling-bonuses__featured-bonuses {
  padding: 60px 0;
  background-color: #1a3f4a; /* Slightly lighter dark background for contrast */
}

.page-resources-online-gambling-bonuses__types-grid, 
.page-resources-online-gambling-bonuses__terms-grid, 
.page-resources-online-gambling-bonuses__bonus-cards {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-online-gambling-bonuses__types-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-resources-online-gambling-bonuses__type-card, 
.page-resources-online-gambling-bonuses__term-item, 
.page-resources-online-gambling-bonuses__bonus-card {
  background-color: #0A2E36;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-online-gambling-bonuses__type-card:hover, 
.page-resources-online-gambling-bonuses__term-item:hover, 
.page-resources-online-gambling-bonuses__bonus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-online-gambling-bonuses__type-card h3, 
.page-resources-online-gambling-bonuses__term-item h3, 
.page-resources-online-gambling-bonuses__bonus-card h3 {
  color: #E0B34C;
  font-size: 1.5em;
  margin-top: 0;
}

.page-resources-online-gambling-bonuses__type-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-resources-online-gambling-bonuses__terms-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-resources-online-gambling-bonuses__terms-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 40px auto 20px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-online-gambling-bonuses ol, 
.page-resources-online-gambling-bonuses ul {
  list-style-type: disc;
  margin-left: 25px;
  color: #c0c0c0;
}

.page-resources-online-gambling-bonuses ol li, 
.page-resources-online-gambling-bonuses ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1.1em;
}

.page-resources-online-gambling-bonuses ol li strong {
  color: #E0B34C;
}

.page-resources-online-gambling-bonuses__bonus-cards {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-resources-online-gambling-bonuses__bonus-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #1a3f4a;
  padding: 10px;
}

.page-resources-online-gambling-bonuses__cta-button {
  display: inline-block;
  background-color: #E0B34C; /* Accent color for CTA buttons */
  color: #0A2E36; /* Dark text on accent background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 30px;
  border: none;
  cursor: pointer;
}

.page-resources-online-gambling-bonuses__cta-button:hover {
  background-color: #f5c760; /* Lighter accent on hover */
  transform: translateY(-3px);
}

.page-resources-online-gambling-bonuses__small-button {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-resources-online-gambling-bonuses__large-button {
  padding: 20px 40px;
  font-size: 1.3em;
  margin-top: 40px;
}

.page-resources-online-gambling-bonuses__full-list-cta {
  text-align: center;
  margin-top: 60px;
}

.page-resources-online-gambling-bonuses__text-center {
  text-align: center;
}

.page-resources-online-gambling-bonuses__tips-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 40px auto 20px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-online-gambling-bonuses__cta-final {
  padding: 80px 0;
  background: linear-gradient(45deg, #0A2E36, #1a4f5c); /* Another gradient for final CTA */
  color: #ffffff;
  text-align: center;
}

.page-resources-online-gambling-bonuses__cta-final h2 {
  color: #E0B34C;
}

.page-resources-online-gambling-bonuses__cta-final p {
  color: #e0e0e0;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-online-gambling-bonuses__hero {
    flex-direction: column;
    padding: 60px 0;
  }

  .page-resources-online-gambling-bonuses__hero-content {
    margin-bottom: 30px;
  }

  .page-resources-online-gambling-bonuses__hero h1 {
    font-size: 2.5em;
  }

  .page-resources-online-gambling-bonuses h2 {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-resources-online-gambling-bonuses h3 {
    font-size: 1.5em;
  }

  .page-resources-online-gambling-bonuses p, 
  .page-resources-online-gambling-bonuses ol li, 
  .page-resources-online-gambling-bonuses ul li {
    font-size: 1em;
  }

  .page-resources-online-gambling-bonuses__types-grid,
  .page-resources-online-gambling-bonuses__terms-grid,
  .page-resources-online-gambling-bonuses__bonus-cards {
    grid-template-columns: 1fr;
  }

  .page-resources-online-gambling-bonuses__type-card, 
  .page-resources-online-gambling-bonuses__term-item, 
  .page-resources-online-gambling-bonuses__bonus-card {
    padding: 20px;
  }

  .page-resources-online-gambling-bonuses__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-online-gambling-bonuses__large-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-online-gambling-bonuses__hero h1 {
    font-size: 2em;
  }

  .page-resources-online-gambling-bonuses h2 {
    font-size: 1.8em;
  }

  .page-resources-online-gambling-bonuses__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}