.page-resources-how-to-play-safely-on-b66-vin {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default body background is white */
}

.page-resources-how-to-play-safely-on-b66-vin__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #26A9E0; /* Primary brand color */
  color: #FFFFFF;
  overflow: hidden;
}

.page-resources-how-to-play-safely-on-b66-vin__hero-content {
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-how-to-play-safely-on-b66-vin__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-resources-how-to-play-safely-on-b66-vin__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-how-to-play-safely-on-b66-vin__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Limit hero image width */
  margin-top: 30px;
  z-index: 1;
}

.page-resources-how-to-play-safely-on-b66-vin__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-play-safely-on-b66-vin__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-how-to-play-safely-on-b66-vin__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-how-to-play-safely-on-b66-vin__section-title--white {
  color: #FFFFFF;
}

.page-resources-how-to-play-safely-on-b66-vin__sub-section-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-how-to-play-safely-on-b66-vin__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #333333;
}

.page-resources-how-to-play-safely-on-b66-vin__paragraph--white {
  color: #FFFFFF;
}

.page-resources-how-to-play-safely-on-b66-vin__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-play-safely-on-b66-vin__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-play-safely-on-b66-vin__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-how-to-play-safely-on-b66-vin__image-container {
  text-align: center;
  margin: 40px 0;
}

.page-resources-how-to-play-safely-on-b66-vin__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-how-to-play-safely-on-b66-vin__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-how-to-play-safely-on-b66-vin__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-play-safely-on-b66-vin__cta-buttons--bottom {
  margin-top: 60px;
  margin-bottom: 20px;
}

.page-resources-how-to-play-safely-on-b66-vin__btn-primary,
.page-resources-how-to-play-safely-on-b66-vin__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-how-to-play-safely-on-b66-vin__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-how-to-play-safely-on-b66-vin__btn-primary:hover {
  background-color: #d46a00;
  border-color: #d46a00;
}

.page-resources-how-to-play-safely-on-b66-vin__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-how-to-play-safely-on-b66-vin__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-resources-how-to-play-safely-on-b66-vin__btn-primary--video {
  background-color: #EA7C07;
  border-color: #EA7C07;
  color: #FFFFFF;
}

.page-resources-how-to-play-safely-on-b66-vin__btn-primary--video:hover {
  background-color: #d46a00;
  border-color: #d46a00;
}

/* FAQ Section */
.page-resources-how-to-play-safely-on-b66-vin__faq-list {
  max-width: 900px;
  margin: 50px auto;
}

.page-resources-how-to-play-safely-on-b66-vin__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-how-to-play-safely-on-b66-vin__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-play-safely-on-b66-vin__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-play-safely-on-b66-vin__faq-title {
  font-size: 1.2em;
  color: #333333;
  margin: 0;
  font-weight: bold;
}

.page-resources-how-to-play-safely-on-b66-vin__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-how-to-play-safely-on-b66-vin__faq-item.active .page-resources-how-to-play-safely-on-b66-vin__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-play-safely-on-b66-vin__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-resources-how-to-play-safely-on-b66-vin__faq-item.active .page-resources-how-to-play-safely-on-b66-vin__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

/* Video Section */
.page-resources-how-to-play-safely-on-b66-vin__video-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  background-color: #26A9E0;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

.page-resources-how-to-play-safely-on-b66-vin__video-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-how-to-play-safely-on-b66-vin__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-play-safely-on-b66-vin__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

/* --- Responsive Styles --- */

/* Desktop specific styles (min-width: 769px) */
@media (min-width: 769px) {
  .page-resources-how-to-play-safely-on-b66-vin__btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
  }

  .page-resources-how-to-play-safely-on-b66-vin__btn-secondary:hover {
    background-color: #FFFFFF;
    color: #26A9E0;
  }
}

/* Tablet and Mobile styles (max-width: 768px) */
@media (max-width: 768px) {
  .page-resources-how-to-play-safely-on-b66-vin__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure space for fixed header */
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-play-safely-on-b66-vin__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-play-safely-on-b66-vin__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-play-safely-on-b66-vin__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-play-safely-on-b66-vin__btn-primary,
  .page-resources-how-to-play-safely-on-b66-vin__btn-secondary {
    width: 100% !important; /* Force full width */
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-how-to-play-safely-on-b66-vin__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border-color: #26A9E0;
  }

  .page-resources-how-to-play-safely-on-b66-vin__content-area {
    padding: 30px 15px;
  }

  .page-resources-how-to-play-safely-on-b66-vin__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-resources-how-to-play-safely-on-b66-vin__sub-section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-how-to-play-safely-on-b66-vin__paragraph,
  .page-resources-how-to-play-safely-on-b66-vin__list-item {
    font-size: 0.95em;
  }

  .page-resources-how-to-play-safely-on-b66-vin img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important; /* Enforce minimum size */
    min-height: 200px !important; /* Enforce minimum size */
  }

  .page-resources-how-to-play-safely-on-b66-vin__section,
  .page-resources-how-to-play-safely-on-b66-vin__card,
  .page-resources-how-to-play-safely-on-b66-vin__container,
  .page-resources-how-to-play-safely-on-b66-vin__image-container,
  .page-resources-how-to-play-safely-on-b66-vin__video-section,
  .page-resources-how-to-play-safely-on-b66-vin__video-container,
  .page-resources-how-to-play-safely-on-b66-vin__video-wrapper,
  .page-resources-how-to-play-safely-on-b66-vin__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  .page-resources-how-to-play-safely-on-b66-vin__video-wrapper {
    padding-bottom: 56.25% !important; /* 16:9 aspect ratio */
  }
}