/* style/resources-2024-reliable-betting-promotions-summary.css */
.page-resources-2024-reliable-betting-promotions-summary {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #ffffff); /* Inherit from shared or default white */
}

.page-resources-2024-reliable-betting-promotions-summary__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #26A9E0; /* Main brand color */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-2024-reliable-betting-promotions-summary__hero-content {
  max-width: 800px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.page-resources-2024-reliable-betting-promotions-summary__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-2024-reliable-betting-promotions-summary__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-2024-reliable-betting-promotions-summary__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-2024-reliable-betting-promotions-summary__content-area,
.page-resources-2024-reliable-betting-promotions-summary__promotion-types,
.page-resources-2024-reliable-betting-promotions-summary__how-to-claim,
.page-resources-2024-reliable-betting-promotions-summary__top-bookmakers,
.page-resources-2024-reliable-betting-promotions-summary__important-notes,
.page-resources-2024-reliable-betting-promotions-summary__faq-section,
.page-resources-2024-reliable-betting-promotions-summary__conclusion {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-resources-2024-reliable-betting-promotions-summary__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-2024-reliable-betting-promotions-summary__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}