/* style/blog-how-to-access-jb88-official-site.css */

/* Global styles for the page content, ensuring light text on dark body background */
.page-blog-how-to-access-jb88-official-site {
  color: #F3F8FF; /* Text Main */
  background-color: transparent; /* Body background is handled by shared.css */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-access-jb88-official-site a {
  color: #4FA8FF; /* Glow color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-how-to-access-jb88-official-site a:hover {
  color: #1D5FD1; /* Auxiliary color on hover */
}

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

.page-blog-how-to-access-jb88-official-site__section {
  padding: 60px 0;
  position: relative;
  overflow: hidden; /* Ensure content doesn't overflow */
}

.page-blog-how-to-access-jb88-official-site__dark-section {
  background-color: #10233F; /* Card B G for dark sections */
}

.page-blog-how-to-access-jb88-official-site__heading {
  font-size: 36px;
  color: #F3F8FF; /* Text Main */
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-how-to-access-jb88-official-site__sub-heading {
  font-size: 18px;
  color: #AFC4E8; /* Text Secondary */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-access-jb88-official-site__content-block p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #F3F8FF;
}

/* CTA Buttons */
.page-blog-how-to-access-jb88-official-site__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap; /* Allow wrapping on small screens */
}

.page-blog-how-to-access-jb88-official-site__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-blog-how-to-access-jb88-official-site__cta-button,
.page-blog-how-to-access-jb88-official-site__btn-primary,
.page-blog-how-to-access-jb88-official-site__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-access-jb88-official-site__cta-button,
.page-blog-how-to-access-jb88-official-site__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-access-jb88-official-site__cta-button:hover,
.page-blog-how-to-access-jb88-official-site__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-access-jb88-official-site__btn-secondary {
  background-color: transparent;
  color: #4FA8FF; /* Glow color */
  border: 2px solid #2B73F6; /* Primary color border */
}

.page-blog-how-to-access-jb88-official-site__btn-secondary:hover {
  background-color: #2B73F6; /* Primary color */
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* HERO Section */
.page-blog-how-to-access-jb88-official-site__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08162B; /* Deep Navy background for hero section */
}

.page-blog-how-to-access-jb88-official-site__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-how-to-access-jb88-official-site__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-how-to-access-jb88-official-site__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-access-jb88-official-site__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.page-blog-how-to-access-jb88-official-site__hero-content h1 {
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size */
  color: #F3F8FF; /* Text Main */
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.page-blog-how-to-access-jb88-official-site__hero-content p {
  font-size: 18px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Module 2: Access Links */
.page-blog-how-to-access-jb88-official-site__access-links-section {
  background-color: #08162B; /* Deep Navy */
}

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

.page-blog-how-to-access-jb88-official-site__card {
  background-color: #10233F; /* Card B G */
  border: 1px solid #244D84; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F3F8FF; /* Text Main */
}

.page-blog-how-to-access-jb88-official-site__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-access-jb88-official-site__card-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #F3F8FF; /* Text Main */
  font-weight: 700;
}

.page-blog-how-to-access-jb88-official-site__card p {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 25px;
}

/* Module 3: Games Section */
.page-blog-how-to-access-jb88-official-site__games-section {
  background-color: #08162B; /* Deep Navy */
}

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

.page-blog-how-to-access-jb88-official-site__game-card {
  background-color: #10233F; /* Card B G */
  border: 1px solid #244D84; /* Border */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F3F8FF; /* Text Main */
}

.page-blog-how-to-access-jb88-official-site__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-access-jb88-official-site__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-how-to-access-jb88-official-site__game-card .page-blog-how-to-access-jb88-official-site__game-title {
  font-size: 22px;
  padding: 20px 20px 10px;
  color: #F3F8FF; /* Text Main */
  font-weight: 700;
}
.page-blog-how-to-access-jb88-official-site__game-card .page-blog-how-to-access-jb88-official-site__game-title a {
  color: #F3F8FF; /* Text Main */
}
.page-blog-how-to-access-jb88-official-site__game-card .page-blog-how-to-access-jb88-official-site__game-title a:hover {
  color: #4FA8FF; /* Glow color */
}

.page-blog-how-to-access-jb88-official-site__game-card p {
  font-size: 15px;
  color: #AFC4E8; /* Text Secondary */
  padding: 0 20px 20px;
}

/* Module 4: Promotions Section */
.page-blog-how-to-access-jb88-official-site__promotions-section {
  background-color: #08162B; /* Deep Navy */
}

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

.page-blog-how-to-access-jb88-official-site__promo-grid .page-blog-how-to-access-jb88-official-site__card {
  padding: 0;
  text-align: left;
}

.page-blog-how-to-access-jb88-official-site__promo-grid .page-blog-how-to-access-jb88-official-site__card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

.page-blog-how-to-access-jb88-official-site__promo-grid .page-blog-how-to-access-jb88-official-site__card .page-blog-how-to-access-jb88-official-site__card-title {
  padding: 20px 20px 10px;
  font-size: 22px;
}

.page-blog-how-to-access-jb88-official-site__promo-grid .page-blog-how-to-access-jb88-official-site__card p {
  padding: 0 20px 20px;
  font-size: 15px;
  margin-bottom: 0;
}

.page-blog-how-to-access-jb88-official-site__promo-grid .page-blog-how-to-access-jb88-official-site__card .page-blog-how-to-access-jb88-official-site__btn-secondary {
  display: block;
  margin: 0 20px 20px;
}

/* Module 5: Safety & Support Section */
.page-blog-how-to-access-jb88-official-site__safety-support-section {
  background-color: #08162B; /* Deep Navy */
}

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

.page-blog-how-to-access-jb88-official-site__feature-item {
  background-color: #10233F; /* Card B G */
  border: 1px solid #244D84; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #F3F8FF; /* Text Main */
}

.page-blog-how-to-access-jb88-official-site__feature-item img {
   /* Adjust size for feature icons */
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-access-jb88-official-site__feature-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #F3F8FF; /* Text Main */
  font-weight: 700;
}

.page-blog-how-to-access-jb88-official-site__feature-item p {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
}

/* Module 6: FAQ Section */
.page-blog-how-to-access-jb88-official-site__faq-section {
  background-color: #08162B; /* Deep Navy */
}

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

details.page-blog-how-to-access-jb88-official-site__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid #244D84; /* Border */
  overflow: hidden;
  background: #10233F; /* Card B G */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #F3F8FF; /* Text Main */
}

details.page-blog-how-to-access-jb88-official-site__faq-item summary.page-blog-how-to-access-jb88-official-site__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  color: #F3F8FF; /* Text Main */
}

