:root {
  --primary-color: #0A192F;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --background-light: #f8f9fa;
  --background-dark: #0A192F;
  --border-color: #e0e0e0;
}

.page-resources-vietnam-betting-market {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light backgrounds */
  background-color: var(--background-light); /* Default light background from shared.css */
}

.page-resources-vietnam-betting-market__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: 120px; /* Adjusted for fixed header */
  color: var(--text-light);
  text-align: center;
  overflow: hidden;
}

.page-resources-vietnam-betting-market__dark-bg {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-resources-vietnam-betting-market__light-bg {
  background-color: var(--background-light);
  color: var(--text-dark);
}

.page-resources-vietnam-betting-market__hero-content {
  max-width: 900px;
  z-index: 2;
  position: relative;
}

.page-resources-vietnam-betting-market__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--secondary-color);
}

.page-resources-vietnam-betting-market__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.8;
}

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

.page-resources-vietnam-betting-market__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.page-resources-vietnam-betting-market__section {
  padding: 60px 20px;
  position: relative;
  z-index: 3;
}

.page-resources-vietnam-betting-market__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.page-resources-vietnam-betting-market__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-vietnam-betting-market__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-vietnam-betting-market__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-vietnam-betting-market__image-content--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 45%;
  object-fit: cover;
}

.page-resources-vietnam-betting-market__text-block-group::after {
  content: "";
  display: table;
  clear: both;
}

.page-resources-vietnam-betting-market__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

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

.page-resources-vietnam-betting-market__grid--two-columns {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.page-resources-vietnam-betting-market__grid-item,
.page-resources-vietnam-betting-market__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-vietnam-betting-market__card-title,
.page-resources-vietnam-betting-market__item-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-resources-vietnam-betting-market__image-card {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-vietnam-betting-market__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-vietnam-betting-market__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-vietnam-betting-market__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  margin: 10px;
}

.page-resources-vietnam-betting-market__cta-button:hover {
  background-color: darken(var(--secondary-color), 10%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-vietnam-betting-market__cta-button--secondary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-vietnam-betting-market__cta-button--secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-vietnam-betting-market__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-vietnam-betting-market__hero-title {
    font-size: 3em;
  }
  .page-resources-vietnam-betting-market__hero-description {
    font-size: 1.2em;
  }
  .page-resources-vietnam-betting-market__section-title {
    font-size: 2em;
  }
  .page-resources-vietnam-betting-market__sub-title {
    font-size: 1.6em;
  }
  .page-resources-vietnam-betting-market__text-block,
  .page-resources-vietnam-betting-market__list-item {
    font-size: 1em;
  }
  .page-resources-vietnam-betting-market__image-content--left {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .page-resources-vietnam-betting-market__grid--two-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-vietnam-betting-market__hero-section {
    padding-top: 100px !important; /* Mobile fixed header adjustment */
    padding-bottom: 60px;
  }
  .page-resources-vietnam-betting-market__hero-title {
    font-size: 2.5em;
  }
  .page-resources-vietnam-betting-market__hero-description {
    font-size: 1em;
  }
  .page-resources-vietnam-betting-market__section {
    padding: 40px 15px;
  }
  .page-resources-vietnam-betting-market__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-vietnam-betting-market__sub-title {
    font-size: 1.4em;
  }
  .page-resources-vietnam-betting-market__text-block {
    font-size: 0.95em;
  }
  .page-resources-vietnam-betting-market__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-vietnam-betting-market__grid-item,
  .page-resources-vietnam-betting-market__card {
    padding: 20px;
  }
  .page-resources-vietnam-betting-market__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 10px 0;
  }
  .page-resources-vietnam-betting-market__cta-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
  .page-resources-vietnam-betting-market img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-resources-vietnam-betting-market__hero-image-wrapper,
  .page-resources-vietnam-betting-market__container,
  .page-resources-vietnam-betting-market__grid,
  .page-resources-vietnam-betting-market__grid-item,
  .page-resources-vietnam-betting-market__card,
  .page-resources-vietnam-betting-market__content-wrapper,
  .page-resources-vietnam-betting-market__text-block-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }
}