.page-resources-how-to-choose-best-ww88-slot-platform {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Body background from shared.css */
}

.page-resources-how-to-choose-best-ww88-slot-platform__hero-section {
  position: relative;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-color: #017439;
  overflow: hidden;
}

.page-resources-how-to-choose-best-ww88-slot-platform__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
  z-index: 1;
}

.page-resources-how-to-choose-best-ww88-slot-platform__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-resources-how-to-choose-best-ww88-slot-platform__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-ww88-slot-platform__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-how-to-choose-best-ww88-slot-platform__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.page-resources-how-to-choose-best-ww88-slot-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-how-to-choose-best-ww88-slot-platform__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-how-to-choose-best-ww88-slot-platform__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-how-to-choose-best-ww88-slot-platform__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-how-to-choose-best-ww88-slot-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-how-to-choose-best-ww88-slot-platform__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-resources-how-to-choose-best-ww88-slot-platform__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit; /* Inherit from section for contrast */
}

.page-resources-how-to-choose-best-ww88-slot-platform__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: left;
}

.page-resources-how-to-choose-best-ww88-slot-platform__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 40px auto;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-choose-best-ww88-slot-platform__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-choose-best-ww88-slot-platform__btn-primary,
.page-resources-how-to-choose-best-ww88-slot-platform__btn-secondary,
.page-resources-how-to-choose-best-ww88-slot-platform__floating-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.05em;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-how-to-choose-best-ww88-slot-platform__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-how-to-choose-best-ww88-slot-platform__btn-primary:hover {
  background-color: #d82c2c;
  border-color: #d82c2c;
  color: #FFFFFF;
}

.page-resources-how-to-choose-best-ww88-slot-platform__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-how-to-choose-best-ww88-slot-platform__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #017439;
}

.page-resources-how-to-choose-best-ww88-slot-platform__light-bg .page-resources-how-to-choose-best-ww88-slot-platform__btn-secondary {
  color: #017439;
  border-color: #017439;
}

.page-resources-how-to-choose-best-ww88-slot-platform__light-bg .page-resources-how-to-choose-best-ww88-slot-platform__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

.page-resources-how-to-choose-best-ww88-slot-platform__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-resources-how-to-choose-best-ww88-slot-platform__faq-item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-resources-how-to-choose-best-ww88-slot-platform__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* Remove default marker */
}

.page-resources-how-to-choose-best-ww88-slot-platform__faq-item summary::-webkit-details-marker {
  display: none; /* Remove default marker for webkit */
}

.page-resources-how-to-choose-best-ww88-slot-platform__faq-qtext {
  flex-grow: 1;
  color: #333333;
}

.page-resources-how-to-choose-best-ww88-slot-platform__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #017439;
}

.page-resources-how-to-choose-best-ww88-slot-platform__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #555555;
}

.page-resources-how-to-choose-best-ww88-slot-platform__cta-section {
  padding: 80px 20px;
  background-color: #017439;
  color: #ffffff;
  text-align: center;
}

.page-resources-how-to-choose-best-ww88-slot-platform__cta-container {
  max-width: 900px;
}

.page-resources-how-to-choose-best-ww88-slot-platform__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-how-to-choose-best-ww88-slot-platform__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-ww88-slot-platform__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-best-ww88-slot-platform__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-resources-how-to-choose-best-ww88-slot-platform__floating-btn {
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.page-resources-how-to-choose-best-ww88-slot-platform__floating-btn--register {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register font color */
  border: 1px solid #C30808;
}

.page-resources-how-to-choose-best-ww88-slot-platform__floating-btn--register:hover {
  transform: translateY(-3px);
  background-color: #d82c2c;
}

.page-resources-how-to-choose-best-ww88-slot-platform__floating-btn--login {
  background-color: #C30808; /* Login color */
  color: #FFFF00; /* Login font color */
  border: 1px solid #C30808;
}

.page-resources-how-to-choose-best-ww88-slot-platform__floating-btn--login:hover {
  transform: translateY(-3px);
  background-color: #d82c2c;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-best-ww88-slot-platform__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__section-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__sub-title {
    font-size: 1.6em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__cta-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-best-ww88-slot-platform {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__hero-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__btn-primary,
  .page-resources-how-to-choose-best-ww88-slot-platform__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__section {
    padding: 40px 15px;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__sub-title {
    font-size: 1.4em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__text-block {
    font-size: 0.95em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset;
    min-height: unset;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__faq-item summary {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__cta-section {
    padding: 50px 15px;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__cta-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__floating-buttons {
    bottom: 15px;
    right: 15px;
    flex-direction: row; /* Change to row for mobile for horizontal floating buttons */
    width: calc(100% - 30px);
    justify-content: space-around;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__floating-btn {
    flex: 1;
    padding: 10px 15px;
    font-size: 0.9em;
  }
  /* Ensure content containers are correctly sized on mobile */
  .page-resources-how-to-choose-best-ww88-slot-platform__section,
  .page-resources-how-to-choose-best-ww88-slot-platform__container,
  .page-resources-how-to-choose-best-ww88-slot-platform__hero-section,
  .page-resources-how-to-choose-best-ww88-slot-platform__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-best-ww88-slot-platform__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__section-title {
    font-size: 1.6em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__sub-title {
    font-size: 1.2em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__cta-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__floating-buttons {
    flex-wrap: wrap;
    gap: 8px;
  }
  .page-resources-how-to-choose-best-ww88-slot-platform__floating-btn {
    padding: 8px 12px;
    font-size: 0.85em;
  }
}