.page-blog-abc88-latest-promotions-login-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-abc88-latest-promotions-login-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-abc88-latest-promotions-login-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-abc88-latest-promotions-login-guide__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-abc88-latest-promotions-login-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-abc88-latest-promotions-login-guide__hero-content {
  max-width: 900px;
  margin-top: 40px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-abc88-latest-promotions-login-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-abc88-latest-promotions-login-guide__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-abc88-latest-promotions-login-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-abc88-latest-promotions-login-guide__btn-primary,
.page-blog-abc88-latest-promotions-login-guide__btn-secondary,
.page-blog-abc88-latest-promotions-login-guide__btn-tertiary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-abc88-latest-promotions-login-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-abc88-latest-promotions-login-guide__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 209, 111, 0.4);
}

.page-blog-abc88-latest-promotions-login-guide__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button color for text */
  border: 2px solid #2AD16F;
}

.page-blog-abc88-latest-promotions-login-guide__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

.page-blog-abc88-latest-promotions-login-guide__btn-tertiary {
  background: #11A84E; /* Main Color */
  color: #F2FFF6; /* Text Main */
  border: none;
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-blog-abc88-latest-promotions-login-guide__btn-tertiary:hover {
  background: #22C768; /* Auxiliary Color */
  transform: translateY(-1px);
}

/* Content Section */
.page-blog-abc88-latest-promotions-login-guide__content-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-abc88-latest-promotions-login-guide__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-abc88-latest-promotions-login-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #57E38D; /* Glow */
  border-radius: 2px;
}

.page-blog-abc88-latest-promotions-login-guide__text-block {
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  text-align: justify;
}

.page-blog-abc88-latest-promotions-login-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Step List */
.page-blog-abc88-latest-promotions-login-guide__step-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-abc88-latest-promotions-login-guide__step-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-abc88-latest-promotions-login-guide__step-title {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-abc88-latest-promotions-login-guide__step-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

/* Issue List */
.page-blog-abc88-latest-promotions-login-guide__issue-list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.page-blog-abc88-latest-promotions-login-guide__issue-item {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 15px;
  border-left: 5px solid #F2C14E; /* Gold */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-abc88-latest-promotions-login-guide__issue-title {
  font-size: 1.3em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-abc88-latest-promotions-login-guide__issue-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.9em;
}

/* Promotions Grid */
.page-blog-abc88-latest-promotions-login-guide__promotions-grid,
.page-blog-abc88-latest-promotions-login-guide__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-abc88-latest-promotions-login-guide__promotion-card,
.page-blog-abc88-latest-promotions-login-guide__game-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-abc88-latest-promotions-login-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-abc88-latest-promotions-login-guide__promotion-card .page-blog-abc88-latest-promotions-login-guide__card-title,
.page-blog-abc88-latest-promotions-login-guide__game-card .page-blog-abc88-latest-promotions-login-guide__card-title {
  font-size: 1.3em;
  color: #F2FFF6; /* Text Main */
  margin: 20px 20px 10px;
}

.page-blog-abc88-latest-promotions-login-guide__promotion-card .page-blog-abc88-latest-promotions-login-guide__card-description,
.page-blog-abc88-latest-promotions-login-guide__game-card .page-blog-abc88-latest-promotions-login-guide__card-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.9em;
  margin: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-abc88-latest-promotions-login-guide__promotion-card .page-blog-abc88-latest-promotions-login-guide__btn-tertiary,
.page-blog-abc88-latest-promotions-login-guide__game-card .page-blog-abc88-latest-promotions-login-guide__btn-tertiary {
  margin: 0 20px 20px;
}

.page-blog-abc88-latest-promotions-login-guide__cta-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Benefits List */
.page-blog-abc88-latest-promotions-login-guide__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.page-blog-abc88-latest-promotions-login-guide__benefits-item {
  background-color: #11271B; /* Card BG */
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #11A84E; /* Main Color */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.0em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-abc88-latest-promotions-login-guide__benefits-item strong {
  color: #F2FFF6; /* Text Main */
}

/* FAQ Section */
.page-blog-abc88-latest-promotions-login-guide__faq-list {
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-blog-abc88-latest-promotions-login-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-abc88-latest-promotions-login-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-abc88-latest-promotions-login-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-abc88-latest-promotions-login-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #F2C14E; /* Gold */
}

.page-blog-abc88-latest-promotions-login-guide__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-abc88-latest-promotions-login-guide__faq-item[open] .page-blog-abc88-latest-promotions-login-guide__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding-top: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-abc88-latest-promotions-login-guide__main-title {
    font-size: 2.5em;
  }

  .page-blog-abc88-latest-promotions-login-guide__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-abc88-latest-promotions-login-guide__main-title {
    font-size: 2em;
  }

  .page-blog-abc88-latest-promotions-login-guide__description {
    font-size: 1em;
  }

  .page-blog-abc88-latest-promotions-login-guide__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .page-blog-abc88-latest-promotions-login-guide__hero-content,
  .page-blog-abc88-latest-promotions-login-guide__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Images responsiveness */
  .page-blog-abc88-latest-promotions-login-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Image containers */
  .page-blog-abc88-latest-promotions-login-guide__hero-image-wrapper,
  .page-blog-abc88-latest-promotions-login-guide__promotion-card,
  .page-blog-abc88-latest-promotions-login-guide__game-card,
  .page-blog-abc88-latest-promotions-login-guide__step-item,
  .page-blog-abc88-latest-promotions-login-guide__issue-item,
  .page-blog-abc88-latest-promotions-login-guide__benefits-item,
  .page-blog-abc88-latest-promotions-login-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Buttons responsiveness */
  .page-blog-abc88-latest-promotions-login-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-abc88-latest-promotions-login-guide__btn-primary,
  .page-blog-abc88-latest-promotions-login-guide__btn-secondary,
  .page-blog-abc88-latest-promotions-login-guide__btn-tertiary,
  .page-blog-abc88-latest-promotions-login-guide a[class*="button"],
  .page-blog-abc88-latest-promotions-login-guide 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-abc88-latest-promotions-login-guide__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-blog-abc88-latest-promotions-login-guide__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-blog-abc88-latest-promotions-login-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-abc88-latest-promotions-login-guide__section-title {
    font-size: 1.4em;
  }

  .page-blog-abc88-latest-promotions-login-guide__btn-primary,
  .page-blog-abc88-latest-promotions-login-guide__btn-secondary {
    padding: 12px 20px;
  }
}

/* Smart Contrast */
.page-blog-abc88-latest-promotions-login-guide__dark-bg {
  color: #ffffff; /* Deep Green background with white text */
  background: #0A4B2C;
}

.page-blog-abc88-latest-promotions-login-guide__light-bg {
  color: #333333; /* Light background with dark text */
  background: #ffffff;
}

.page-blog-abc88-latest-promotions-login-guide__medium-bg {
  color: #000000; /* Medium background with dark text */
  background: #22C768;
}

.page-blog-abc88-latest-promotions-login-guide__content-area p,
.page-blog-abc88-latest-promotions-login-guide__content-area li {
  color: #A7D9B8; /* Text Secondary for general content */
}

.page-blog-abc88-latest-promotions-login-guide__card {
  background: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-abc88-latest-promotions-login-guide__dark-section {
  background: #0A4B2C;
  color: #ffffff;
}

.page-blog-abc88-latest-promotions-login-guide a {
  color: #57E38D;
}

.page-blog-abc88-latest-promotions-login-guide a:hover {
  color: #F2C14E;
}