/* style/blog-how-to-choose-top-online-betting-company.css */

/* Variables for color scheme */
:root {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --card-bg-color: #17191F;
  --body-bg-color: #0D0E12;
  --text-main-color: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange-color: #D96800;
}

.page-blog-how-to-choose-top-online-betting-company {
  color: var(--text-main-color); /* Light text on dark body background */
  background-color: var(--body-bg-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-choose-top-online-betting-company__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;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-how-to-choose-top-online-betting-company__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit hero image height */
  overflow: hidden;
}

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

.page-blog-how-to-choose-top-online-betting-company__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

.page-blog-how-to-choose-top-online-betting-company__main-title {
  color: var(--secondary-color);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-blog-how-to-choose-top-online-betting-company__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-blog-how-to-choose-top-online-betting-company__cta-button:hover {
  background: linear-gradient(180deg, var(--deep-orange-color) 0%, var(--secondary-color) 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-top-online-betting-company__cta-button--secondary {
  background: var(--card-bg-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-top-online-betting-company__cta-button--secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

.page-blog-how-to-choose-top-online-betting-company__cta-button--centered {
  display: block;
  margin: 40px auto;
  max-width: 300px;
}

.page-blog-how-to-choose-top-online-betting-company__cta-button--final {
  display: block;
  margin: 50px auto;
  max-width: 400px;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-blog-how-to-choose-top-online-betting-company__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--body-bg-color);
}

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

.page-blog-how-to-choose-top-online-betting-company__section-title {
  color: var(--primary-color);
  font-size: 2.2em;
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-blog-how-to-choose-top-online-betting-company__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-how-to-choose-top-online-betting-company__sub-title {
  color: var(--secondary-color);
  font-size: 1.6em;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-top-online-betting-company__paragraph {
  color: var(--text-main-color);
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-blog-how-to-choose-top-online-betting-company__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-how-to-choose-top-online-betting-company__list-item {
  margin-bottom: 10px;
  color: var(--text-main-color);
}

.page-blog-how-to-choose-top-online-betting-company__list-item strong {
  color: var(--secondary-color);
}

.page-blog-how-to-choose-top-online-betting-company__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-top-online-betting-company__faq-list {
  margin-top: 40px;
}

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

.page-blog-how-to-choose-top-online-betting-company__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: rgba(var(--primary-color-rgb), 0.1);
  color: var(--text-main-color);
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-top-online-betting-company__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome/Safari */
}

.page-blog-how-to-choose-top-online-betting-company__faq-question:hover {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}

.page-blog-how-to-choose-top-online-betting-company__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--secondary-color);
  margin-left: 15px;
}

.page-blog-how-to-choose-top-online-betting-company__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-main-color);
  font-size: 1em;
}

.page-blog-how-to-choose-top-online-betting-company__faq-item[open] .page-blog-how-to-choose-top-online-betting-company__faq-question {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-top-online-betting-company__main-title {
    font-size: 2.8em;
  }
  .page-blog-how-to-choose-top-online-betting-company__section-title {
    font-size: 2em;
  }
  .page-blog-how-to-choose-top-online-betting-company__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-top-online-betting-company {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-choose-top-online-betting-company__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-how-to-choose-top-online-betting-company__hero-content {
    margin-top: 20px;
    padding: 15px;
  }
  .page-blog-how-to-choose-top-online-betting-company__main-title {
    font-size: 2.2em;
  }
  .page-blog-how-to-choose-top-online-betting-company__hero-description {
    font-size: 1em;
  }
  .page-blog-how-to-choose-top-online-betting-company__cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-how-to-choose-top-online-betting-company__cta-button--centered,
  .page-blog-how-to-choose-top-online-betting-company__cta-button--final {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-choose-top-online-betting-company__content-area {
    padding: 20px 15px;
  }
  .page-blog-how-to-choose-top-online-betting-company__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-top-online-betting-company__sub-title {
    font-size: 1.3em;
    margin-top: 30px;
  }
  .page-blog-how-to-choose-top-online-betting-company__image-full-width {
    margin: 30px 0;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-top-online-betting-company__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-how-to-choose-top-online-betting-company__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-how-to-choose-top-online-betting-company img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-top-online-betting-company__section,
  .page-blog-how-to-choose-top-online-betting-company__card,
  .page-blog-how-to-choose-top-online-betting-company__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-choose-top-online-betting-company__hero-section {
    padding-top: 10px !important; /* body handles --header-offset, this is for visual spacing */
  }
  .page-blog-how-to-choose-top-online-betting-company__video-section {
    padding-top: 10px !important;
  }
}

/* Ensure images in content area are not too small */
.page-blog-how-to-choose-top-online-betting-company__content-area img {
  min-width: 200px;
  min-height: 200px;
}

/* Ensure no filter on images */
.page-blog-how-to-choose-top-online-betting-company img {
  filter: none;
}