/* style/blog-2024-top-reliable-betting-platform-review.css */
:root {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --card-bg: #17191F;
  --background-dark: #0D0E12;
  --text-main: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange: #D96800;
}

.page-blog-2024-top-reliable-betting-platform-review {
  font-family: Arial, sans-serif;
  color: var(--text-main); /* Body background is dark, so text should be light */
  background-color: var(--background-dark);
  line-height: 1.6;
}

.page-blog-2024-top-reliable-betting-platform-review__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: 60px;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-2024-top-reliable-betting-platform-review__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-2024-top-reliable-betting-platform-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-2024-top-reliable-betting-platform-review__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-2024-top-reliable-betting-platform-review__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--text-main);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-blog-2024-top-reliable-betting-platform-review__description {
  font-size: 1.1rem;
  color: var(--text-main);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2024-top-reliable-betting-platform-review__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-2024-top-reliable-betting-platform-review__btn-primary,
.page-blog-2024-top-reliable-betting-platform-review__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-2024-top-reliable-betting-review__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange) 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-2024-top-reliable-betting-platform-review__btn-primary:hover {
  background: linear-gradient(180deg, var(--deep-orange) 0%, var(--secondary-color) 100%);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
  transform: translateY(-2px);
}

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

.page-blog-2024-top-reliable-betting-platform-review__btn-secondary:hover {
  background: rgba(255, 140, 26, 0.1);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
}

.page-blog-2024-top-reliable-betting-platform-review__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

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

.page-blog-2024-top-reliable-betting-platform-review__introduction-section p,
.page-blog-2024-top-reliable-betting-platform-review__benefits-section p,
.page-blog-2024-top-reliable-betting-platform-review__guide-section p,
.page-blog-2024-top-reliable-betting-platform-review__conclusion-section p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-2024-top-reliable-betting-platform-review__criteria-grid,
.page-blog-2024-top-reliable-betting-platform-review__platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-2024-top-reliable-betting-platform-review__card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-main);
}

.page-blog-2024-top-reliable-betting-platform-review__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

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

.page-blog-2024-top-reliable-betting-platform-review__card-title {
  font-size: 1.5rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-2024-top-reliable-betting-platform-review__card-subtitle {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-2024-top-reliable-betting-platform-review__card p,
.page-blog-2024-top-reliable-betting-platform-review__card ul,
.page-blog-2024-top-reliable-betting-platform-review__card li {
  font-size: 0.95rem;
  color: var(--text-main);
  margin-bottom: 10px;
}

.page-blog-2024-top-reliable-betting-platform-review__card ul {
  list-style: disc inside;
  padding-left: 20px;
}

.page-blog-2024-top-reliable-betting-platform-review__card-actions {
  margin-top: auto;
  padding-top: 15px;
}

.page-blog-2024-top-reliable-betting-platform-review__cta-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-blog-2024-top-reliable-betting-platform-review__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-2024-top-reliable-betting-platform-review__benefits-list li {
  background-color: var(--card-bg);
  border-left: 5px solid var(--primary-color);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1rem;
  color: var(--text-main);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-2024-top-reliable-betting-platform-review__benefits-list li strong {
  color: var(--secondary-color);
}

.page-blog-2024-top-reliable-betting-platform-review__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-2024-top-reliable-betting-platform-review__guide-list {
  list-style: decimal inside;
  padding-left: 20px;
  margin-top: 30px;
}

.page-blog-2024-top-reliable-betting-platform-review__guide-list li {
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--text-main);
}

.page-blog-2024-top-reliable-betting-platform-review__guide-list li strong {
  color: var(--secondary-color);
}

.page-blog-2024-top-reliable-betting-platform-review__faq-list {
  margin-top: 30px;
}

.page-blog-2024-top-reliable-betting-platform-review__faq-item {
  background-color: var(--card-bg);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-2024-top-reliable-betting-platform-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--text-main);
  background-color: rgba(255, 140, 26, 0.1);
  border-bottom: 1px solid var(--border-color);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary native behavior */
}

.page-blog-2024-top-reliable-betting-platform-review__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-2024-top-reliable-betting-platform-review__faq-question:hover {
  background-color: rgba(255, 140, 26, 0.2);
}

.page-blog-2024-top-reliable-betting-platform-review__faq-qtext {
  flex-grow: 1;
  color: var(--text-main);
}

.page-blog-2024-top-reliable-betting-platform-review__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-left: 15px;
}

.page-blog-2024-top-reliable-betting-platform-review__faq-item[open] .page-blog-2024-top-reliable-betting-platform-review__faq-toggle {
  color: var(--secondary-color);
}

.page-blog-2024-top-reliable-betting-platform-review__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: var(--text-main);
  line-height: 1.6;
}

.page-blog-2024-top-reliable-betting-platform-review__faq-item:not([open]) .page-blog-2024-top-reliable-betting-platform-review__faq-answer {
  display: none; /* Hide answer when not open for details/summary */
}

.page-blog-2024-top-reliable-betting-platform-review__faq-item.active .page-blog-2024-top-reliable-betting-platform-review__faq-answer {
  max-height: 2000px; /* For JS fallback */
  transition: max-height 0.5s ease-out;
}

.page-blog-2024-top-reliable-betting-platform-review__faq-item:not(.active) .page-blog-2024-top-reliable-betting-platform-review__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-blog-2024-top-reliable-betting-platform-review__conclusion-section {
  text-align: center;
}

.page-blog-2024-top-reliable-betting-platform-review__conclusion-section p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-2024-top-reliable-betting-platform-review__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-2024-top-reliable-betting-platform-review__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-2024-top-reliable-betting-platform-review {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-2024-top-reliable-betting-platform-review__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__btn-primary,
  .page-blog-2024-top-reliable-betting-platform-review__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__content-area {
    padding: 25px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-2024-top-reliable-betting-platform-review__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__criteria-grid,
  .page-blog-2024-top-reliable-betting-platform-review__platform-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__card {
    padding: 20px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__card-image {
    height: 180px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__card-title {
    font-size: 1.3rem;
  }

  .page-blog-2024-top-reliable-betting-platform-review__benefits-list li {
    padding: 12px 15px;
    font-size: 0.95rem;
  }

  .page-blog-2024-top-reliable-betting-platform-review__content-image {
    margin: 30px auto;
  }

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

  .page-blog-2024-top-reliable-betting-platform-review__faq-answer {
    padding: 12px 20px 15px;
    font-size: 0.95rem;
  }

  /* Ensure all images are responsive */
  .page-blog-2024-top-reliable-betting-platform-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-2024-top-reliable-betting-platform-review__section,
  .page-blog-2024-top-reliable-betting-platform-review__card,
  .page-blog-2024-top-reliable-betting-platform-review__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-2024-top-reliable-betting-platform-review__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
    padding-left: 0;
    padding-right: 0;
  }

  /* Video specific mobile styles, if video were present */
  .page-blog-2024-top-reliable-betting-platform-review video,
  .page-blog-2024-top-reliable-betting-platform-review__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-2024-top-reliable-betting-platform-review__video-section,
  .page-blog-2024-top-reliable-betting-platform-review__video-container,
  .page-blog-2024-top-reliable-betting-platform-review__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-2024-top-reliable-betting-platform-review__video-section {
    padding-top: 10px !important;
  }
}