/* style/resources-rules-betting-tips.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f8f8f8;
  --border-color: #e0e0e0;
  --button-register: #C30808;
  --button-login: #C30808;
  --button-text-login-register: #FFFF00;
}

.page-resources-rules-betting-tips {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
  background: var(--background-light);
  line-height: 1.6;
  font-size: 16px;
}

/* Fixed Header Offset - desktop default */
.page-resources-rules-betting-tips__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

/* Hero Section */
.page-resources-rules-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #004d26 100%); /* Darker gradient for contrast */
  color: var(--text-light);
  overflow: hidden; /* Prevent image overflow */
}

.page-resources-rules-betting-tips__hero-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}