/* style/resources-22vip-lien-minh-betting-guide.css */
:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-color: #333333;
  --light-bg-color: #f9f9f9;
  --border-color: #e0e0e0;
  --register-btn-color: #C30808;
  --login-btn-color: #C30808;
  --register-login-font-color: #FFFF00;
}

.page-resources-22vip-lien-minh-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--secondary-color);
}

.page-resources-22vip-lien-minh-betting-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--border-color);
}

.page-resources-22vip-lien-minh-betting-guide__section:last-of-type {
  border-bottom: none;
}

.page-resources-22vip-lien-minh-betting-guide__dark-section {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-resources-22vip-lien-minh-betting-guide__dark-section .page-resources-22vip-lien-minh-betting-guide__section-title,
.page-resources-22vip-lien-minh-betting-guide__dark-section .page-resources-22vip-lien-minh-betting-guide__promo-title,
.page-resources-22vip-lien-minh-betting-guide__dark-section p {
  color: var(--secondary-color);
}

.page-resources-22vip-lien-minh-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-22vip-lien-minh-betting-guide__section-title {
  font-size: 36px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-22vip-lien-minh-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.page-resources-22vip-lien-minh-betting-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-22vip-lien-minh-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-22vip-lien-minh-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-22vip-lien-minh-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-22vip-lien-minh-betting-guide__main-title {
  font-size: 48px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-22vip-lien-minh-betting-guide__intro-description {
  font-size: 18px;
  color: var(--secondary-color);
  max-width: 800px;
  margin: 0 auto 30px;
}