/* style/blog-hi88n-secure-betting-environment.css */
.page-blog-hi88n-secure-betting-environment {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF;
}

.page-blog-hi88n-secure-betting-environment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hi88n-secure-betting-environment__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body already handles --header-offset, only small top padding here */
  background: linear-gradient(135deg, #26A9E0, #1a8cc7);
  color: #ffffff;
  text-align: center;
}

.page-blog-hi88n-secure-betting-environment__video-link {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-hi88n-secure-betting-environment__hero-video {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-hi88n-secure-betting-environment__hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.page-blog-hi88n-secure-betting-environment__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* Use clamp for H1 */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-hi88n-secure-betting-environment__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-hi88n-secure-betting-environment__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hi88n-secure-betting-environment__btn-primary,
.page-blog-hi88n-secure-betting-environment__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons adapt */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
}

.page-blog-hi88n-secure-betting-environment__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-hi88n-secure-betting-environment__btn-primary:hover {
  background-color: #c76706;
  border-color: #c76706;
}

.page-blog-hi88n-secure-betting-environment__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-blog-hi88n-secure-betting-environment__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-blog-hi88n-secure-betting-environment__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-hi88n-secure-betting-environment__introduction-section,
.page-blog-hi88n-secure-betting-environment__core-security-section,
.page-blog-hi88n-secure-betting-environment__trust-experience-section,
.page-blog-hi88n-secure-betting-environment__gaming-promotions-section,
.page-blog-hi88n-secure-betting-environment__responsible-gambling-section,
.page-blog-hi88n-secure-betting-environment__safety-tips-section,
.page-blog-hi88n-secure-betting-environment__faq-section,
.page-blog-hi88n-secure-betting-environment__cta-banner-section {
  padding: 60px 0;
}

.page-blog-hi88n-secure-betting-environment__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-hi88n-secure-betting-environment__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-hi88n-secure-betting-environment__dark-bg .page-blog-hi88n-secure-betting-environment__section-title {
  color: #FFFFFF;
}

.page-blog-hi88n-secure-betting-environment__feature-grid,
.page-blog-hi88n-secure-betting-environment__info-grid,
.page-blog-hi88n-secure-betting-environment__game-promo-grid,
.page-blog-hi88n-secure-betting-environment__rg-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-hi88n-secure-betting-environment__feature-card,
.page-blog-hi88n-secure-betting-environment__info-card,
.page-blog-hi88n-secure-betting-environment__game-card,
.page-blog-hi88n-secure-betting-environment__promo-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-hi88n-secure-betting-environment__card-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Recommended size */
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-hi88n-secure-betting-environment__card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-hi88n-secure-betting-environment__btn-text {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: color 0.3s ease;
}

.page-blog-hi88n-secure-betting-environment__btn-text:hover {
  color: #1a8cc7;
}

.page-blog-hi88n-secure-betting-environment__rg-features {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.page-blog-hi88n-secure-betting-environment__rg-item {
  text-align: center;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-blog-hi88n-secure-betting-environment__rg-icon {
  width: 100%;
  max-width: 200px; /* Min size 200px */
  height: auto;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hi88n-secure-betting-environment__rg-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-hi88n-secure-betting-environment__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-hi88n-secure-betting-environment__tips-list {
  list-style: disc inside;
  padding-left: 20px;
  margin-top: 20px;
  color: #333333;
}

.page-blog-hi88n-secure-betting-environment__tips-list li {
  margin-bottom: 10px;
  color: #333333;
}

.page-blog-hi88n-secure-betting-environment__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-hi88n-secure-betting-environment__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #333333;
}

.page-blog-hi88n-secure-betting-environment__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #26A9E0;
  background-color: #f0f8ff; /* Lighter shade of brand color for summary background */
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-hi88n-secure-betting-environment__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hi88n-secure-betting-environment__faq-item[open] .page-blog-hi88n-secure-betting-environment__faq-question {
  border-bottom: 1px solid #d0d0d0;
}

.page-blog-hi88n-secure-betting-environment__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-hi88n-secure-betting-environment__faq-item[open] .page-blog-hi88n-secure-betting-environment__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hi88n-secure-betting-environment__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #333333;
}

.page-blog-hi88n-secure-betting-environment__cta-banner {
  background-color: #26A9E0;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-hi88n-secure-betting-environment__cta-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  display: block;
}

.page-blog-hi88n-secure-betting-environment__cta-content {
  flex: 1;
  text-align: left;
}

.page-blog-hi88n-secure-betting-environment__cta-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-blog-hi88n-secure-betting-environment__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-hi88n-secure-betting-environment__hero-content {
    max-width: 700px;
  }
  .page-blog-hi88n-secure-betting-environment__cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-hi88n-secure-betting-environment__cta-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-blog-hi88n-secure-betting-environment {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-hi88n-secure-betting-environment__hero-section {
    padding: 10px 0 40px 0;
  }
  .page-blog-hi88n-secure-betting-environment__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }
  .page-blog-hi88n-secure-betting-environment__section-title {
    font-size: 1.8em;
  }
  .page-blog-hi88n-secure-betting-environment__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box !important;
  }
  .page-blog-hi88n-secure-betting-environment__btn-primary,
  .page-blog-hi88n-secure-betting-environment__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-hi88n-secure-betting-environment__feature-grid,
  .page-blog-hi88n-secure-betting-environment__info-grid,
  .page-blog-hi88n-secure-betting-environment__game-promo-grid,
  .page-blog-hi88n-secure-betting-environment__rg-features {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  .page-blog-hi88n-secure-betting-environment__introduction-section,
  .page-blog-hi88n-secure-betting-environment__core-security-section,
  .page-blog-hi88n-secure-betting-environment__trust-experience-section,
  .page-blog-hi88n-secure-betting-environment__gaming-promotions-section,
  .page-blog-hi88n-secure-betting-environment__responsible-gambling-section,
  .page-blog-hi88n-secure-betting-environment__safety-tips-section,
  .page-blog-hi88n-secure-betting-environment__faq-section,
  .page-blog-hi88n-secure-betting-environment__cta-banner-section {
    padding: 40px 0;
  }
  .page-blog-hi88n-secure-betting-environment__container {
    padding: 0 15px;
  }
  /* Mobile image adaptation */
  .page-blog-hi88n-secure-betting-environment img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-hi88n-secure-betting-environment__section,
  .page-blog-hi88n-secure-betting-environment__card,
  .page-blog-hi88n-secure-betting-environment__container,
  .page-blog-hi88n-secure-betting-environment__cta-banner {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-hi88n-secure-betting-environment__hero-video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-hi88n-secure-betting-environment__video-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-hi88n-secure-betting-environment__cta-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-blog-hi88n-secure-betting-environment__main-title {
    font-size: clamp(1.5em, 8vw, 2.2em);
  }
  .page-blog-hi88n-secure-betting-environment__section-title {
    font-size: 1.6em;
  }
  .page-blog-hi88n-secure-betting-environment__cta-title {
    font-size: 1.8em;
  }
}