/* style/resources-how-to-bet-effectively-on-sports-at-kubet.css */
.page-resources-how-to-bet-effectively-on-sports-at-kubet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #f5f5f5); /* Inherit from shared.css, fallback to light gray */
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 0;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__hero-content {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  max-width: 900px;
  padding: 20px;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__lead-paragraph {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-bet-effectively-on-sports-at-kubet__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}