.page-blog-full88-app-android-safe-entertainment {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Default body background is white */
}

.page-blog-full88-app-android-safe-entertainment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-full88-app-android-safe-entertainment__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: #f8f8f8; /* Light background for hero section */
  color: #333333;
}

.page-blog-full88-app-android-safe-entertainment__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; /* Ensure full width within container */
}

.page-blog-full88-app-android-safe-entertainment__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-full88-app-android-safe-entertainment__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-blog-full88-app-android-safe-entertainment__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-full88-app-android-safe-entertainment__main-title {
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  color: #26A9E0; /* Brand color for H1 */
  margin-bottom: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-full88-app-android-safe-entertainment__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-full88-app-android-safe-entertainment__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

.page-blog-full88-app-android-safe-entertainment__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-full88-app-android-safe-entertainment__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-full88-app-android-safe-entertainment__btn-primary:hover {
  background: #1e87b7;
  border-color: #1e87b7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-full88-app-android-safe-entertainment__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-full88-app-android-safe-entertainment__btn-secondary:hover {
  background: #f0f8ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* General Section Styles */
.page-blog-full88-app-android-safe-entertainment__section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-full88-app-android-safe-entertainment__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-blog-full88-app-android-safe-entertainment__section-title {
  font-size: clamp(24px, 3.5vw, 36px);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-blog-full88-app-android-safe-entertainment__subsection-title {
  font-size: clamp(20px, 3vw, 28px);
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-full88-app-android-safe-entertainment p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555555;
}

.page-blog-full88-app-android-safe-entertainment__list,
.page-blog-full88-app-android-safe-entertainment__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555555;
}

.page-blog-full88-app-android-safe-entertainment__ordered-list {
  list-style-type: decimal;
}

.page-blog-full88-app-android-safe-entertainment__list li,
.page-blog-full88-app-android-safe-entertainment__ordered-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.page-blog-full88-app-android-safe-entertainment__image-wrapper {
  margin: 30px auto;
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-full88-app-android-safe-entertainment__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.page-blog-full88-app-android-safe-entertainment__cta-section {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #e0f2f7; /* Light blue background for CTA */
    border-radius: 10px;
}

.page-blog-full88-app-android-safe-entertainment__cta-section p {
    font-size: 20px;
    font-weight: 500;
    color: #26A9E0;
    margin-bottom: 25px;
}

/* FAQ Section */
.page-blog-full88-app-android-safe-entertainment__faq-section {
  padding: 60px 0;
  background-color: #f0f5f8; /* Light blue background */
}

.page-blog-full88-app-android-safe-entertainment__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

details.page-blog-full88-app-android-safe-entertainment__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #d0e0e8; /* Lighter border */
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

details.page-blog-full88-app-android-safe-entertainment__faq-item summary.page-blog-full88-app-android-safe-entertainment__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;
  color: #333333;
  font-weight: 600;
}

details.page-blog-full88-app-android-safe-entertainment__faq-item summary.page-blog-full88-app-android-safe-entertainment__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-full88-app-android-safe-entertainment__faq-item summary.page-blog-full88-app-android-safe-entertainment__faq-question:hover {
  background: #eaf3f8; /* Lighter hover background */
}

.page-blog-full88-app-android-safe-entertainment__faq-qtext {
  flex: 1;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}

.page-blog-full88-app-android-safe-entertainment__faq-toggle {
  font-size: 26px;
  font-weight: bold;
  color: #26A9E0; /* Brand color for toggle */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-full88-app-android-safe-entertainment__faq-item .page-blog-full88-app-android-safe-entertainment__faq-answer {
  padding: 0 25px 20px;
  background: #fdfdfd;
  border-top: 1px solid #eee;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  color: #555555;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-full88-app-android-safe-entertainment__container {
    padding: 0 15px;
  }

  .page-blog-full88-app-android-safe-entertainment__hero-section {
    padding-top: 10px !important; /* Ensure small top padding on mobile */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-full88-app-android-safe-entertainment__main-title {
    font-size: 28px;
  }

  .page-blog-full88-app-android-safe-entertainment__intro-text {
    font-size: 16px;
  }

  .page-blog-full88-app-android-safe-entertainment__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-full88-app-android-safe-entertainment__cta-button {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-full88-app-android-safe-entertainment__section {
    padding: 40px 0;
  }

  .page-blog-full88-app-android-safe-entertainment__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-blog-full88-app-android-safe-entertainment__subsection-title {
    font-size: 20px;
    margin-top: 25px;
  }

  .page-blog-full88-app-android-safe-entertainment p,
  .page-blog-full88-app-android-safe-entertainment__list li,
  .page-blog-full88-app-android-safe-entertainment__ordered-list li,
  .page-blog-full88-app-android-safe-entertainment__faq-qtext {
    font-size: 15px;
  }

  .page-blog-full88-app-android-safe-entertainment img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-full88-app-android-safe-entertainment__section,
  .page-blog-full88-app-android-safe-entertainment__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  details.page-blog-full88-app-android-safe-entertainment__faq-item summary.page-blog-full88-app-android-safe-entertainment__faq-question {
    padding: 15px 20px;
  }
  .page-blog-full88-app-android-safe-entertainment__faq-toggle {
    font-size: 22px;
    width: 24px;
  }
  details.page-blog-full88-app-android-safe-entertainment__faq-item .page-blog-full88-app-android-safe-entertainment__faq-answer {
    padding: 0 20px 15px;
  }
}