.page-blog-nustar-sports-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-top: 10px; /* Small top padding for the first section */
}

.page-blog-nustar-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
}

.page-blog-nustar-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.page-blog-nustar-sports-betting-guide__hero-content {
  position: relative;
  padding: 20px;
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-nustar-sports-betting-guide__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
  font-weight: bold;
  color: #F2C14E; /* Primary color for emphasis */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  max-width: 100%;
}

.page-blog-nustar-sports-betting-guide__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-nustar-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-nustar-sports-betting-guide__section-title {
  font-size: 2.5em;
  color: #FFD36B; /* Auxiliary color for section titles */
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
  font-weight: bold;
}

.page-blog-nustar-sports-betting-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-nustar-sports-betting-guide__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #FFF6D6; /* Text Main for button text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-nustar-sports-betting-guide__cta-button:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.page-blog-nustar-sports-betting-guide__cta-button--secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Primary color */
  border: 2px solid #F2C14E;
  margin-left: 20px;
}

.page-blog-nustar-sports-betting-guide__cta-button--secondary:hover {
  background: #F2C14E;
  color: #111111;
}

.page-blog-nustar-sports-betting-guide__feature-grid, .page-blog-nustar-sports-betting-guide__sports-grid, .page-blog-nustar-sports-betting-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-nustar-sports-betting-guide__feature-card,
.page-blog-nustar-sports-betting-guide__sport-card,
.page-blog-nustar-sports-betting-guide__promo-card {
  background-color: #111111; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #3A2A12; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-nustar-sports-betting-guide__feature-image,
.page-blog-nustar-sports-betting-guide__sport-image,
.page-blog-nustar-sports-betting-guide__promo-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-nustar-sports-betting-guide__card-title {
  font-size: 1.5em;
  color: #FFD36B; /* Auxiliary color */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-nustar-sports-betting-guide__card-text {
  color: #FFF6D6;
  font-size: 1em;
  text-align: justify;
}

.page-blog-nustar-sports-betting-guide__step-by-step {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.page-blog-nustar-sports-betting-guide__step-card {
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  background-color: #111111; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #3A2A12; /* Border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-nustar-sports-betting-guide__step-title {
  font-size: 1.6em;
  color: #F2C14E; /* Primary color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-nustar-sports-betting-guide__step-text {
  color: #FFF6D6;
  font-size: 1em;
  margin-bottom: 25px;
  text-align: justify;
  flex-grow: 1;
}

.page-blog-nustar-sports-betting-guide__step-button {
  margin-top: auto; /* Push button to bottom */
}

.page-blog-nustar-sports-betting-guide__bet-list,
.page-blog-nustar-sports-betting-guide__strategy-list,
.page-blog-nustar-sports-betting-guide__responsible-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-nustar-sports-betting-guide__list-item {
  background-color: #111111; /* Card BG */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #3A2A12; /* Border */
}

.page-blog-nustar-sports-betting-guide__list-title {
  font-size: 1.4em;
  color: #F2C14E; /* Primary color */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-nustar-sports-betting-guide__list-text {
  color: #FFF6D6;
  font-size: 1em;
  text-align: justify;
}

.page-blog-nustar-sports-betting-guide__faq-list {
  margin-top: 40px;
}

.page-blog-nustar-sports-betting-guide__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-nustar-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #111111; /* Card BG */
  color: #FFD36B; /* Auxiliary color */
  font-weight: bold;
  font-size: 1.15em;
  transition: background-color 0.3s ease;
}

.page-blog-nustar-sports-betting-guide__faq-question:hover {
  background-color: #0A0A0A; /* Slightly darker on hover */
}

.page-blog-nustar-sports-betting-guide__faq-title {
  margin: 0;
  color: #FFD36B;
  font-size: 1em;
}

.page-blog-nustar-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E;
}

.page-blog-nustar-sports-betting-guide__faq-item.active .page-blog-nustar-sports-betting-guide__faq-toggle {
  transform: rotate(45deg); /* Change to 'X' or '-' */
}

.page-blog-nustar-sports-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-nustar-sports-betting-guide__faq-item.active .page-blog-nustar-sports-betting-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-blog-nustar-sports-betting-guide__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
  color: #FFF6D6;
}

.page-blog-nustar-sports-betting-guide__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-nustar-sports-betting-guide__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-blog-nustar-sports-betting-guide__section-title {
    font-size: 2em;
  }
  .page-blog-nustar-sports-betting-guide__hero-image {
    max-height: 500px;
  }
}

@media (max-width: 768px) {
  .page-blog-nustar-sports-betting-guide__hero-content {
    padding: 15px;
  }
  .page-blog-nustar-sports-betting-guide__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-blog-nustar-sports-betting-guide__section-title {
    font-size: 1.8em;
    margin-top: 40px;
  }
  .page-blog-nustar-sports-betting-guide__hero-image {
    max-height: 400px;
  }
  .page-blog-nustar-sports-betting-guide__feature-grid,
  .page-blog-nustar-sports-betting-guide__sports-grid,
  .page-blog-nustar-sports-betting-guide__promo-grid,
  .page-blog-nustar-sports-betting-guide__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-nustar-sports-betting-guide__feature-image,
  .page-blog-nustar-sports-betting-guide__sport-image,
  .page-blog-nustar-sports-betting-guide__promo-image {
    height: 200px;
  }
  .page-blog-nustar-sports-betting-guide__step-card {
    max-width: 100%;
  }
  .page-blog-nustar-sports-betting-guide__cta-button,
  .page-blog-nustar-sports-betting-guide__cta-button--secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .page-blog-nustar-sports-betting-guide__cta-group {
    flex-direction: column;
    gap: 0;
  }
  .page-blog-nustar-sports-betting-guide__container {
    padding: 0 10px;
  }
  .page-blog-nustar-sports-betting-guide__faq-question {
    padding: 15px 20px;
  }
  .page-blog-nustar-sports-betting-guide__faq-answer {
    padding: 0 20px;
  }
  .page-blog-nustar-sports-betting-guide__faq-item.active .page-blog-nustar-sports-betting-guide__faq-answer {
    padding: 15px 20px;
  }
  /* All images in content area */
  .page-blog-nustar-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-nustar-sports-betting-guide__section,
  .page-blog-nustar-sports-betting-guide__card,
  .page-blog-nustar-sports-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .page-blog-nustar-sports-betting-guide__main-title {
    font-size: clamp(1.5em, 7vw, 2em);
  }
  .page-blog-nustar-sports-betting-guide__section-title {
    font-size: 1.5em;
  }
  .page-blog-nustar-sports-betting-guide__hero-image {
    max-height: 300px;
  }
  .page-blog-nustar-sports-betting-guide__hero-description {
    font-size: 0.9em;
  }
  .page-blog-nustar-sports-betting-guide__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-blog-nustar-sports-betting-guide__card-title {
    font-size: 1.3em;
  }
  .page-blog-nustar-sports-betting-guide__step-title {
    font-size: 1.4em;
  }
  .page-blog-nustar-sports-betting-guide__list-title {
    font-size: 1.2em;
  }
}