/* style/blog-how-to-choose-ribbet-sports-betting-strategy.css */

:root {
  --ribbet-primary-color: #11A84E;
  --ribbet-secondary-color: #22C768;
  --ribbet-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --ribbet-card-bg: #11271B;
  --ribbet-background: #08160F;
  --ribbet-text-main: #F2FFF6;
  --ribbet-text-secondary: #A7D9B8;
  --ribbet-border-color: #2E7A4E;
  --ribbet-glow: #57E38D;
  --ribbet-gold: #F2C14E;
  --ribbet-divider: #1E3A2A;
  --ribbet-deep-green: #0A4B2C;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy {
  background-color: var(--ribbet-background);
  color: var(--ribbet-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__hero-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--ribbet-gold);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__lead-text {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: var(--ribbet-text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__btn-primary {
  background: var(--ribbet-button-gradient);
  color: var(--ribbet-text-main);
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__content-area {
  background-color: var(--ribbet-background);
  padding: 60px 20px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--ribbet-primary-color);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(34, 199, 104, 0.3);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--ribbet-gold);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__paragraph {
  font-size: 1.1rem;
  color: var(--ribbet-text-main);
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--ribbet-text-main);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__list-item {
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__list-item strong {
  color: var(--ribbet-primary-color);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__image-center {
  display: block;
  margin: 30px auto;
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__link {
  color: var(--ribbet-secondary-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__link:hover {
  color: var(--ribbet-gold);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-item {
  background-color: var(--ribbet-card-bg);
  border: 1px solid var(--ribbet-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--ribbet-text-main);
  cursor: pointer;
  background-color: var(--ribbet-deep-green);
  border-bottom: 1px solid var(--ribbet-border-color);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-item[open] > .page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-question {
  border-bottom: 1px solid var(--ribbet-border-color);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--ribbet-gold);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: var(--ribbet-text-secondary);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-item[open] .page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 20px 20px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: var(--ribbet-background);
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-image {
  max-width: 60%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none; /* Hidden by default, shown on mobile */
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__sticky-button {
  background: var(--ribbet-button-gradient);
  color: var(--ribbet-text-main);
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.5);
  transition: all 0.3s ease;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__sticky-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(34, 199, 104, 0.7);
}

.text-main {
  color: var(--ribbet-primary-color);
  font-weight: bold;
}

.page-blog-how-to-choose-ribbet-sports-betting-strategy__dark-bg {
  background-color: var(--ribbet-background);
  color: var(--ribbet-text-main);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__hero-content {
    max-width: 768px;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__image-center {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__hero-section {
    padding-top: 10px !important; /* body handles --header-offset, this is for visual spacing */
    padding-bottom: 40px;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__main-title {
    font-size: 2.2rem;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__lead-text {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__section-title {
    font-size: 2rem;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__sub-title {
    font-size: 1.5rem;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__paragraph,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__list-item,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-answer {
    font-size: 1rem;
  }

  /* Images responsive */
  .page-blog-how-to-choose-ribbet-sports-betting-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__hero-image-wrapper,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__container,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Buttons responsive */
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-button,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__btn-primary,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy a[class*="button"],
  .page-blog-how-to-choose-ribbet-sports-betting-strategy 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-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-buttons,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__button-group,
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    overflow: hidden !important;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-buttons {
    flex-direction: column !important;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__sticky-cta {
    display: block; /* Show sticky CTA on mobile */
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    bottom: 15px;
    text-align: center;
  }
  
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__sticky-button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__faq-question {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-ribbet-sports-betting-strategy__main-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__section-title {
    font-size: 1.6rem;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__sub-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-choose-ribbet-sports-betting-strategy__cta-image {
    max-width: 80%;
  }
}