/* style/resources-safe-betting-tips.css */

.page-resources-safe-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1a1a1a; /* Dark background */
  line-height: 1.6;
}

.page-resources-safe-betting-tips__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8B0000, #4a0000); /* Darker red gradient */
  color: #FFD700;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-safe-betting-tips__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-safe-betting-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Golden title */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-safe-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0; /* Slightly lighter text */
}

.page-resources-safe-betting-tips__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Golden button */
  color: #8B0000; /* Dark red text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFD700;
}

.page-resources-safe-betting-tips__hero-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  color: #6b0000;
}

.page-resources-safe-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15; /* Subtle background image */
  z-index: 0;
}

.page-resources-safe-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-safe-betting-tips__content-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.page-resources-safe-betting-tips__article-container {
  max-width: 800px; /* Optimal reading width */
  padding: 0 20px;
}

.page-resources-safe-betting-tips__intro-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #CCCCCC;
  text-align: justify;
}

.page-resources-safe-betting-tips__section-title {
  font-size: 2.2em;
  color: #FFD700; /* Golden section titles */
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid #8B0000;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-safe-betting-tips__sub-section-title {
  font-size: 1.6em;
  color: #F0F0F0; /* Lighter sub-titles */
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-safe-betting-tips__article-container p {
  margin-bottom: 1em;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-safe-betting-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-safe-betting-tips__list li {
  margin-bottom: 8px;
}

.page-resources-safe-betting-tips__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-safe-betting-tips__inline-button {
  display: inline-block;
  background-color: #8B0000; /* Dark red button */
  color: #FFD700; /* Golden text */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 15px;
}

.page-resources-safe-betting-tips__inline-button:hover {
  background-color: #6b0000;
  color: #ffe066;
}

.page-resources-safe-betting-tips__call-to-action-box {
  background-color: #2a2a2a; /* Slightly lighter dark background */
  border-left: 5px solid #FFD700;
  padding: 30px;
  margin: 50px 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-safe-betting-tips__call-to-action-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-safe-betting-tips__call-to-action-box p {
  font-size: 1.05em;
  margin-bottom: 25px;
  color: #E0E0E0;
}

.page-resources-safe-betting-tips__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFD700;
}

.page-resources-safe-betting-tips__cta-button:hover {
  background-color: #e6c200;
  color: #6b0000;
}

.page-resources-safe-betting-tips__related-resources-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-safe-betting-tips__related-resources-list li {
  margin-bottom: 10px;
}

.page-resources-safe-betting-tips__related-resources-list a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-safe-betting-tips__related-resources-list a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-safe-betting-tips__back-link-wrapper {
  margin-top: 60px;
  text-align: center;
}

.page-resources-safe-betting-tips__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #FFD700;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-safe-betting-tips__back-link:hover {
  background-color: #FFD700;
  color: #1a1a1a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-safe-betting-tips__hero {
    padding: 60px 15px;
  }

  .page-resources-safe-betting-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-safe-betting-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-safe-betting-tips__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-safe-betting-tips__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-resources-safe-betting-tips__sub-section-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .page-resources-safe-betting-tips__article-container {
    padding: 0 15px;
  }

  .page-resources-safe-betting-tips__call-to-action-title {
    font-size: 1.5em;
  }

  .page-resources-safe-betting-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-safe-betting-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-safe-betting-tips__section-title {
    font-size: 1.6em;
  }

  .page-resources-safe-betting-tips__sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-safe-betting-tips__list {
    margin-left: 15px;
  }
}