/* style/blog-hello88-security-fairness-experience.css */
.page-blog-hello88-security-fairness-experience {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
}

.page-blog-hello88-security-fairness-experience__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px;
  background-color: #f0f8ff; /* Light background for contrast */
  text-align: center;
}

.page-blog-hello88-security-fairness-experience__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-hello88-security-fairness-experience__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-hello88-security-fairness-experience__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-hello88-security-fairness-experience__main-title {
  font-size: 2.8em;
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-hello88-fairness-experience__description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-hello88-security-fairness-experience__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hello88-security-fairness-experience__btn-primary,
.page-blog-hello88-security-fairness-experience__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hello88-security-fairness-experience__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hello88-security-fairness-experience__btn-primary:hover {
  background-color: #1a7fb8;
  border-color: #1a7fb8;
}

.page-blog-hello88-security-fairness-experience__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hello88-security-fairness-experience__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1a7fb8;
  border-color: #1a7fb8;
}

.page-blog-hello88-security-fairness-experience__content-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.page-blog-hello88-security-fairness-experience__container {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-hello88-security-fairness-experience__section-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.page-blog-hello88-security-fairness-experience__sub-title {
  font-size: 1.6em;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-hello88-security-fairness-experience__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-hello88-security-fairness-experience__image-inline {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-hello88-security-fairness-experience__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-blog-hello88-security-fairness-experience__faq-section {
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.page-blog-hello88-security-fairness-experience__faq-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-hello88-security-fairness-experience__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hello88-security-fairness-experience__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #eaf7fc;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  user-select: none;
}

.page-blog-hello88-security-fairness-experience__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hello88-security-fairness-experience__faq-question:hover {
  background-color: #dff0f7;
}

.page-blog-hello88-security-fairness-experience__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-blog-hello88-security-fairness-experience__faq-item[open] .page-blog-hello88-security-fairness-experience__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hello88-security-fairness-experience__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hello88-security-fairness-experience__main-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-hello88-security-fairness-experience {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hello88-security-fairness-experience__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-hello88-security-fairness-experience__main-title {
    font-size: 2em;
  }

  .page-blog-hello88-security-fairness-experience__description {
    font-size: 1em;
  }

  .page-blog-hello88-security-fairness-experience__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-hello88-security-fairness-experience__btn-primary,
  .page-blog-hello88-security-fairness-experience__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
  }

  .page-blog-hello88-security-fairness-experience__content-section {
    padding: 30px 15px;
  }

  .page-blog-hello88-security-fairness-experience__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hello88-security-fairness-experience__section-title {
    font-size: 1.8em;
  }

  .page-blog-hello88-security-fairness-experience__sub-title {
    font-size: 1.4em;
  }

  .page-blog-hello88-security-fairness-experience__image-inline {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hello88-security-fairness-experience__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-hello88-security-fairness-experience__faq-answer {
    padding: 15px 20px;
  }
}