.page-blog-abc8-official-game-portal-security-features {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  line-height: 1.6;
  background-color: #08160F; /* Background */
}

.page-blog-abc8-official-game-portal-security-features__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  padding: 10px 0 60px 0; /* body đã có padding-top, đây chỉ là khoảng cách nhỏ */
  overflow: hidden;
}

.page-blog-abc8-official-game-portal-security-features__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5); /* Giảm độ sáng ảnh nền để chữ dễ đọc */
}

.page-blog-abc8-official-game-portal-security-features__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Nền tối để chữ nổi bật */
  border-radius: 8px;
}

.page-blog-abc8-official-game-portal-security-features__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-abc8-official-game-portal-security-features__subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-abc8-official-game-portal-security-features__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff; /* White text for contrast */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin: 10px 10px 0 0;
}

.page-blog-abc8-official-game-portal-security-features__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-abc8-official-game-portal-security-features__cta-button--secondary {
  background: transparent;
  border: 2px solid #2AD16F; /* Lighter green border */
  color: #2AD16F;
}

.page-blog-abc8-official-game-portal-security-features__cta-button--secondary:hover {
  background: #2AD16F;
  color: #ffffff;
}

.page-blog-abc8-official-game-portal-security-features__content-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-abc8-official-game-portal-security-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-abc8-official-game-portal-security-features__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #F2C14E; /* Gold */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  border-bottom: 2px solid #1E3A2A; /* Divider */
  padding-bottom: 10px;
}

.page-blog-abc8-official-game-portal-security-features p {
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-abc8-official-game-portal-security-features__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  object-fit: cover;
}

.page-blog-abc8-official-game-portal-security-features__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-abc8-official-game-portal-security-features__list li {
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-abc8-official-game-portal-security-features__list li strong {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-abc8-official-game-portal-security-features__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
  justify-content: center;
}

.page-blog-abc8-official-game-portal-security-features__faq-list {
  margin-top: 30px;
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-abc8-official-game-portal-security-features__faq-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 1px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-abc8-official-game-portal-security-features__faq-item:last-child {
  border-bottom: none;
}

.page-blog-abc8-official-game-portal-security-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1rem;
  list-style: none; /* For details/summary */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-abc8-official-game-portal-security-features__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-abc8-official-game-portal-security-features__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-blog-abc8-official-game-portal-security-features__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F; /* Lighter green */
}

.page-blog-abc8-official-game-portal-security-features__faq-item[open] .page-blog-abc8-official-game-portal-security-features__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-abc8-official-game-portal-security-features__faq-answer {
  padding: 0 25px 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-abc8-official-game-portal-security-features__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-abc8-official-game-portal-security-features__hero-content {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-blog-abc8-official-game-portal-security-features__hero-section {
    padding: 10px 15px 40px 15px;
    min-height: 400px;
  }

  .page-blog-abc8-official-game-portal-security-features__main-title {
    font-size: 2rem;
  }

  .page-blog-abc8-official-game-portal-security-features__subtitle {
    font-size: 0.9rem;
  }

  .page-blog-abc8-official-game-portal-security-features__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 5px 0;
  }

  .page-blog-abc8-official-game-portal-security-features__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-abc8-official-game-portal-security-features__section-title {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-abc8-official-game-portal-security-features p,
  .page-blog-abc8-official-game-portal-security-features__list li {
    font-size: 0.95rem;
  }

  .page-blog-abc8-official-game-portal-security-features__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-abc8-official-game-portal-security-features__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-abc8-official-game-portal-security-features__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-abc8-official-game-portal-security-features__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .page-blog-abc8-official-game-portal-security-features__hero-section {
    min-height: 300px;
  }

  .page-blog-abc8-official-game-portal-security-features__main-title {
    font-size: 1.8rem;
  }

  .page-blog-abc8-official-game-portal-security-features__subtitle {
    font-size: 0.85rem;
  }

  .page-blog-abc8-official-game-portal-security-features__hero-content {
    padding: 15px;
  }
}