/* style/blog-how-to-access-hello88.css */
.page-blog-how-to-access-hello88 {
  background-color: #08160F; /* Nền tối theo tùy chỉnh */
  color: #F2FFF6; /* Chữ sáng trên nền tối */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-access-hello88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-access-hello88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #0A4B2C;
  overflow: hidden;
}

.page-blog-how-to-access-hello88__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-how-to-access-hello88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-access-hello88__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  color: #F2FFF6;
}

.page-blog-how-to-access-hello88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2C14E; /* Màu vàng Gold */
  line-height: 1.2;
  text-shadow: 0px 0px 10px rgba(87, 227, 141, 0.5); /* Hiệu ứng Glow */
}

.page-blog-how-to-access-hello88__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Màu Text Secondary */
}

.page-blog-how-to-access-hello88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-how-to-access-hello88__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Nút màu xanh lá cây đậm */
  color: #ffffff; /* Chữ trắng */
  border: none;
}

.page-blog-how-to-access-hello88__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-how-to-access-hello88__btn-secondary {
  background: #11271B; /* Nền Card BG */
  color: #F2FFF6; /* Chữ Text Main */
  border: 2px solid #2E7A4E; /* Viền Border */
}

.page-blog-how-to-access-hello88__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-access-hello88__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #F2C14E; /* Màu vàng Gold */
  text-shadow: 0px 0px 8px rgba(87, 227, 141, 0.3);
}

.page-blog-how-to-access-hello88__sub-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2FFF6; /* Màu Text Main */
}

.page-blog-how-to-access-hello88__intro-section,
.page-blog-how-to-access-hello88__security-tips,
.page-blog-how-to-access-hello88__promotions,
.page-blog-how-to-access-hello88__cta-bottom {
  padding: 60px 0;
  background-color: #08160F; /* Nền Background */
  color: #F2FFF6;
}

.page-blog-how-to-access-hello88__access-methods,
.page-blog-how-to-access-hello88__register-login,
.page-blog-how-to-access-hello88__faq-section {
  padding: 60px 0;
  background-color: #11271B; /* Nền Card BG */
  color: #F2FFF6;
}

.page-blog-how-to-access-hello88__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

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

.page-blog-how-to-access-hello88__card {
  background-color: #11271B; /* Nền Card BG */
  color: #F2FFF6;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Viền Border */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-blog-how-to-access-hello88__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2C14E; /* Màu vàng Gold */
}

.page-blog-how-to-access-hello88__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-blog-how-to-access-hello88__card-link {
  color: #57E38D; /* Màu Glow */
  text-decoration: none;
  font-weight: bold;
  margin-top: auto; /* Đẩy xuống dưới cùng */
  padding-top: 10px;
  display: block;
}

.page-blog-how-to-access-hello88__card-link:hover {
  text-decoration: underline;
}

.page-blog-how-to-access-hello88__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-access-hello88__list-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #F2FFF6;
}

.page-blog-how-to-access-hello88__list-item::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #57E38D; /* Màu Glow */
}

.page-blog-how-to-access-hello88__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-top: 20px;
  color: #A7D9B8;
}

.page-blog-how-to-access-hello88__ordered-list .page-blog-how-to-access-hello88__list-item {
  padding-left: 0;
  color: #F2FFF6;
}

.page-blog-how-to-access-hello88__ordered-list .page-blog-how-to-access-hello88__list-item::before {
  content: none;
}

.page-blog-how-to-access-hello88__grid-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-how-to-access-hello88__text-block {
  background-color: #0A4B2C; /* Deep Green */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
  color: #F2FFF6;
}

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

.page-blog-how-to-access-hello88__promo-card {
  background-color: #11271B; /* Nền Card BG */
  color: #F2FFF6;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-access-hello88__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-how-to-access-hello88__promo-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F2C14E; /* Màu vàng Gold */
}

.page-blog-how-to-access-hello88__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-access-hello88__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-access-hello88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15rem;
  color: #F2FFF6;
  background-color: #0A4B2C;
}

.page-blog-how-to-access-hello88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-access-hello88__faq-question::marker {
  display: none;
}

.page-blog-how-to-access-hello88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D;
}

.page-blog-how-to-access-hello88__faq-item[open] .page-blog-how-to-access-hello88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-access-hello88__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #A7D9B8;
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-access-hello88__faq-answer p {
  margin-top: 15px;
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-access-hello88__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-how-to-access-hello88__section-title {
    font-size: clamp(1.6rem, 4.5vw, 2.5rem);
  }
  .page-blog-how-to-access-hello88__grid-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-access-hello88__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-how-to-access-hello88__hero-content {
    padding: 15px;
  }
  .page-blog-how-to-access-hello88__main-title {
    font-size: 2.2rem !important;
  }
  .page-blog-how-to-access-hello88__description {
    font-size: 1rem;
  }
  .page-blog-how-to-access-hello88__section-title {
    font-size: 1.8rem !important;
  }
  .page-blog-how-to-access-hello88__sub-title {
    font-size: 1.3rem;
  }
  .page-blog-how-to-access-hello88__intro-section,
  .page-blog-how-to-access-hello88__access-methods,
  .page-blog-how-to-access-hello88__security-tips,
  .page-blog-how-to-access-hello88__register-login,
  .page-blog-how-to-access-hello88__promotions,
  .page-blog-how-to-access-hello88__faq-section,
  .page-blog-how-to-access-hello88__cta-bottom {
    padding: 40px 0;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-access-hello88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-access-hello88__section,
  .page-blog-how-to-access-hello88__card,
  .page-blog-how-to-access-hello88__container,
  .page-blog-how-to-access-hello88__text-block,
  .page-blog-how-to-access-hello88__promo-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-how-to-access-hello88__hero-section {
    padding-top: 10px !important;
  }

  /* Mobile button responsiveness */
  .page-blog-how-to-access-hello88__cta-button,
  .page-blog-how-to-access-hello88__btn-primary,
  .page-blog-how-to-access-hello88__btn-secondary,
  .page-blog-how-to-access-hello88 a[class*="button"],
  .page-blog-how-to-access-hello88 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-access-hello88__cta-buttons,
  .page-blog-how-to-access-hello88__button-group,
  .page-blog-how-to-access-hello88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    overflow: hidden !important;
  }
  .page-blog-how-to-access-hello88__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  /* Mobile video responsiveness (if any) */
  .page-blog-how-to-access-hello88 video,
  .page-blog-how-to-access-hello88__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-access-hello88__video-section,
  .page-blog-how-to-access-hello88__video-container,
  .page-blog-how-to-access-hello88__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-how-to-access-hello88__video-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-access-hello88__main-title {
    font-size: 1.8rem !important;
  }
  .page-blog-how-to-access-hello88__section-title {
    font-size: 1.5rem !important;
  }
  .page-blog-how-to-access-hello88__cta-button {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
  .page-blog-how-to-access-hello88__card,
  .page-blog-how-to-access-hello88__text-block,
  .page-blog-how-to-access-hello88__promo-card {
    padding: 20px;
  }
  .page-blog-how-to-access-hello88__card-title {
    font-size: 1.2rem;
  }
  .page-blog-how-to-access-hello88__promo-title {
    font-size: 1.1rem;
  }
  .page-blog-how-to-access-hello88__faq-question {
    font-size: 1rem;
    padding: 15px;
  }
  .page-blog-how-to-access-hello88__faq-answer {
    padding: 0 15px 15px;
  }
}