.page-blog-online-betting-guide {
  padding-top: 10px; /* Small top padding to ensure content starts below header */
  background-color: #100224; /* Deep Navy from custom colors */
  color: #F3F8FF; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-online-betting-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #08162B; /* Deep Navy */
  text-align: center;
  overflow: hidden;
}

.page-blog-online-betting-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
}

.page-blog-online-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-online-betting-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-online-betting-guide__hero-title {
  color: #F2C14E; /* Gold */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  /* clamp for responsive font-size, ensuring it's not too large on mobile */
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.page-blog-online-betting-guide__hero-description {
  color: #AFC4E8; /* Text Secondary */
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.page-blog-online-betting-guide__hero-cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button color */
  color: #F3F8FF; /* Text Main */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-online-betting-guide__hero-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.page-blog-online-betting-guide__section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-online-betting-guide__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #F2C14E, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.page-blog-online-betting-guide__why-choose .page-blog-online-betting-guide__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-online-betting-guide__card {
  background-color: #10233F; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: 1px solid #244D84; /* Border */
}

.page-blog-online-betting-guide__card:hover {
  transform: translateY(-5px);
}

.page-blog-online-betting-guide__card-image {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto 20px auto;
  display: block;
  border-radius: 8px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-online-betting-guide__card-title {
  color: #F3F8FF; /* Text Main */
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.page-blog-online-betting-guide__card-text {
  color: #AFC4E8; /* Text Secondary */
  font-size: 0.95rem;
}

.page-blog-online-betting-guide__getting-started {
  background-color: #08162B; /* Deep Navy */
  padding-bottom: 60px;
}

.page-blog-online-betting-guide__step-card {
  background-color: #10233F; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84; /* Border */
}

.page-blog-online-betting-guide__card--bordered {
  border: 1px solid #1B3357; /* Divider */
}

.page-blog-online-betting-guide__step-title {
  color: #F2C14E; /* Gold */
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.page-blog-online-betting-guide__step-card p {
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-online-betting-guide__step-list {
  list-style-type: decimal;
  margin-left: 20px;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-online-betting-guide__step-list li {
  margin-bottom: 8px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-online-betting-guide__step-list li a {
  color: #4FA8FF; /* Glow */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-online-betting-guide__step-list li a:hover {
  color: #F2C14E; /* Gold */
}

.page-blog-online-betting-guide__image-inline {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-online-betting-guide__button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button color */
  color: #F3F8FF; /* Text Main */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  margin-top: 15px;
}

.page-blog-online-betting-guide__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.page-blog-online-betting-guide__tips-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.page-blog-online-betting-guide__tips-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-online-betting-guide__tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 500px;
}

.page-blog-online-betting-guide__tips-list li {
  background-color: #10233F; /* Card BG */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 5px solid #1D5FD1; /* Auxiliary color */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-online-betting-guide__list-highlight {
  color: #F3F8FF; /* Text Main */
}

.page-blog-online-betting-guide__button--secondary {
  background: #113B7A; /* Main color */
  border: 1px solid #1D5FD1; /* Auxiliary color */
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  text-align: center;
}

.page-blog-online-betting-guide__button--secondary:hover {
  background: #1D5FD1; /* Auxiliary color */
}

.page-blog-online-betting-guide__faq-item {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-online-betting-guide__faq-question {
  color: #F3F8FF; /* Text Main */
  font-size: 1.25rem;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-blog-online-betting-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #4FA8FF; /* Glow */
  font-size: 1.5rem;
  line-height: 1;
}

.page-blog-online-betting-guide__faq-question.active::after {
  content: '-';
}

.page-blog-online-betting-guide__faq-answer {
  color: #AFC4E8; /* Text Secondary */
  font-size: 1rem;
  display: none; /* Hidden by default */
  padding-top: 10px;
  border-top: 1px solid #1B3357; /* Divider */
  margin-top: 10px;
}

.page-blog-online-betting-guide__faq-answer.active {
  display: block;
}

.page-blog-online-betting-guide__faq-item a {
  color: #4FA8FF; /* Glow */
  text-decoration: none;
}

.page-blog-online-betting-guide__faq-item a:hover {
  text-decoration: underline;
}

.page-blog-online-betting-guide__explore-description {
  text-align: center;
  color: #AFC4E8; /* Text Secondary */
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.page-blog-online-betting-guide__explore-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 849px) {
  .page-blog-online-betting-guide__hero-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page-blog-online-betting-guide__section-title {
    font-size: 2rem;
  }

  .page-blog-online-betting-guide__why-choose .page-blog-online-betting-guide__content-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-blog-online-betting-guide__tips-content {
    flex-direction: column;
  }

  .page-blog-online-betting-guide__tips-image {
    max-width: 100%;
  }
  
  /* Ensure all content area images are responsive */
  .page-blog-online-betting-guide img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 549px) {
  .page-blog-online-betting-guide__hero-section {
    padding: 15px;
  }

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

  .page-blog-online-betting-guide__hero-cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-online-betting-guide__section {
    padding: 30px 15px;
  }

  .page-blog-online-betting-guide__section-title {
    font-size: 1.8rem;
  }

  .page-blog-online-betting-guide__card {
    padding: 20px;
  }

  .page-blog-online-betting-guide__card-title {
    font-size: 1.3rem;
  }

  .page-blog-online-betting-guide__step-card {
    padding: 20px;
  }

  .page-blog-online-betting-guide__step-title {
    font-size: 1.5rem;
  }

  .page-blog-online-betting-guide__tips-list li {
    padding: 12px 15px;
  }

  .page-blog-online-betting-guide__faq-question {
    font-size: 1.1rem;
  }

  .page-blog-online-betting-guide__faq-answer {
    font-size: 0.9rem;
  }

  .page-blog-online-betting-guide__explore-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-online-betting-guide__button {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .page-blog-online-betting-guide__button--secondary {
    max-width: 300px;
  }

  /* Ensure all content area images are responsive and don't cause overflow */
  .page-blog-online-betting-guide img {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box; /* Prevent padding from causing overflow */
  }
}

/* General image responsiveness for content area */
.page-blog-online-betting-guide__content-area img,
.page-blog-online-betting-guide__section img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure no horizontal scroll for the main content area */
.page-blog-online-betting-guide {
  overflow-x: hidden;
}