/* style/blog-top-3-reliable-betting-platforms-review.css */

/* Base styles for the page */
.page-blog-top-3-reliable-betting-platforms-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

.page-blog-top-3-reliable-betting-platforms-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-top-3-reliable-betting-platforms-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  overflow: hidden;
  min-height: 500px;
}

.page-blog-top-3-reliable-betting-platforms-review__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-blog-top-3-reliable-betting-platforms-review__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
}

.page-blog-top-3-reliable-betting-platforms-review__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #FFF3E6;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-top-3-reliable-betting-platforms-review__description {
  font-size: 1.1em;
  color: #FFF3E6;
  margin-bottom: 30px;
}

/* Section Titles */
.page-blog-top-3-reliable-betting-platforms-review__section-title {
  font-size: 2.5em;
  color: #FF8C1A; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-top-3-reliable-betting-platforms-review__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFF3E6;
}