/* style/blog-88bet-hiphop-betting-tips.css */
.page-blog-88bet-hiphop-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #F5F7FA;
  line-height: 1.6;
}

.page-blog-88bet-hiphop-betting-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-blog-88bet-hiphop-betting-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-88bet-hiphop-betting-tips__hero-content {
  max-width: 1200px;
  margin: 20px auto 40px auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-88bet-hiphop-betting-tips__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #E53935;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-88bet-hiphop-betting-tips__hero-description {
  font-size: 1.2rem;
  color: #555555;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-blog-88bet-hiphop-betting-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-88bet-hiphop-betting-tips__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #E53935;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-88bet-hiphop-betting-tips__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #FF5A4F;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-88bet-hiphop-betting-tips__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #333333;
}

.page-blog-88bet-hiphop-betting-tips__list,
.page-blog-88bet-hiphop-betting-tips__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.page-blog-88bet-hiphop-betting-tips__ordered-list {
  list-style-type: decimal;
}

.page-blog-88bet-hiphop-betting-tips__list-item {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333333;
}

.page-blog-88bet-hiphop-betting-tips__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-88bet-hiphop-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-88bet-hiphop-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-88bet-hiphop-betting-tips__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

.page-blog-88bet-hiphop-betting-tips__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-88bet-hiphop-betting-tips__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-88bet-hiphop-betting-tips__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
}

.page-blog-88bet-hiphop-betting-tips__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-88bet-hiphop-betting-tips__flex-container {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-88bet-hiphop-betting-tips__flex-container .page-blog-88bet-hiphop-betting-tips__text-block {
  flex: 1;
}

.page-blog-88bet-hiphop-betting-tips__flex-container .page-blog-88bet-hiphop-betting-tips__image-wrapper {
  flex: 1;
  margin: 0;
}

.page-blog-88bet-hiphop-betting-tips__faq-list {
  margin-top: 30px;
}

.page-blog-88bet-hiphop-betting-tips__faq-item {
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-88bet-hiphop-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333333;
  background-color: #F5F7FA;
  border-bottom: 1px solid #E0E0E0;
  list-style: none;
}

.page-blog-88bet-hiphop-betting-tips__faq-item[open] > .page-blog-88bet-hiphop-betting-tips__faq-question {
  background-color: #E53935;
  color: #ffffff;
  border-bottom: 1px solid #E53935;
}

.page-blog-88bet-hiphop-betting-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-88bet-hiphop-betting-tips__faq-item[open] .page-blog-88bet-hiphop-betting-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-88bet-hiphop-betting-tips__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #555555;
}

/* General image responsive styles */
.page-blog-88bet-hiphop-betting-tips img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-blog-88bet-hiphop-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO section */
  .page-blog-88bet-hiphop-betting-tips__hero-section {
    padding-top: 10px !important;
    margin-bottom: 20px;
  }

  .page-blog-88bet-hiphop-betting-tips__hero-content {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .page-blog-88bet-hiphop-betting-tips__main-title {
    font-size: 2rem;
  }

  .page-blog-88bet-hiphop-betting-tips__hero-description {
    font-size: 1rem;
  }

  /* General content area */
  .page-blog-88bet-hiphop-betting-tips__content-area {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .page-blog-88bet-hiphop-betting-tips__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-88bet-hiphop-betting-tips__sub-title {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /* Images */
  .page-blog-88bet-hiphop-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-88bet-hiphop-betting-tips__image-wrapper {
    margin: 20px 0;
  }

  /* Flex containers */
  .page-blog-88bet-hiphop-betting-tips__flex-container {
    flex-direction: column;
    gap: 20px;
  }

  /* Buttons and button containers */
  .page-blog-88bet-hiphop-betting-tips__cta-button,
  .page-blog-88bet-hiphop-betting-tips__btn-primary,
  .page-blog-88bet-hiphop-betting-tips__btn-secondary,
  .page-blog-88bet-hiphop-betting-tips a[class*="button"],
  .page-blog-88bet-hiphop-betting-tips a[class*="btn"] {
    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: 1rem;
  }

  .page-blog-88bet-hiphop-betting-tips__button-group {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ section */
  .page-blog-88bet-hiphop-betting-tips__faq-question {
    padding: 15px;
    font-size: 1rem;
  }

  .page-blog-88bet-hiphop-betting-tips__faq-answer {
    padding: 15px;
  }

  /* Ensure all containers have proper padding for mobile to prevent overflow */
  .page-blog-88bet-hiphop-betting-tips__intro-section,
  .page-blog-88bet-hiphop-betting-tips__why-choose-section,
  .page-blog-88bet-hiphop-betting-tips__betting-types-section,
  .page-blog-88bet-hiphop-betting-tips__strategies-section,
  .page-blog-88bet-hiphop-betting-tips__registration-section,
  .page-blog-88bet-hiphop-betting-tips__responsible-betting-section,
  .page-blog-88bet-hiphop-betting-tips__faq-section,
  .page-blog-88bet-hiphop-betting-tips__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}