details.page-blog-how-to-access-jb88-official-site__faq-item summary.page-blog-how-to-access-jb88-official-site__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-access-jb88-official-site__faq-item summary.page-blog-how-to-access-jb88-official-site__faq-question:hover {
  background: rgba(43, 115, 246, 0.1); /* Slightly lighter hover */
}

.page-blog-how-to-access-jb88-official-site__faq-qtext {
  flex: 1;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}

.page-blog-how-to-access-jb88-official-site__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #4FA8FF; /* Glow color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-blog-how-to-access-jb88-official-site__faq-item .page-blog-how-to-access-jb88-official-site__faq-answer {
  padding: 0 25px 25px;
  background: rgba(17, 59, 122, 0.5); /* Semi-transparent main color */
  border-radius: 0 0 12px 12px;
}

.page-blog-how-to-access-jb88-official-site__faq-answer p {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  margin-top: 15px;
}

/* Module 7: Latest Blog Section */
.page-blog-how-to-access-jb88-official-site__latest-blog-section {
  background-color: #08162B; /* Deep Navy */
}

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

.page-blog-how-to-access-jb88-official-site__blog-card {
  background-color: #10233F; /* Card B G */
  border: 1px solid #244D84; /* Border */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F3F8FF; /* Text Main */
}

.page-blog-how-to-access-jb88-official-site__blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-access-jb88-official-site__blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-access-jb88-official-site__blog-content {
  padding: 20px;
}

