/* style/resources-gi8-login-faq.css */

/* Variables (if needed, but using global shared.css vars is better) */
:root {
  --primary-color: #017439;
  --secondary-color: #C30808; /* For register/login buttons */
  --text-color: #333333;
  --light-bg-color: #ffffff;
  --border-color: #e0e0e0;
  --accent-text-color: #FFFF00; /* For register/login text */
}

/* Base styles for the page content */
.page-resources-gi8-login-faq {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--light-bg-color); /* Default body background is white */
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-resources-gi8-login-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}