/* style/blog-online-betting-guide-why-oke179.css */

/* Base styles for the page content, using light text on dark body background */
.page-blog-online-betting-guide-why-oke179 {
  color: #ffffff; /* Must use light text on dark body background */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #121212; /* Ensure main content background matches body for seamless look */
}

/* Hero Section */
.page-blog-online-betting-guide-why-oke179__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px; /* Adjusted padding, small top padding */
  background-color: #121212; /* Ensure hero section background matches body for seamless look */
  overflow: hidden;
}

.page-blog-online-betting-guide-why-oke179__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px; /* Space between image and text */
}

.page-blog-online-betting-guide-why-oke179__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-online-betting-guide-why-oke179__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-online-betting-guide-why-oke179__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* H1 font size with clamp */
  color: #26A9E0; /* Primary color for title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-online-betting-guide-why-oke179__intro-text {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* CTA Button Base */
.page-blog-online-betting-guide-why-oke179__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow word breaking */
  text-align: center;
}

.page-blog-online-betting-guide-why-oke179__btn-primary {
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff; /* White text for contrast */
  border: 2px solid #26A9E0;
}

.page-blog-online-betting-guide-why-oke179__btn-primary:hover {
  background-color: #1a8ccb;
  transform: translateY(-2px);
}

.page-blog-online-betting-guide-why-oke179__center-button {
  margin: 30px auto;
  display: block; /* Ensure it takes full width in mobile if needed */
  max-width: 300px; /* Limit width for aesthetic */
}

/* Content Sections */
.page-blog-online-betting-guide-why-oke179__content-section {
  padding: 60px 0;
  background-color: #121212; /* Dark background for content sections */
  color: #ffffff; /* Light text for contrast */
}

.page-blog-online-betting-guide-why-oke179__content-section:nth-of-type(even) {
  background-color: #0d0d0d; /* Slightly different dark background for alternating sections */
}

.page-blog-online-betting-guide-why-oke179__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-online-betting-guide-why-oke179__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-online-betting-guide-why-oke179 p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-online-betting-guide-why-oke179 strong {
  color: #26A9E0; /* Highlight important text with primary color */
}

.page-blog-online-betting-guide-why-oke179__image-inline {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Feature Grid */
.page-blog-online-betting-guide-why-oke179__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-online-betting-guide-why-oke179__feature-card {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-online-betting-guide-why-oke179__feature-card:hover {
  transform: translateY(-5px);
}

.page-blog-online-betting-guide-why-oke179__dark-bg {
  background-color: rgba(38, 169, 224, 0.15); /* Primary color with transparency */
  color: #ffffff;
}

.page-blog-online-betting-guide-why-oke179__light-bg {
  background-color: rgba(255, 255, 255, 0.1); /* White with transparency */
  color: #ffffff;
}

.page-blog-online-betting-guide-why-oke179__feature-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 15px;
}

/* Steps List */
.page-blog-online-betting-guide-why-oke179__steps-list {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0;
  color: #f0f0f0;
}

.page-blog-online-betting-guide-why-oke179__steps-list li {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.page-blog-online-betting-guide-why-oke179__steps-list li strong {
  color: #26A9E0;
}

/* FAQ Section */
.page-blog-online-betting-guide-why-oke179__faq-list {
  margin-top: 30px;
}

.page-blog-online-betting-guide-why-oke179__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Light transparent background */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-online-betting-guide-why-oke179__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(38, 169, 224, 0.15); /* Primary color transparent background */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-online-betting-guide-why-oke179__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-online-betting-guide-why-oke179__faq-qtext {
  flex-grow: 1;
  color: #26A9E0;
}

.page-blog-online-betting-guide-why-oke179__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #ffffff;
}

.page-blog-online-betting-guide-why-oke179__faq-answer {
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
}

/* Conclusion Section */
.page-blog-online-betting-guide-why-oke179__conclusion {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-online-betting-guide-why-oke179__hero-section {
    padding: 30px 15px;
  }

  .page-blog-online-betting-guide-why-oke179__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); /* Adjust H1 for mobile */
  }

  .page-blog-online-betting-guide-why-oke179__intro-text {
    font-size: 1rem;
  }

  /* Button responsiveness */
  .page-blog-online-betting-guide-why-oke179__cta-button,
  .page-blog-online-betting-guide-why-oke179__btn-primary,
  .page-blog-online-betting-guide-why-oke179 a[class*="button"],
  .page-blog-online-betting-guide-why-oke179 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-online-betting-guide-why-oke179__center-button {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-blog-online-betting-guide-why-oke179__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-online-betting-guide-why-oke179__container {
    padding: 0 15px;
  }

  /* Image responsiveness */
  .page-blog-online-betting-guide-why-oke179 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Container responsiveness for images, etc. */
  .page-blog-online-betting-guide-why-oke179__hero-image-wrapper,
  .page-blog-online-betting-guide-why-oke179__content-section,
  .page-blog-online-betting-guide-why-oke179__feature-grid,
  .page-blog-online-betting-guide-why-oke179__feature-card,
  .page-blog-online-betting-guide-why-oke179__steps-list,
  .page-blog-online-betting-guide-why-oke179__faq-list,
  .page-blog-online-betting-guide-why-oke179__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure no overflow */
  }
  
  .page-blog-online-betting-guide-why-oke179__content-section {
    padding: 40px 0;
  }

  .page-blog-online-betting-guide-why-oke179__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-online-betting-guide-why-oke179__faq-item summary {
    padding: 15px 20px;
  }

  .page-blog-online-betting-guide-why-oke179__faq-answer {
    padding: 15px 20px;
  }

  /* Specific padding for content sections to prevent overflow */
  .page-blog-online-betting-guide-why-oke179__content-section .page-blog-online-betting-guide-why-oke179__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Fixed header spacing for video section - small padding */
  .page-blog-online-betting-guide-why-oke179__video-section {
    padding-top: 10px !important; 
  }
}

/* Ensure text contrast for default P and LI tags */
.page-blog-online-betting-guide-why-oke179 p,
.page-blog-online-betting-guide-why-oke179 li {
  color: #f0f0f0; /* Light text for dark background */
}

/* Ensure feature card titles are readable */
.page-blog-online-betting-guide-why-oke179__feature-title {
  color: #26A9E0; /* Primary brand color, ensures contrast on dark/light transparent backgrounds */
}

/* Ensure FAQ question text is readable */
.page-blog-online-betting-guide-why-oke179__faq-qtext {
  color: #26A9E0; /* Primary brand color, ensures contrast */
}

/* Ensure button text is white on primary background */
.page-blog-online-betting-guide-why-oke179__btn-primary {
  color: #ffffff;
}