.page-blog-how-to-choose-reputable-slots {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #F4F7FB; /* Body background color */
}

.page-blog-how-to-choose-reputable-slots__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 as body handles header offset */
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%); /* Blue gradient background */
  color: #ffffff;
  overflow: hidden;
}

.page-blog-how-to-choose-reputable-slots__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-choose-reputable-slots__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reputable-slots__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-choose-reputable-slots__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-blog-how-to-choose-reputable-slots__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reputable-slots__intro-description {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-blog-how-to-choose-reputable-slots__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reputable-slots__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reputable-slots__cta-button--secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: none;
}

.page-blog-how-to-choose-reputable-slots__cta-button--secondary:hover {
  background: #e0e0e0;
  color: #2F6BFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reputable-slots__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-how-to-choose-reputable-slots__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-blog-how-to-choose-reputable-slots__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #2F6BFF;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-how-to-choose-reputable-slots__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-how-to-choose-reputable-slots__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reputable-slots__list-item {
  background: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-how-to-choose-reputable-slots__list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reputable-slots__list-title {
  font-size: 20px;
  font-weight: bold;
  color: #2F6BFF;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-how-to-choose-reputable-slots__list-item p {
  font-size: 16px;
  color: #1F2D3D;
  margin-bottom: 0;
}

.page-blog-how-to-choose-reputable-slots__numbered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reputable-slots__numbered-list .page-blog-how-to-choose-reputable-slots__list-item {
  list-style-type: decimal;
  padding-left: 0;
}

.page-blog-how-to-choose-reputable-slots__text-link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-choose-reputable-slots__text-link:hover {
  text-decoration: underline;
}

.page-blog-how-to-choose-reputable-slots__content-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reputable-slots__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* FAQ Styles */
details.page-blog-how-to-choose-reputable-slots__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
details.page-blog-how-to-choose-reputable-slots__faq-item summary.page-blog-how-to-choose-reputable-slots__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: bold;
  color: #2F6BFF;
}
details.page-blog-how-to-choose-reputable-slots__faq-item summary.page-blog-how-to-choose-reputable-slots__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-how-to-choose-reputable-slots__faq-item summary.page-blog-how-to-choose-reputable-slots__faq-question:hover {
  background: #f0f7ff;
}
.page-blog-how-to-choose-reputable-slots__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}
.page-blog-how-to-choose-reputable-slots__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #6FA3FF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-how-to-choose-reputable-slots__faq-item .page-blog-how-to-choose-reputable-slots__faq-answer {
  padding: 0 25px 20px;
  background: #f9fcff;
  border-top: 1px solid #D6E2FF;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  color: #1F2D3D;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-reputable-slots {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-reputable-slots__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-how-to-choose-reputable-slots__hero-image img {
    border-radius: 4px;
  }
  
  .page-blog-how-to-choose-reputable-slots__main-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .page-blog-how-to-choose-reputable-slots__intro-description {
    font-size: clamp(15px, 3vw, 18px);
  }

  .page-blog-how-to-choose-reputable-slots__cta-button {
    padding: 12px 30px;
    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-how-to-choose-reputable-slots__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-reputable-slots__section-title {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-reputable-slots__text-block,
  .page-blog-how-to-choose-reputable-slots__list-item p {
    font-size: 16px;
  }

  .page-blog-how-to-choose-reputable-slots__list-title {
    font-size: 18px;
  }

  .page-blog-how-to-choose-reputable-slots__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  .page-blog-how-to-choose-reputable-slots__button-group {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-choose-reputable-slots__button-group .page-blog-how-to-choose-reputable-slots__cta-button,
  .page-blog-how-to-choose-reputable-slots__button-group .page-blog-how-to-choose-reputable-slots__btn-secondary {
    width: 100%;
    max-width: 100%;
  }

  details.page-blog-how-to-choose-reputable-slots__faq-item summary.page-blog-how-to-choose-reputable-slots__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }
  .page-blog-how-to-choose-reputable-slots__faq-qtext {
    font-size: 15px;
  }
  .page-blog-how-to-choose-reputable-slots__faq-toggle {
    font-size: 24px;
    width: 24px;
  }
  details.page-blog-how-to-choose-reputable-slots__faq-item .page-blog-how-to-choose-reputable-slots__faq-answer {
    padding: 0 20px 15px;
    font-size: 15px;
  }
}

/* Ensure all images are responsive and do not overflow */
.page-blog-how-to-choose-reputable-slots img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-how-to-choose-reputable-slots__card,
.page-blog-how-to-choose-reputable-slots__section,
.page-blog-how-to-choose-reputable-slots__container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reputable-slots img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-how-to-choose-reputable-slots__section,
  .page-blog-how-to-choose-reputable-slots__card,
  .page-blog-how-to-choose-reputable-slots__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}