.page-resources-how-to-identify-safe-gambling-sites {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-how-to-identify-safe-gambling-sites__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-identify-safe-gambling-sites__hero {
  background: linear-gradient(135deg, #1A2E40 0%, #3B5B7D 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-how-to-identify-safe-gambling-sites__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-identify-safe-gambling-sites__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-how-to-identify-safe-gambling-sites__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-how-to-identify-safe-gambling-sites__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E40;
  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;
}

.page-resources-how-to-identify-safe-gambling-sites__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-how-to-identify-safe-gambling-sites__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: 1;
}

.page-resources-how-to-identify-safe-gambling-sites__section {
  padding: 60px 0;
}

.page-resources-how-to-identify-safe-gambling-sites__section-title {
  font-size: 2.5em;
  color: #1A2E40;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-identify-safe-gambling-sites__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-how-to-identify-safe-gambling-sites__text {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-identify-safe-gambling-sites__introduction .page-resources-how-to-identify-safe-gambling-sites__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-identify-safe-gambling-sites__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-identify-safe-gambling-sites__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-identify-safe-gambling-sites__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-how-to-identify-safe-gambling-sites__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-how-to-identify-safe-gambling-sites__feature-title {
  font-size: 1.6em;
  color: #1A2E40;
  margin-bottom: 15px;
}

.page-resources-how-to-identify-safe-gambling-sites__feature-text {
  font-size: 1em;
  color: #555;
  text-align: left;
}

.page-resources-how-to-identify-safe-gambling-sites__s666-example {
  background-color: #EBF2F7;
}

.page-resources-how-to-identify-safe-gambling-sites__conclusion .page-resources-how-to-identify-safe-gambling-sites__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-resources-how-to-identify-safe-gambling-sites__cta-buttons {
  text-align: center;
  margin-top: 40px;
}

.page-resources-how-to-identify-safe-gambling-sites__cta-button {
  display: inline-block;
  background-color: #1A2E40;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-how-to-identify-safe-gambling-sites__cta-button:hover {
  background-color: #0d1e2f;
  transform: translateY(-2px);
}

.page-resources-how-to-identify-safe-gambling-sites__cta-button--secondary {
  background-color: #FFD700;
  color: #1A2E40;
}

.page-resources-how-to-identify-safe-gambling-sites__cta-button--secondary:hover {
  background-color: #e6c200;
  color: #1A2E40;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-how-to-identify-safe-gambling-sites__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-identify-safe-gambling-sites__hero {
    padding: 60px 0;
  }
  .page-resources-how-to-identify-safe-gambling-sites__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__section {
    padding: 40px 0;
  }
  .page-resources-how-to-identify-safe-gambling-sites__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__feature-item {
    padding: 25px;
  }
  .page-resources-how-to-identify-safe-gambling-sites__feature-title {
    font-size: 1.4em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__cta-button {
    margin: 10px 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-identify-safe-gambling-sites__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__section-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__text {
    font-size: 0.95em;
  }
  .page-resources-how-to-identify-safe-gambling-sites__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-how-to-identify-safe-gambling-sites__feature-icon {
    width: 60px;
    height: 60px;
  }
  .page-resources-how-to-identify-safe-gambling-sites__feature-title {
    font-size: 1.2em;
  }
}