/* style/blog-how-to-get-sp8bet-latest-link.css */

/* Body background is var(--background) which is dark based on custom colors, so default text should be light */
.page-blog-how-to-get-sp8bet-latest-link {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-get-sp8bet-latest-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
}

.page-blog-how-to-get-sp8bet-latest-link__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-get-sp8bet-latest-link__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-how-to-get-sp8bet-latest-link__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin-top: -100px; /* Pull content up slightly over the image for visual flow */
  background-color: rgba(17, 39, 27, 0.9); /* Card BG with slight transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-get-sp8bet-latest-link__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.page-blog-how-to-get-sp8bet-latest-link__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-get-sp8bet-latest-link__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-get-sp8bet-latest-link__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-get-sp8bet-latest-link__cta-button--wide {
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
}

.page-blog-how-to-get-sp8bet-latest-link__content-section {
  padding: 40px 0;
  background-color: #08160F; /* Background */
}

.page-blog-how-to-get-sp8bet-latest-link__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-get-sp8bet-latest-link__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #2AD16F; /* A lighter shade of primary for titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-blog-how-to-get-sp8bet-latest-link__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-get-sp8bet-latest-link__text-block {
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
}

.page-blog-how-to-get-sp8bet-latest-link__image-wrapper {
  margin: 30px auto;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-get-sp8bet-latest-link__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-get-sp8bet-latest-link__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-get-sp8bet-latest-link__list-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 5px solid #2AD16F; /* Primary color accent */
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-get-sp8bet-latest-link__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-blog-how-to-get-sp8bet-latest-link__ordered-list .page-blog-how-to-get-sp8bet-latest-link__list-item {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  padding: 5px 0;
  margin-bottom: 5px;
}

/* FAQ Styles */
.page-blog-how-to-get-sp8bet-latest-link__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-get-sp8bet-latest-link__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-get-sp8bet-latest-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.15em;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
}

.page-blog-how-to-get-sp8bet-latest-link__faq-question:hover {
  background-color: #11A84E; /* Primary color */
}

.page-blog-how-to-get-sp8bet-latest-link__faq-question::-webkit-details-marker, /* Hide default marker for Chrome */
.page-blog-how-to-get-sp8bet-latest-link__faq-question::marker { /* Hide default marker for Firefox */
  display: none;
}

.page-blog-how-to-get-sp8bet-latest-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
  transition: transform 0.3s ease;
}

.page-blog-how-to-get-sp8bet-latest-link__faq-item[open] .page-blog-how-to-get-sp8bet-latest-link__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-get-sp8bet-latest-link__faq-answer {
  padding: 20px 25px;
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  border-top: 1px solid #1E3A2A; /* Divider */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-get-sp8bet-latest-link__hero-content {
    margin-top: -50px; /* Adjust for smaller screens */
    padding: 15px;
  }

  .page-blog-how-to-get-sp8bet-latest-link__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em);
  }

  .page-blog-how-to-get-sp8bet-latest-link__hero-description {
    font-size: clamp(0.9em, 3vw, 1.1em);
  }

  .page-blog-how-to-get-sp8bet-latest-link__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    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-get-sp8bet-latest-link__cta-button--wide {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-how-to-get-sp8bet-latest-link__section-title {
    font-size: clamp(1.5em, 6vw, 2em);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-get-sp8bet-latest-link__sub-title {
    font-size: clamp(1.2em, 4.5vw, 1.5em);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-get-sp8bet-latest-link__text-block,
  .page-blog-how-to-get-sp8bet-latest-link__list-item,
  .page-blog-how-to-get-sp8bet-latest-link__faq-answer p {
    font-size: 1em;
  }

  .page-blog-how-to-get-sp8bet-latest-link__image-wrapper {
    margin: 20px auto;
  }

  .page-blog-how-to-get-sp8bet-latest-link__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-get-sp8bet-latest-link__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-get-sp8bet-latest-link__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-get-sp8bet-latest-link__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-get-sp8bet-latest-link__hero-section {
    padding-top: 10px !important;
  }
}