/* style/resources-how-to-choose-online-betting-platform.css */

/* Variables */
:root {
  --page-primary-color: #26A9E0;
  --page-secondary-color: #FFFFFF;
  --page-text-color-dark: #333333;
  --page-text-color-light: #ffffff;
  --page-background-dark: #0a0a0a; /* From shared.css body background */
  --page-background-light: #f8f9fa; /* A light background for sections */
  --page-login-button-color: #EA7C07; /* Custom color for login */
}

/* Base styles for the page content */
.page-resources-how-to-choose-online-betting-platform {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-text-color-light); /* Default text color for dark body background */
  background-color: var(--page-background-dark); /* Ensure consistency if main has its own bg */
}

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