/* style/resources-how-to-safely-and-efficiently-use-789bet-run.css */

/* Base styles for the page */
.page-resources-how-to-safely-and-efficiently-use-789bet-run {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Main content background will be handled by sections */
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__subsection-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Color Contrast Handling */
.page-resources-how-to-safely-and-efficiently-use-789bet-run__dark-bg {
  background-color: #0d0d0d; /* Slightly lighter than body bg for distinction */
  color: #ffffff; /* Light text for dark background */
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__light-bg {
  background-color: #f8f8f8;
  color: #333333; /* Dark text for light background */
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__light-bg .page-resources-how-to-safely-and-efficiently-use-789bet-run__section-title,
.page-resources-how-to-safely-and-efficiently-use-789bet-run__light-bg .page-resources-how-to-safely-and-efficiently-use-789bet-run__subsection-title {
  color: #26A9E0;
}

.page-resources-how-to-safely-and-efficiently-use-789bet-run__light-bg .page-resources-how-to-safely-and-efficiently-use-789bet-run__text-block {
  color: #333333;
}