/* style/resources-vietnam-online-betting-market-analysis.css */

:root {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #8B0000; /* Dark Red */
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #000000;
  --bg-light: #f5f5f5;
  --border-color: #444444;
}

.page-resources-vietnam-online-betting-market-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Dark body background, so light text */
  background-color: var(--bg-dark);
  padding-top: 0; /* Handled by specific section padding */
}

.page-resources-vietnam-online-betting-market-analysis__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Desktop: Adjust for fixed header */
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter than body for contrast */
}

.page-resources-vietnam-online-betting-market-analysis__video-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-vietnam-online-betting-market-analysis__video-link {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-vietnam-online-betting-market-analysis__video-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-vietnam-online-betting-market-analysis__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-vietnam-online-betting-market-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  object-fit: cover;
  pointer-events: none;
}

.page-resources-vietnam-online-betting-market-analysis__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.page-resources-vietnam-online-betting-market-analysis__video-link:hover .page-resources-vietnam-online-betting-market-analysis__video-overlay {
  opacity: 1;
}

.page-resources-vietnam-online-betting-market-analysis__video-click-hint {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  background: rgba(255, 215, 0, 0.9); /* Primary color with transparency */
  border-radius: 5px;
  white-space: nowrap;
}

.page-resources-vietnam-online-betting-market-analysis__video-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.page-resources-vietnam-online-betting-market-analysis__play-now-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: var(--text-dark); /* Dark text on gold button for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-resources-vietnam-online-betting-market-analysis__play-now-button:hover {
  background: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-vietnam-online-betting-market-analysis__play-now-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-vietnam-online-betting-market-analysis__title-section {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--bg-dark);
  color: var(--text-light);
  padding-top: 120px; /* Adjust for fixed header */
}

.page-resources-vietnam-online-betting-market-analysis__title-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-vietnam-online-betting-market-analysis__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--primary-color); /* Gold title */
}

.page-resources-vietnam-online-betting-market-analysis__main-title a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-vietnam-online-betting-market-analysis__main-title a:hover {
  color: var(--text-light);
}

.page-resources-vietnam-online-betting-market-analysis__title-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: var(--text-light);
}

.page-resources-vietnam-online-betting-market-analysis__title-description a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-vietnam-online-betting-market-analysis__title-description a:hover {
  color: var(--text-light);
}

.page-resources-vietnam-online-betting-market-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-resources-vietnam-online-betting-market-analysis__cta-button:hover {
  background: #a50000; /* Darker red */
  transform: translateY(-2px);
}

.page-resources-vietnam-online-betting-market-analysis__content-section {
  padding: 60px 20px;
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-resources-vietnam-online-betting-market-analysis__content-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-vietnam-online-betting-market-analysis__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: var(--primary-color);
}

.page-resources-vietnam-online-betting-market-analysis__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-resources-vietnam-online-betting-market-analysis p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: var(--text-light);
}

.page-resources-vietnam-online-betting-market-analysis p a,
.page-resources-vietnam-online-betting-market-analysis ul a,
.page-resources-vietnam-online-betting-market-analysis li a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-vietnam-online-betting-market-analysis p a:hover,
.page-resources-vietnam-online-betting-market-analysis ul a:hover,
.page-resources-vietnam-online-betting-market-analysis li a:hover {
  color: var(--text-light);
}

.page-resources-vietnam-online-betting-market-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: var(--text-light);
}

.page-resources-vietnam-online-betting-market-analysis__list li {
  margin-bottom: 0.5em;
}