/* style/resources-w88-sports-betting-bonuses-guide.css */
.page-resources-w88-sports-betting-bonuses-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-resources-w88-sports-betting-bonuses-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-w88-sports-betting-bonuses-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  background-color: #017439; /* Main brand color */
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  overflow: hidden;
}

.page-resources-w88-sports-betting-bonuses-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-resources-w88-sports-betting-bonuses-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-w88-sports-betting-bonuses-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-w88-sports-betting-bonuses-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-w88-sports-betting-bonuses-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-w88-sports-betting-bonuses-guide__hero-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-w88-sports-betting-bonuses-guide__section-title {
  font-size: 2.2em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-w88-sports-betting-bonuses-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #C30808;
  border-radius: 2px;
}

.page-resources-w88-sports-betting-bonuses-guide__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

.page-resources-w88-sports-betting-bonuses-guide__dark-bg .page-resources-w88-sports-betting-bonuses-guide__section-title {
  color: #FFFFFF;
}

.page-resources-w88-sports-betting-bonuses-guide__dark-bg .page-resources-w88-sports-betting-bonuses-guide__section-title::after {
  background-color: #FFFF00;
}

.page-resources-w88-sports-betting-bonuses-guide__dark-bg a {
  color: #FFFF00;
}

.page-resources-w88-sports-betting-bonuses-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88-sports-betting-bonuses-guide__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-resources-w88-sports-betting-bonuses-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-w88-sports-betting-bonuses-guide__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-w88-sports-betting-bonuses-guide__card p {
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-w88-sports-betting-bonuses-guide__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88-sports-betting-bonuses-guide__step-item {
  text-align: center;
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-w88-sports-betting-bonuses-guide__step-icon img {
  
  
  object-fit: contain;
  margin-bottom: 15px;
  min- /* Enforce minimum size */
  min- /* Enforce minimum size */
}

.page-resources-w88-sports-betting-bonuses-guide__step-title {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-w88-sports-betting-bonuses-guide__list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-resources-w88-sports-betting-bonuses-guide__list li {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #017439;
  border-radius: 5px;
  font-size: 1.1em;
}

.page-resources-w88-sports-betting-bonuses-guide__list li strong {
  color: #017439;
}

.page-resources-w88-sports-betting-bonuses-guide__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88-sports-betting-bonuses-guide__tip-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-w88-sports-betting-bonuses-guide__tip-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-w88-sports-betting-bonuses-guide__tip-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-w88-sports-betting-bonuses-guide__cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #017439;
  color: #FFFFFF;
  border-radius: 10px;
  margin-top: 60px;
}

.page-resources-w88-sports-betting-bonuses-guide__cta-section .page-resources-w88-sports-betting-bonuses-guide__section-title {
  color: #FFFFFF;
}

.page-resources-w88-sports-betting-bonuses-guide__cta-section .page-resources-w88-sports-betting-bonuses-guide__section-title::after {
  background-color: #FFFF00;
}

.page-resources-w88-sports-betting-bonuses-guide__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}