.page-resources-how-to-play-vin-99-safely {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--black-color); /* Inherited from shared.css */
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
}

.page-resources-how-to-play-vin-99-safely__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-how-to-play-vin-99-safely__container--centered {
  text-align: center;
}

.page-resources-how-to-play-vin-99-safely__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-how-to-play-vin-99-safely__section-title--light {
  color: #ffffff;
}

.page-resources-how-to-play-vin-99-safely__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-play-vin-99-safely__text-block--light {
  color: #ffffff;
}

.page-resources-how-to-play-vin-99-safely__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding-top: 0; /* Space handled by main container */
}

.page-resources-how-to-play-vin-99-safely__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-how-to-play-vin-99-safely__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-resources-how-to-play-vin-99-safely__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 800px;
  padding: 20px;
}

.page-resources-how-to-play-vin-99-safely__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-how-to-play-vin-99-safely__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-how-to-play-vin-99-safely__hero-cta-buttons,
.page-resources-how-to-play-vin-99-safely__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-how-to-play-vin-99-safely__btn-primary,
.page-resources-how-to-play-vin-99-safely__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-play-vin-99-safely__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-play-vin-99-safely__btn-primary:hover {
  background-color: #1a7fb0;
  border-color: #1a7fb0;
}

.page-resources-how-to-play-vin-99-safely__btn-primary--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-how-to-play-vin-99-safely__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-play-vin-99-safely__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-play-vin-99-safely__image-content {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.page-resources-how-to-play-vin-99-safely__feature-grid,
.page-resources-how-to-play-vin-99-safely__guideline-list,
.page-resources-how-to-play-vin-99-safely__tip-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-play-vin-99-safely__feature-item,
.page-resources-how-to-play-vin-99-safely__guideline-item,
.page-resources-how-to-play-vin-99-safely__tip-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly visible on dark bg */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-resources-how-to-play-vin-99-safely__feature-title,
.page-resources-how-to-play-vin-99-safely__guideline-title,
.page-resources-how-to-play-vin-99-safely__tip-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-play-vin-99-safely__feature-item p,
.page-resources-how-to-play-vin-99-safely__guideline-item p,
.page-resources-how-to-play-vin-99-safely__tip-item p,
.page-resources-how-to-play-vin-99-safely__guideline-item ul li {
  color: #f0f0f0;
}

.page-resources-how-to-play-vin-99-safely__guideline-item ul {
  list-style: disc;
  margin-left: 20px;
}

.page-resources-how-to-play-vin-99-safely__guideline-item ul li {
  margin-bottom: 10px;
}

.page-resources-how-to-play-vin-99-safely__link-text {
  color: #26A9E0;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-how-to-play-vin-99-safely__link-text:hover {
  color: #1a7fb0;
}

.page-resources-how-to-play-vin-99-safely__video-section {
  background-color: rgba(0, 0, 0, 0.4); /* Slightly darker background for video */
  padding: 60px 20px;
  text-align: center;
}

.page-resources-how-to-play-vin-99-safely__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}