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

/* Base styles for the page content */
.page-blog-how-to-choose-reliable-online-betting-platform {
  font-family: Arial, sans-serif;
  color: var(--text-main);
  background-color: var(--background);
  line-height: 1.6;
  padding-bottom: 40px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px;
  text-align: center;
  background-color: var(--background);
}

.page-blog-how-to-choose-reliable-online-betting-platform__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-online-betting-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-reliable-online-betting-platform__hero-content {
  max-width: 900px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  color: var(--text-main);
  line-height: 1.2;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-choose-reliable-online-betting-platform__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-choose-reliable-online-betting-platform__cta-button--secondary {
    background: var(--card-bg);
    border: 2px solid var(--border);
    color: var(--text-main);
}

.page-blog-how-to-choose-reliable-online-betting-platform__cta-button--secondary:hover {
    background: var(--deep-green);
    border-color: var(--glow);
}

/* Video Section */
.page-blog-how-to-choose-reliable-online-betting-platform__video-section {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: var(--background);
}

.page-blog-how-to-choose-reliable-online-betting-platform__video-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-how-to-choose-reliable-online-betting-platform__video-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    color: var(--text-main);
    margin-bottom: 20px;
    font-weight: bold;
}

.page-blog-how-to-choose-reliable-online-betting-platform__video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #000;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-online-betting-platform__video,
.page-blog-how-to-choose-reliable-online-betting-platform__video-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    cursor: pointer;
}

.page-blog-how-to-choose-reliable-online-betting-platform__video-description {
    font-size: 1em;
    color: var(--text-secondary);
    margin-top: 10px;
}

/* Content Area */
.page-blog-how-to-choose-reliable-online-betting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--background);
  color: var(--text-main);
}

.page-blog-how-to-choose-reliable-online-betting-platform__article {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-choose-reliable-online-betting-platform__section-title {
  font-size: clamp(1.6em, 2.5vw, 2.2em);
  color: var(--text-main);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-online-betting-platform__article p {
  margin-bottom: 1em;
  color: var(--text-secondary);
}

.page-blog-how-to-choose-reliable-online-betting-platform__feature-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reliable-online-betting-platform__feature-card-title {
  font-size: 1.4em;
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-online-betting-platform__feature-card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__cta-wrapper {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background-color: var(--card-bg);
    border-radius: 10px;
}

/* FAQ Section */
.page-blog-how-to-choose-reliable-online-betting-platform__faq-section {
  max-width: 900px;
  margin: 60px auto 40px;
  padding: 0 20px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  background-color: var(--deep-green);
  color: var(--text-main);
  position: relative;
  list-style: none;
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--glow);
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-item[open] .page-blog-how-to-choose-reliable-online-betting-platform__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-reliable-online-betting-platform__faq-answer {
  padding: 15px 25px;
  font-size: 1em;
  color: var(--text-secondary);
  background-color: var(--card-bg);
}

/* Ensure all text elements use defined colors */
.page-blog-how-to-choose-reliable-online-betting-platform h1,
.page-blog-how-to-choose-reliable-online-betting-platform h2,
.page-blog-how-to-choose-reliable-online-betting-platform h3,
.page-blog-how-to-choose-reliable-online-betting-platform h4,
.page-blog-how-to-choose-reliable-online-betting-platform h5,
.page-blog-how-to-choose-reliable-online-betting-platform h6 {
  color: var(--text-main);
}

.page-blog-how-to-choose-reliable-online-betting-platform p,
.page-blog-how-to-choose-reliable-online-betting-platform li,
.page-blog-how-to-choose-reliable-online-betting-platform__faq-answer p {
  color: var(--text-secondary);
}

.page-blog-how-to-choose-reliable-online-betting-platform a {
    color: var(--gold);
    text-decoration: none;
}

.page-blog-how-to-choose-reliable-online-betting-platform a:hover {
    text-decoration: underline;
    color: var(--glow);
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-online-betting-platform {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__hero-section {
    padding: 10px 0 30px;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__hero-content {
    padding: 0 15px;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__video-section {
      padding: 10px 15px !important;
      margin: 20px auto;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__video-container {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__video,
  .page-blog-how-to-choose-reliable-online-betting-platform__video-link-overlay {
      max-width: 100% !important;
      width: 100% !important;
      height: 100% !important;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__section-title {
    font-size: clamp(1.4em, 5vw, 2em);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__feature-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__feature-card-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform 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-reliable-online-betting-platform__hero-image-wrapper,
  .page-blog-how-to-choose-reliable-online-betting-platform__feature-card,
  .page-blog-how-to-choose-reliable-online-betting-platform__cta-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* padding-left: 15px; */ /* Handled by content-area for main content */
    /* padding-right: 15px; */
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__faq-section {
    margin: 40px auto 30px;
    padding: 0 15px;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__faq-answer {
    padding: 12px 20px;
  }

  .page-blog-how-to-choose-reliable-online-betting-platform__cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Contrast fix for any unforeseen issues - although primary colors should ensure this */
.page-blog-how-to-choose-reliable-online-betting-platform__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-how-to-choose-reliable-online-betting-platform__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}