/* style/resources-how-to-choose-reliable-betting-platform.css */
.page-resources-how-to-choose-reliable-betting-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Explicitly set for light-bg sections */
}

.page-resources-how-to-choose-reliable-betting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-section {
  position: relative;
  padding: 80px 0 40px;
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-content {
  max-width: 700px;
  z-index: 1;
  position: relative;
  padding: 20px;
}

.page-resources-how-to-choose-reliable-betting-platform__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFF00; /* Register and Login font color for main title emphasis */
}

.page-resources-how-to-choose-reliable-betting-platform__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-how-to-choose-reliable-betting-platform__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-how-to-choose-reliable-betting-platform__cta-buttons--center {
  justify-content: center;
}

.page-resources-how-to-choose-reliable-betting-platform__btn-primary,
.page-resources-how-to-choose-reliable-betting-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}