/* style/blog-okbet-sports-betting-strategy.css */
:root {
  --okbet-primary-color: #F2C14E;
  --okbet-secondary-color: #FFD36B;
  --okbet-card-bg: #111111;
  --okbet-background: #0A0A0A;
  --okbet-text-main: #FFF6D6;
  --okbet-border: #3A2A12;
  --okbet-glow: #FFD36B;
  --okbet-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-okbet-sports-betting-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--okbet-text-main); /* Main text color for the page */
  background-color: var(--okbet-background); /* Page background */
  padding-bottom: 40px;
}

.page-blog-okbet-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: 40px;
  text-align: center;
}

.page-blog-okbet-sports-betting-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

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

.page-blog-okbet-sports-betting-strategy__hero-content {
  max-width: 900px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}

.page-blog-okbet-sports-betting-strategy__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--okbet-secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-okbet-sports-betting-strategy__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--okbet-text-main);
}

.page-blog-okbet-sports-betting-strategy__cta-button {
  display: inline-block;
  background: var(--okbet-button-gradient);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-okbet-sports-betting-strategy__cta-button:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #E6B022 100%);
  transform: translateY(-2px);
}

.page-blog-okbet-sports-betting-strategy__section {
  padding: 40px 0;
}

.page-blog-okbet-sports-betting-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-okbet-sports-betting-strategy__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-okbet-sports-betting-strategy__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--okbet-primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-okbet-sports-betting-strategy__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--okbet-secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-okbet-sports-betting-strategy__text-block p,
.page-blog-okbet-sports-betting-strategy__text-block li {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: var(--okbet-text-main);
}

.page-blog-okbet-sports-betting-strategy__text-block a {
  color: var(--okbet-secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-okbet-sports-betting-strategy__text-block a:hover {
  color: var(--okbet-primary-color);
  text-decoration: underline;
}

.page-blog-okbet-sports-betting-strategy__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-okbet-sports-betting-strategy__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.page-blog-okbet-sports-betting-strategy__list {
  list-style: disc inside;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-blog-okbet-sports-betting-strategy__list-item {
  margin-bottom: 10px;
}

.page-blog-okbet-sports-betting-strategy__highlight {
  color: var(--okbet-glow);
  font-weight: bold;
}

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

.page-blog-okbet-sports-betting-strategy__btn-primary {
  background: var(--okbet-button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-okbet-sports-betting-strategy__btn-primary:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #E6B022 100%);
  transform: translateY(-2px);
}

/* FAQ Section */
.page-blog-okbet-sports-betting-strategy__faq-section {
  background-color: var(--okbet-card-bg);
  padding: 60px 0;
  margin-top: 40px;
}

.page-blog-okbet-sports-betting-strategy__faq-image {
  margin-bottom: 40px;
}

.page-blog-okbet-sports-betting-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-okbet-sports-betting-strategy__faq-item {
  background-color: #1a1a1a;
  border: 1px solid var(--okbet-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-okbet-sports-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #1a1a1a;
  color: var(--okbet-text-main);
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

.page-blog-okbet-sports-betting-strategy__faq-question:hover {
  background-color: #2c2c2c;
}

.page-blog-okbet-sports-betting-strategy__faq-title {
  margin: 0;
  color: inherit;
  font-size: 1.1rem;
}

.page-blog-okbet-sports-betting-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--okbet-secondary-color);
}

.page-blog-okbet-sports-betting-strategy__faq-item.active .page-blog-okbet-sports-betting-strategy__faq-toggle {
  transform: rotate(45deg);
  color: var(--okbet-primary-color);
}

.page-blog-okbet-sports-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #cccccc;
  font-size: 1rem;
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-okbet-sports-betting-strategy__hero-content {
    padding: 0 15px;
  }

  .page-blog-okbet-sports-betting-strategy__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-okbet-sports-betting-strategy__hero-description {
    font-size: 1rem;
  }

  .page-blog-okbet-sports-betting-strategy__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-okbet-sports-betting-strategy__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-okbet-sports-betting-strategy__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
  }

  .page-blog-okbet-sports-betting-strategy__text-block p,
  .page-blog-okbet-sports-betting-strategy__text-block li {
    font-size: 0.95rem;
  }

  .page-blog-okbet-sports-betting-strategy__content-area {
    padding: 0 15px;
  }

  .page-blog-okbet-sports-betting-strategy__content-image,
  .page-blog-okbet-sports-betting-strategy__hero-image,
  .page-blog-okbet-sports-betting-strategy__faq-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-okbet-sports-betting-strategy__image-wrapper,
  .page-blog-okbet-sports-betting-strategy__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-okbet-sports-betting-strategy__button-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-okbet-sports-betting-strategy__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-okbet-sports-betting-strategy__faq-answer {
    padding: 0 20px;
    font-size: 0.95rem;
  }

  .page-blog-okbet-sports-betting-strategy__faq-item.active .page-blog-okbet-sports-betting-strategy__faq-answer {
    padding: 10px 20px 20px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-okbet-sports-betting-strategy__hero-section {
    padding-bottom: 20px;
  }

  .page-blog-okbet-sports-betting-strategy__section {
    padding: 20px 0;
  }
}