/* style/blog-top-10-reliable-betting-sites-2024.css */
:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --register-button-color: #C30808;
  --login-button-color: #C30808;
  --background-color: #FFFFFF;
  --register-login-font-color: #FFFF00;
  --text-color-dark-bg: #FFFFFF;
  --text-color-light-bg: #333333;
  --card-bg-color: rgba(255, 255, 255, 0.1);
  --border-color: #e0e0e0;
}

.page-blog-top-10-reliable-betting-sites-2024 {
  color: var(--text-color-dark-bg); /* Body background is dark, so text should be light */
  background-color: var(--dark-bg-1); /* This comes from shared.css, ensuring contrast */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-top-10-reliable-betting-sites-2024__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-top-10-reliable-betting-sites-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-top-10-reliable-betting-sites-2024__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 15px;
}

.page-blog-top-10-reliable-betting-sites-2024__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2.2rem, 4vw + 1rem, 3.5rem); /* Responsive H1 font size */
}

.page-blog-top-10-reliable-betting-sites-2024__hero-description {
  font-size: 1.1rem;
  color: var(--secondary-color);
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-top-10-reliable-betting-sites-2024__btn-primary,
.page-blog-top-10-reliable-betting-sites-2024__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%; /* Ensure button responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-10-reliable-betting-sites-2024__btn-primary {
  background-color: var(--register-button-color); /* Custom color for register/login */
  color: var(--register-login-font-color); /* Custom font color for register/login */
  border: 2px solid var(--register-button-color);
  margin-right: 15px;
}

.page-blog-top-10-reliable-betting-sites-2024__btn-primary:hover {
  background-color: darken(var(--register-button-color), 10%);
  border-color: darken(var(--register-button-color), 10%);
}

.page-blog-top-10-reliable-betting-sites-2024__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-top-10-reliable-betting-sites-2024__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-blog-top-10-reliable-betting-sites-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: var(--text-color-dark-bg); /* Text color for content area */
}

