/* style/blog-jl7-latest-promos.css */

:root {
  --jl7-primary-color: #F2C14E;
  --jl7-secondary-color: #FFD36B;
  --jl7-card-bg: #111111;
  --jl7-background: #0A0A0A;
  --jl7-text-main: #FFF6D6;
  --jl7-border-color: #3A2A12;
  --jl7-glow-color: #FFD36B;
  --jl7-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  --header-offset: 120px; /* Default for desktop, adjust in shared.css for mobile */
}

.page-blog-jl7-latest-promos {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--jl7-text-main); /* Ensure contrast with dark body background */
  background-color: var(--jl7-background);
}