/* style/bookmaker-reviews-2024-reputable-list.css */

:root {
  --primary-color: #1A2B4C;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #0a0a0a;
  --bg-light: #f1f3f5;
  --border-color: #e0e0e0;
}

.page-bookmaker-reviews-2024-reputable-list {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: var(--text-light); /* Main text color for dark body background */
  background-color: var(--bg-dark); /* Inherited from body */
  padding-top: 120px; /* Desktop: Adjust for fixed header */
}

@media (max-width: 768px) {
  .page-bookmaker-reviews-2024-reputable-list {
    padding-top: 100px !important; /* Mobile: Adjust for fixed header */
    font-size: 15px;
  }
}

.page-bookmaker-reviews-2024-reputable-list__hero-article-banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-color) 70%, var(--secondary-color));
  color: var(--text-light);
}

.page-bookmaker-reviews-2024-reputable-list__hero-article-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}