/* style/resources-hi88-login-guide.css */

/* Base styles for the page content */
.page-resources-hi88-login-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background: var(--primary-bg, #0A192F); /* Inherit from body or use default dark blue */
}