/* style/resources-how-to-access-789win-link-official-entry.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --accent-color: #C30808; /* For register/login buttons */
  --text-color-dark-bg: #FFFFFF;
  --text-color-light-bg: #333333;
  --button-text-color-register-login: #FFFF00;
}

.page-resources-how-to-access-789win-link-official-entry {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color-light-bg); /* Default text color for light body bg */
  background-color: var(--secondary-color);
}

.page-resources-how-to-access-789win-link-official-entry__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
  background-color: var(--primary-color);
  color: var(--text-color-dark-bg);
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-access-789win-link-official-entry__hero-content {
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-how-to-access-789win-link-official-entry__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-color-dark-bg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-access-789win-link-official-entry__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-access-789win-link-official-entry__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}