https://gottheodds.com/wp-content/uploads/2023/12/cropped-got-the-odds1-final.jpg

.betting-review {
    margin: 0 auto;
    max-width: 1200px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.review-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    text-align: center;
}

.review-title {
    color: white !important;
    margin-bottom: 1rem !important;
}

.review-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}

.quick-facts {
    background: #f8f9fa;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.fact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.fact-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.fact-item .label {
    display: block;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.fact-item .value {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .fact-grid {
        grid-template-columns: 1fr;
    }
    
    .review-meta {
        flex-direction: column;
        gap: 1rem;
    }
}

body {
  background-color: #f5f5f5; /* Light gray */
}

/* For specific sections */
.home-section {
  background-color: #ffffff; /* White */
}

/* For gradients */
.header-section {
  background: linear-gradient(to right, #43D511, #2bb700);
}

/* Modern header styling with a fresh approach */
h1, h2, h3, h4, h5, h6 {
  color: #002147; /* Oxford Blue */
  font-family: 'Montserrat', 'Roboto', sans-serif;
  line-height: 1.4;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  padding-bottom: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
}


h3 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 16px;
  color: #143766; /* Slightly lighter than Oxford Blue */
}

h4 {
  font-size: 17px;
  font-weight: 600;
}

h5, h6 {
  font-size: 16px;
  font-weight: 600;
}

/* Special styling for H2 in content areas */
body:not(.home) .entry-content h2,
body:not(.home) .content-area h2 {
  display: inline-block;
  background-color: #002147; /* Oxford Blue background */
  color: white;
  padding: 10px 18px;
  border-radius: 4px;
  margin-left: -18px; /* Pull slightly to the left for visual impact */
  box-shadow: 0 3px 10px rgba(0, 33, 71, 0.15);
  font-weight: 500;
}

/* Alternate styling for H2 that you can toggle with a class */
body:not(.home) h2.alt-style {
  background: none;
  color: #002147;
  padding: 0;
  padding-bottom: 12px;
  box-shadow: none;
  margin-left: 0;
  border-bottom: 2px solid rgba(0, 33, 71, 0.1);
}

body:not(.home) h2.alt-style::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 70px;
  background: #002147;
}

/* Different styling for H3 with subtle left accent */
body:not(.home) h3 {
  position: relative;
  padding-left: 14px;
}

body:not(.home) h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: rgba(0, 33, 71, 0.3);
  border-radius: 3px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
  
  h2 {
    font-size: 22px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  body:not(.home) .entry-content h2,
  body:not(.home) .content-area h2 {
    margin-left: -10px;
    padding: 8px 14px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 17px;
    padding-left: 12px;
  }
  
  body:not(.home) .entry-content h2,
  body:not(.home) .content-area h2 {
    margin-left: -8px;
    padding: 8px 12px;
    display: inline-block;
  }
  
  body:not(.home) h3::before {
    width: 2px;
  }
	
	/* Fix h2 on casino review pages */
body:not(.home) .gto-review-template .entry-content h2,
body:not(.home) .gto-review-template .content-area h2 {
  display: block;
  background: none;
  background-color: transparent;
  color: #1a252f;
  padding: 0 0 18px 0;
  margin-left: 0;
  box-shadow: none;
  border-radius: 0;
}
	
	.gto-footer{margin-top:0!important;}