.page-resources-f8bet-gg-sports-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Body background from shared.css */
}

.page-resources-f8bet-gg-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-f8bet-gg-sports-betting-guide__hero-section {
  position: relative;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-f8bet-gg-sports-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.5);
}

.page-resources-f8bet-gg-sports-betting-guide__hero-section .page-resources-f8bet-gg-sports-betting-guide__container {
  position: relative;
  z-index: 1;
  padding-top: 0; /* Rely on shared.css for body padding-top */
}

.page-resources-f8bet-gg-sports-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-f8bet-gg-sports-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-resources-f8bet-gg-sports-betting-guide__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0; /* Brand color for titles */
}

.page-resources-f8bet-gg-sports-betting-guide__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-f8bet-gg-sports-betting-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-f8bet-gg-sports-betting-guide__paragraph a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-f8bet-gg-sports-betting-guide__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
  padding: 60px 0;
}

.page-resources-f8bet-gg-sports-betting-guide__dark-bg {
  background-color: #0d0d0d; /* Slightly lighter than body for contrast */
  color: #ffffff;
  padding: 60px 0;
}

.page-resources-f8bet-gg-sports-betting-guide__list,
.page-resources-f8bet-gg-sports-betting-guide__ordered-list {
  list-style-type: disc;
  margin: 20px 0 20px 40px;
  padding: 0;
  font-size: 1.1em;
}

.page-resources-f8bet-gg-sports-betting-guide__ordered-list {
  list-style-type: decimal;
}

.page-resources-f8bet-gg-sports-betting-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-f8bet-gg-sports-betting-guide__btn-primary,
.page-resources-f8bet-gg-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.page-resources-f8bet-gg-sports-betting-guide__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-f8bet-gg-sports-betting-guide__btn-primary:hover {
  background-color: #1a8cc4;
}

.page-resources-f8bet-gg-sports-betting-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-resources-f8bet-gg-sports-betting-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-f8bet-gg-sports-betting-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-resources-f8bet-gg-sports-betting-guide__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-f8bet-gg-sports-betting-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-resources-f8bet-gg-sports-betting-guide__faq-list {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-f8bet-gg-sports-betting-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-f8bet-gg-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: #26A9E0; /* Brand color for question background */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-f8bet-gg-sports-betting-guide__faq-question:hover {
  background-color: #1a8cc4;
}

.page-resources-f8bet-gg-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-f8bet-gg-sports-betting-guide__faq-item.active .page-resources-f8bet-gg-sports-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-f8bet-gg-sports-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #1a1a1a; /* Darker background for answer */
  color: #f0f0f0;
}

.page-resources-f8bet-gg-sports-betting-guide__faq-item.active .page-resources-f8bet-gg-sports-betting-guide__faq-answer {
  max-height: 1000px !important; /* Ensure it expands sufficiently */
  padding: 15px 25px 25px;
}

.page-resources-f8bet-gg-sports-betting-guide__faq-answer p {
  margin-bottom: 10px;
}

/* Floating Buttons */
.page-resources-f8bet-gg-sports-betting-guide__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-resources-f8bet-gg-sports-betting-guide__floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 120px;
  font-size: 1.1em;
}

.page-resources-f8bet-gg-sports-betting-guide__floating-btn--register {
  background-color: #26A9E0; /* Main brand color */
  color: #FFFFFF;
}

.page-resources-f8bet-gg-sports-betting-guide__floating-btn--register:hover {
  background-color: #1a8cc4;
}

.page-resources-f8bet-gg-sports-betting-guide__floating-btn--login {
  background-color: #EA7C07; /* Login specific color */
  color: #FFFFFF;
}

.page-resources-f8bet-gg-sports-betting-guide__floating-btn--login:hover {
  background-color: #c96a06;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-f8bet-gg-sports-betting-guide__hero-title {
    font-size: 3em;
  }

  .page-resources-f8bet-gg-sports-betting-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-f8bet-gg-sports-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-f8bet-gg-sports-betting-guide__hero-section {
    min-height: 450px;
    padding: 60px 0;
  }

  .page-resources-f8bet-gg-sports-betting-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-f8bet-gg-sports-betting-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-f8bet-gg-sports-betting-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-f8bet-gg-sports-betting-guide__sub-title {
    font-size: 1.5em;
  }

  .page-resources-f8bet-gg-sports-betting-guide__paragraph,
  .page-resources-f8bet-gg-sports-betting-guide__list-item {
    font-size: 1em;
  }

  .page-resources-f8bet-gg-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-f8bet-gg-sports-betting-guide__btn-primary,
  .page-resources-f8bet-gg-sports-betting-guide__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-resources-f8bet-gg-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-f8bet-gg-sports-betting-guide__image-wrapper,
  .page-resources-f8bet-gg-sports-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-resources-f8bet-gg-sports-betting-guide__floating-buttons {
    bottom: 15px;
    right: 15px;
    left: 15px;
    flex-direction: row;
    justify-content: space-around;
    width: auto;
    max-width: calc(100% - 30px) !important;
    box-sizing: border-box !important;
  }

  .page-resources-f8bet-gg-sports-betting-guide__floating-btn {
    flex: 1;
    padding: 10px 15px;
    font-size: 14px;
    min-width: unset;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}