.page-resources-how-to-register-loto188 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: var(--secondary-color, #FFFFFF);
}

.page-resources-how-to-register-loto188__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-register-loto188__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background-color: #f5f5f5;
  color: #333333;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-how-to-register-loto188__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-how-to-register-loto188__hero-title {
  font-size: 3.2em;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-how-to-register-loto188__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-resources-how-to-register-loto188__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-how-to-register-loto188__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-resources-how-to-register-loto188__hero-section .page-resources-how-to-register-loto188__hero-content {
  color: #FFFFFF; /* Ensure text is visible on darkened image */
  position: relative;
  z-index: 2;
}

.page-resources-how-to-register-loto188__hero-section .page-resources-how-to-register-loto188__hero-title,
.page-resources-how-to-register-loto188__hero-section .page-resources-how-to-register-loto188__hero-description {
  color: #FFFFFF;
}

.page-resources-how-to-register-loto188__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.page-resources-how-to-register-loto188__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-how-to-register-loto188__why-register-section,
.page-resources-how-to-register-loto188__steps-section,
.page-resources-how-to-register-loto188__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
}

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

.page-resources-how-to-register-loto188__feature-card {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-how-to-register-loto188__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 50%;
}

.page-resources-how-to-register-loto188__feature-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-how-to-register-loto188__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-how-to-register-loto188__step-card {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #017439;
}

.page-resources-how-to-register-loto188__step-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-how-to-register-loto188__step-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-how-to-register-loto188__step-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-how-to-register-loto188__step-list li {
  margin-bottom: 8px;
}

.page-resources-how-to-register-loto188__step-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.page-resources-how-to-register-loto188__bonus-section {
  padding: 60px 0;
  background-color: #017439;
  color: #ffffff;
  text-align: center;
}

.page-resources-how-to-register-loto188__bonus-section .page-resources-how-to-register-loto188__section-title,
.page-resources-how-to-register-loto188__bonus-section .page-resources-how-to-register-loto188__section-intro {
  color: #ffffff;
}

.page-resources-how-to-register-loto188__bonus-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  display: inline-block;
  text-align: left;
}

.page-resources-how-to-register-loto188__bonus-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-resources-how-to-register-loto188__bonus-list li::before {
  content: '✓';
  color: #FFFF00; /* Custom color for register/login font */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-how-to-register-loto188__cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 30px;
  text-align: center;
}

.page-resources-how-to-register-loto188__btn-primary {
  background-color: #C30808; /* Custom color for register */
  color: #FFFF00; /* Custom color for register/login font */
  border: 2px solid #C30808;
}

.page-resources-how-to-register-loto188__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-how-to-register-loto188__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-how-to-register-loto188__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
}

.page-resources-how-to-register-loto188__video-section {
  padding: 60px 0;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
}

.page-resources-how-to-register-loto188__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 800px; /* Limit video width */
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-register-loto188__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-register-loto188__video-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0); /* Invisible overlay to make video clickable */
}

.page-resources-how-to-register-loto188__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-how-to-register-loto188__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-register-loto188__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-loto188__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #e6ffe6; /* Light green for questions */
  border-bottom: 1px solid #d0ffd0;
}

.page-resources-how-to-register-loto188__faq-question:hover {
  background-color: #d0ffd0;
}

.page-resources-how-to-register-loto188__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-how-to-register-loto188__faq-item.active .page-resources-how-to-register-loto188__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-register-loto188__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-how-to-register-loto188__faq-item.active .page-resources-how-to-register-loto188__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
  padding-top: 0;
}

.page-resources-how-to-register-loto188__faq-answer p {
  margin: 0;
}

.page-resources-how-to-register-loto188__cta-bottom-section {
  padding: 80px 0;
  background-color: #017439;
  color: #ffffff;
  text-align: center;
}

.page-resources-how-to-register-loto188__cta-bottom-section .page-resources-how-to-register-loto188__section-title,
.page-resources-how-to-register-loto188__cta-bottom-section .page-resources-how-to-register-loto188__section-intro {
  color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-how-to-register-loto188__hero-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-register-loto188__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-register-loto188 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-register-loto188__hero-section {
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-register-loto188__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-register-loto188__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-register-loto188__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-register-loto188__features-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-register-loto188__step-card {
    padding: 20px;
  }

  .page-resources-how-to-register-loto188__step-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-register-loto188__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-how-to-register-loto188__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  /* Mobile image responsiveness */
  .page-resources-how-to-register-loto188 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-register-loto188__container,
  .page-resources-how-to-register-loto188__hero-section,
  .page-resources-how-to-register-loto188__why-register-section,
  .page-resources-how-to-register-loto188__steps-section,
  .page-resources-how-to-register-loto188__bonus-section,
  .page-resources-how-to-register-loto188__video-section,
  .page-resources-how-to-register-loto188__faq-section,
  .page-resources-how-to-register-loto188__cta-bottom-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  /* Mobile video responsiveness */
  .page-resources-how-to-register-loto188 video,
  .page-resources-how-to-register-loto188__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-register-loto188__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-how-to-register-loto188__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-loto188__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-register-loto188__section-title {
    font-size: 1.5em;
  }
}