.page-blog-top-10-reliable-betting-sites-2024__section-title {
  font-size: 2.2rem;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-top-10-reliable-betting-sites-2024__paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-top-10-reliable-betting-sites-2024__intro-section .highlight,
.page-blog-top-10-reliable-betting-sites-2024__paragraph .highlight {
  color: var(--register-login-font-color); /* Highlight color */
  font-weight: bold;
}

.page-blog-top-10-reliable-betting-sites-2024__video-section {
  padding: 40px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter dark background */
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.page-blog-top-10-reliable-betting-sites-2024__video-container {
  max-width: 900px;
  margin: 0 auto;
  width: 100%; /* Desktop width: 100% */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-top-10-reliable-betting-sites-2024__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-top-10-reliable-betting-sites-2024__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.page-blog-top-10-reliable-betting-sites-2024__video-caption {
  margin-top: 15px;
  font-style: italic;
  color: var(--secondary-color);
}

.page-blog-top-10-reliable-betting-sites-2024__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-top-10-reliable-betting-sites-2024__criterion-card {
  background-color: var(--card-bg-color);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--text-color-dark-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-top-10-reliable-betting-sites-2024__criterion-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.page-blog-top-10-reliable-betting-sites-2024__criterion-title {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-top-10-reliable-betting-sites-2024__criterion-description {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}

.page-blog-top-10-reliable-betting-sites-2024__top-list-section {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 50px 20px;
  border-radius: 10px;
  margin-top: 40px;
}

.page-blog-top-10-reliable-betting-sites-2024__betting-site-card {
  background-color: var(--card-bg-color);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-top-10-reliable-betting-sites-2024__site-logo {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-blog-top-10-reliable-betting-sites-2024__site-name {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-top-10-reliable-betting-sites-2024__site-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
  max-width: 500px;
}

.page-blog-top-10-reliable-betting-sites-2024__site-features li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-blog-top-10-reliable-betting-sites-2024__site-features li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.page-blog-top-10-reliable-betting-sites-2024__how-to-register-section {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 50px 20px;
  border-radius: 10px;
}

.page-blog-top-10-reliable-betting-sites-2024__registration-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-top-10-reliable-betting-sites-2024__step-card {
  background-color: var(--card-bg-color);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: var(--text-color-dark-bg);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-top-10-reliable-betting-sites-2024__step-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-10-reliable-betting-sites-2024__step-title {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-top-10-reliable-betting-sites-2024__step-description {
  font-size: 1rem;
}

.page-blog-top-10-reliable-betting-sites-2024__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-top-10-reliable-betting-sites-2024__faq-section {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 50px 20px;
  border-radius: 10px;
}

.page-blog-top-10-reliable-betting-sites-2024__faq-list {
  margin-top: 30px;
}

.page-blog-top-10-reliable-betting-sites-2024__faq-item {
  background-color: var(--card-bg-color);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-top-10-reliable-betting-sites-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-top-10-reliable-betting-sites-2024__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome/Safari */
}

.page-blog-top-10-reliable-betting-sites-2024__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-blog-top-10-reliable-betting-sites-2024__faq-qtext {
  flex-grow: 1;
}

.page-blog-top-10-reliable-betting-sites-2024__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--register-login-font-color);
}

.page-blog-top-10-reliable-betting-sites-2024__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color-dark-bg);
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-top-10-reliable-betting-sites-2024__conclusion-section {
  margin-top: 40px;
  padding-bottom: 60px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-top-10-reliable-betting-sites-2024__hero-content {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-blog-top-10-reliable-betting-sites-2024__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-top-10-reliable-betting-sites-2024__main-title {
    font-size: clamp(1.8rem, 6vw + 1rem, 2.5rem);
  }

  .page-blog-top-10-reliable-betting-sites-2024__hero-description {
    font-size: 1rem;
  }

  .page-blog-top-10-reliable-betting-sites-2024__btn-primary,
  .page-blog-top-10-reliable-betting-sites-2024__btn-secondary {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-top-10-reliable-betting-sites-2024__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-top-10-reliable-betting-sites-2024__content-area,
  .page-blog-top-10-reliable-betting-sites-2024__video-section,
  .page-blog-top-10-reliable-betting-sites-2024__top-list-section,
  .page-blog-top-10-reliable-betting-sites-2024__how-to-register-section,
  .page-blog-top-10-reliable-betting-sites-2024__faq-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-top-10-reliable-betting-sites-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-top-10-reliable-betting-sites-2024 video,
  .page-blog-top-10-reliable-betting-sites-2024__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-top-10-reliable-betting-sites-2024__video-container,
  .page-blog-top-10-reliable-betting-sites-2024__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-top-10-reliable-betting-sites-2024__video-section {
    padding-top: 10px !important; /* Small top padding for mobile */
  }

  .page-blog-top-10-reliable-betting-sites-2024__section-title {
    font-size: 1.8rem;
  }

  .page-blog-top-10-reliable-betting-sites-2024__criterion-card,
  .page-blog-top-10-reliable-betting-sites-2024__betting-site-card,
  .page-blog-top-10-reliable-betting-sites-2024__step-card {
    padding: 20px;
  }

  .page-blog-top-10-reliable-betting-sites-2024__criterion-title {
    font-size: 1.3rem;
  }

  .page-blog-top-10-reliable-betting-sites-2024__site-name {
    font-size: 1.6rem;
  }

  .page-blog-top-10-reliable-betting-sites-2024__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-top-10-reliable-betting-sites-2024__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-top-10-reliable-betting-sites-2024__main-title {
    font-size: clamp(1.6rem, 8vw + 0.5rem, 2.2rem);
  }

  .page-blog-top-10-reliable-betting-sites-2024__section-title {
    font-size: 1.6rem;
  }

  .page-blog-top-10-reliable-betting-sites-2024__btn-primary,
  .page-blog-top-10-reliable-betting-sites-2024__btn-secondary {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}