/* style/no-hu-cac-game-hot.css */

:root {
  --vnbet-orange-primary: #FF8C1A;
  --vnbet-orange-secondary: #FFA53A;
  --vnbet-dark-bg: #0D0E12;
  --vnbet-card-bg: #17191F;
  --vnbet-text-main: #FFF3E6;
  --vnbet-border: #A84F0C;
  --vnbet-glow: #FFB04D;
  --vnbet-deep-orange: #D96800;
}

.page-no-hu-cac-game-hot {
  color: var(--vnbet-text-main); /* Ensure text is light on dark body background */
  background-color: var(--vnbet-dark-bg); /* Body background is dark */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-no-hu-cac-game-hot__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: var(--vnbet-dark-bg);
}