/* style/blog-top-5-online-roulette-tips.css */
.page-blog-top-5-online-roulette-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default background */
}

.page-blog-top-5-online-roulette-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #000000; /* Main color for hero section background */
  color: #ffffff;
}

.page-blog-top-5-online-roulette-tips__hero-image-container {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.page-blog-top-5-online-roulette-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-top-5-online-roulette-tips__hero-content {
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF; /* Auxiliary color for content block */
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Overlap with the image slightly */
  z-index: 1;
}

.page-blog-top-5-online-roulette-tips__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: bold;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.2;
}

.page-blog-top-5-online-roulette-tips__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #333333;
}

.page-blog-top-5-online-top-5-online-roulette-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.page-blog-top-5-online-roulette-tips__btn-primary,
.page-blog-top-5-online-roulette-tips__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-5-online-roulette-tips__btn-primary {
  background-color: #000000; /* Main color */
  color: #FFFFFF; /* Register color */
  border: 2px solid #000000;
}

.page-blog-top-5-online-roulette-tips__btn-primary:hover {
  background-color: #333333;
}

.page-blog-top-5-online-roulette-tips__btn-secondary {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-top-5-online-roulette-tips__btn-secondary:hover {
  background-color: #e0a53b;
}

.page-blog-top-5-online-roulette-tips__section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-top-5-online-roulette-tips__section-title {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-top-5-online-roulette-tips__section p {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-top-5-online-roulette-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-top-5-online-roulette-tips__list-item {
  margin-bottom: 10px;
}

.page-blog-top-5-online-roulette-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-top-5-online-roulette-tips__faq-section {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 40px 20px;
  margin-top: 40px;
}

.page-blog-top-5-online-roulette-tips__faq-list {
  margin-top: 30px;
}

.page-blog-top-5-online-roulette-tips__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-top-5-online-roulette-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #000000;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-top-5-online-roulette-tips__faq-question h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #000000;
}

.page-blog-top-5-online-roulette-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-top-5-online-roulette-tips__faq-item.active .page-blog-top-5-online-roulette-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-top-5-online-roulette-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-blog-top-5-online-roulette-tips__faq-item.active .page-blog-top-5-online-roulette-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

.page-blog-top-5-online-roulette-tips__faq-answer p {
  margin: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-top-5-online-roulette-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-top-5-online-roulette-tips__hero-content {
    padding: 30px 15px;
    margin-top: -50px;
  }

  .page-blog-top-5-online-roulette-tips__main-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-top-5-online-roulette-tips__intro-text {
    font-size: 1rem;
  }

  .page-blog-top-5-online-roulette-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-top-5-online-roulette-tips__btn-primary,
  .page-blog-top-5-online-roulette-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
  }

  .page-blog-top-5-online-roulette-tips__section,
  .page-blog-top-5-online-roulette-tips__faq-section {
    padding: 15px;
    margin: 20px auto;
  }

  .page-blog-top-5-online-roulette-tips__section-title {
    font-size: 1.5rem;
  }

  .page-blog-top-5-online-roulette-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-top-5-online-roulette-tips__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-top-5-online-roulette-tips__faq-question {
    padding: 12px 15px;
  }

  .page-blog-top-5-online-roulette-tips__faq-answer {
    padding: 0 15px;
  }

  .page-blog-top-5-online-roulette-tips__faq-item.active .page-blog-top-5-online-roulette-tips__faq-answer {
    padding: 10px 15px;
  }
}

@media (min-width: 769px) {
  .page-blog-top-5-online-roulette-tips__hero-content {
    margin-top: -100px;
  }
}