.page-blog-how-to-access-jb88-official-site__blog-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.page-blog-how-to-access-jb88-official-site__blog-title a {
  color: #F3F8FF; /* Text Main */
}
.page-blog-how-to-access-jb88-official-site__blog-title a:hover {
  color: #4FA8FF; /* Glow color */
}

.page-blog-how-to-access-jb88-official-site__blog-date {
  font-size: 14px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-how-to-access-jb88-official-site__blog-summary {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-how-to-access-jb88-official-site__read-more {
  display: inline-block;
  font-size: 16px;
  color: #4FA8FF; /* Glow color */
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-access-jb88-official-site__heading {
    font-size: 32px;
  }
  .page-blog-how-to-access-jb88-official-site__sub-heading {
    font-size: 17px;
  }
  .page-blog-how-to-access-jb88-official-site__container {
    padding: 30px 15px;
  }
  .page-blog-how-to-access-jb88-official-site__section {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-access-jb88-official-site__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-access-jb88-official-site__hero-content h1 {
    font-size: clamp(24px, 6vw, 36px);
  }
  .page-blog-how-to-access-jb88-official-site__hero-content p {
    font-size: 16px;
  }
  .page-blog-how-to-access-jb88-official-site__cta-button,
  .page-blog-how-to-access-jb88-official-site__btn-primary,
  .page-blog-how-to-access-jb88-official-site__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 16px;
  }
  .page-blog-how-to-access-jb88-official-site__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-access-jb88-official-site__link-cards,
  .page-blog-how-to-access-jb88-official-site__game-categories,
  .page-blog-how-to-access-jb88-official-site__promo-grid,
  .page-blog-how-to-access-jb88-official-site__features-grid,
  .page-blog-how-to-access-jb88-official-site__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-access-jb88-official-site__heading {
    font-size: 28px;
  }
  .page-blog-how-to-access-jb88-official-site__sub-heading {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .page-blog-how-to-access-jb88-official-site__card,
  .page-blog-how-to-access-jb88-official-site__game-card,
  .page-blog-how-to-access-jb88-official-site__feature-item,
  .page-blog-how-to-access-jb88-official-site__blog-card {
    padding: 20px;
  }
  .page-blog-how-to-access-jb88-official-site__card-title,
  .page-blog-how-to-access-jb88-official-site__game-title,
  .page-blog-how-to-access-jb88-official-site__feature-title,
  .page-blog-how-to-access-jb88-official-site__blog-title {
    font-size: 20px;
  }

  /* Image responsive for mobile */
  .page-blog-how-to-access-jb88-official-site img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-access-jb88-official-site__container,
  .page-blog-how-to-access-jb88-official-site__card,
  .page-blog-how-to-access-jb88-official-site__game-card,
  .page-blog-how-to-access-jb88-official-site__feature-item,
  .page-blog-how-to-access-jb88-official-site__blog-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-access-jb88-official-site__game-card img,
  .page-blog-how-to-access-jb88-official-site__promo-grid .page-blog-how-to-access-jb88-official-site__card img,
  .page-blog-how-to-access-jb88-official-site__blog-card img {
     /* Adjust image height for mobile */
  }

  details.page-blog-how-to-access-jb88-official-site__faq-item summary.page-blog-how-to-access-jb88-official-site__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }
  .page-blog-how-to-access-jb88-official-site__faq-qtext {
    font-size: 15px;
  }
  .page-blog-how-to-access-jb88-official-site__faq-toggle {
    font-size: 24px;
    width: 25px;
  }
  details.page-blog-how-to-access-jb88-official-site__faq-item .page-blog-how-to-access-jb88-official-site__faq-answer {
    padding: 0 20px 20px;
  }
  .page-blog-how-to-access-jb88-official-site__faq-answer p {
    font-size: 15px;
  }
}