.page-resources-understanding-lotto-odds-and-gameplay {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-resources-understanding-lotto-odds-and-gameplay__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-understanding-lotto-odds-and-gameplay__hero-section {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-understanding-lotto-odds-and-gameplay__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-understanding-lotto-odds-and-gameplay__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-understanding-lotto-odds-and-gameplay__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: bold;
}

.page-resources-understanding-lotto-odds-and-gameplay__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-understanding-lotto-odds-and-gameplay__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-understanding-lotto-odds-and-gameplay__text-white {
  color: #ffffff !important;
}

.page-resources-understanding-lotto-odds-and-gameplay__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-understanding-lotto-odds-and-gameplay__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-understanding-lotto-odds-and-gameplay__btn-primary {
  display: inline-block;
  background-color: #EA7C07;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-understanding-lotto-odds-and-gameplay__btn-primary:hover {
  background-color: #d16b06;
}

.page-resources-understanding-lotto-odds-and-gameplay__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-understanding-lotto-odds-and-gameplay__video-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-understanding-lotto-odds-and-gameplay__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 40px auto;
  border-radius: 10px;
}

.page-resources-understanding-lotto-odds-and-gameplay__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  object-fit: cover;
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-section {
  padding: 80px 0;
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-list {
  margin-top: 40px;
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-toggle {
  font-size: 1.5em;
  font-weight: normal;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-item.active .page-resources-understanding-lotto-odds-and-gameplay__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-understanding-lotto-odds-and-gameplay__faq-item.active .page-resources-understanding-lotto-odds-and-gameplay__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 20px;
}

.page-resources-understanding-lotto-odds-and-gameplay__conclusion-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-understanding-lotto-odds-and-gameplay__mt-30 {
  margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-understanding-lotto-odds-and-gameplay__hero-title {
    font-size: 2.8em;
  }
  .page-resources-understanding-lotto-odds-and-gameplay__section-title {
    font-size: 2em;
  }
  .page-resources-understanding-lotto-odds-and-gameplay__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-understanding-lotto-odds-and-gameplay {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__container {
    padding: 0 15px;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__hero-section {
    padding: 80px 0;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__hero-title {
    font-size: 2em;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__hero-description {
    font-size: 1em;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__sub-title {
    font-size: 1.3em;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-resources-understanding-lotto-odds-and-gameplay img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__content-area,
  .page-resources-understanding-lotto-odds-and-gameplay__faq-section,
  .page-resources-understanding-lotto-odds-and-gameplay__conclusion-section,
  .page-resources-understanding-lotto-odds-and-gameplay__video-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__faq-answer {
    padding: 0 15px;
  }

  .page-resources-understanding-lotto-odds-and-gameplay__faq-item.active .page-resources-understanding-lotto-odds-and-gameplay__faq-answer {
    padding: 15px;
  }
}