/* style/resources-how-to-safely-download-install-go88-md5-sic-bo.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-dark: #0a0a0a;
  --btn-login: #EA7C07;
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Main text color for dark body background */
  background-color: var(--bg-dark); /* Inherited from shared, but good to define */
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(38, 169, 224, 0.8), rgba(10, 10, 10, 0.8)), url('[GALLERY:bg_hero:1920x1080:go88,sic_bo,background,abstract_gaming]') no-repeat center center/cover;
  color: var(--text-light);
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__hero-container {
  max-width: 800px;
  z-index: 1;
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.2;
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--secondary-color);
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__btn-primary,
.page-resources-how-to-safely-download-install-go88-md5-sic-bo__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-how-to-safely-download-install-go88-md5-sic-bo__btn-primary {
  background-color: var(--primary-color);
  color: var(--text-light);
  border: 2px solid var(--primary-color);
}