/* style/blog-arne-win-2024-best-online-betting-review.css */

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

.page-blog-arne-win-2024-best-online-betting-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Main text color for the page */
  background-color: var(--body-bg); /* Page background from custom color */
}

.page-blog-arne-win-2024-best-online-betting-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: var(--deep-green);
  overflow: hidden;
}

.page-blog-arne-win-2024-best-online-betting-review__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-arne-win-2024-best-online-betting-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for text contrast */
}

.page-blog-arne-win-2024-best-online-betting-review__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-arne-win-2024-best-online-betting-review__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: var(--gold-color);
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-arne-win-2024-best-online-betting-review__hero-description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-arne-win-2024-best-online-betting-review__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-arne-win-2024-best-online-betting-review__btn-primary,
.page-blog-arne-win-2024-best-online-betting-review__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-arne-win-2024-best-online-betting-review__btn-primary {
  background: var(--button-gradient);
  color: #ffffff; /* White text for dark gradient button */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-arne-win-2024-best-online-betting-review__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-arne-win-2024-best-online-betting-review__btn-secondary {
  background: transparent;
  color: var(--glow-color);
  border: 2px solid var(--glow-color);
}

.page-blog-arne-win-2024-best-online-betting-review__btn-secondary:hover {
  background: var(--glow-color);
  color: var(--deep-green);
  transform: translateY(-3px);
}

.page-blog-arne-win-2024-best-online-betting-review__content-section {
  padding: 60px 20px;
  background-color: var(--body-bg);
  color: var(--text-main);
}

.page-blog-arne-win-2024-best-online-betting-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-arne-win-2024-best-online-betting-review__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-arne-win-2024-best-online-betting-review__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--glow-color);
  border-radius: 2px;
}

.page-blog-arne-win-2024-best-online-betting-review__sub-title {
  font-size: clamp(1.5em, 2.5vw, 2em);
  color: var(--primary-color);
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-arne-win-2024-best-online-betting-review__mini-title {
  font-size: clamp(1.2em, 2vw, 1.5em);
  color: var(--secondary-color);
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-arne-win-2024-best-online-betting-review__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-main);
  text-align: justify;
}

.page-blog-arne-win-2024-best-online-betting-review__image-inline {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  object-fit: cover;
}

.page-blog-arne-win-2024-best-online-betting-review__ordered-list,
.page-blog-arne-win-2024-best-online-betting-review__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-arne-win-2024-best-online-betting-review__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: var(--text-main);
}

.page-blog-arne-win-2024-best-online-betting-review__list-item a {
  color: var(--glow-color);
  text-decoration: underline;
}

/* FAQ Section */
.page-blog-arne-win-2024-best-online-betting-review__faq-list {
  margin-top: 40px;
}

.page-blog-arne-win-2024-best-online-betting-review__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-arne-win-2024-best-online-betting-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--deep-green);
  color: var(--text-main);
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-arne-win-2024-best-online-betting-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-arne-win-2024-best-online-betting-review__faq-qtext {
  flex-grow: 1;
}

.page-blog-arne-win-2024-best-online-betting-review__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  width: 25px;
  text-align: center;
  line-height: 1;
}

.page-blog-arne-win-2024-best-online-betting-review__faq-answer {
  padding: 0 25px;
  font-size: 1.1em;
  color: var(--text-secondary);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-arne-win-2024-best-online-betting-review__faq-item[open] .page-blog-arne-win-2024-best-online-betting-review__faq-answer {
  max-height: 500px; /* Adjust as needed for content height */
  padding: 15px 25px 25px;
}

.page-blog-arne-win-2024-best-online-betting-review__faq-item[open] .page-blog-arne-win-2024-best-online-betting-review__faq-toggle {
  content: '−';
}

/* Ensure proper text contrast for links within content */
.page-blog-arne-win-2024-best-online-betting-review a {
  color: var(--glow-color);
  text-decoration: none;
}

.page-blog-arne-win-2024-best-online-betting-review a:hover {
  text-decoration: underline;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-arne-win-2024-best-online-betting-review {
    font-size: 16px;
    line-height: 1.65;
  }

  .page-blog-arne-win-2024-best-online-betting-review__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__hero-image-wrapper {
    max-height: 400px;
    margin-bottom: 20px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-arne-win-2024-best-online-betting-review__hero-description {
    font-size: clamp(0.9em, 3.5vw, 1.1em);
    margin-bottom: 25px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain button width on mobile */
    margin: 0 auto;
  }

  .page-blog-arne-win-2024-best-online-betting-review__btn-primary,
  .page-blog-arne-win-2024-best-online-betting-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-arne-win-2024-best-online-betting-review__content-section {
    padding: 40px 15px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__container {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-arne-win-2024-best-online-betting-review__section-title {
    font-size: clamp(1.6em, 6vw, 2em);
    margin-bottom: 30px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__sub-title {
    font-size: clamp(1.3em, 5vw, 1.7em);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__mini-title {
    font-size: clamp(1.1em, 4.5vw, 1.3em);
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__paragraph,
  .page-blog-arne-win-2024-best-online-betting-review__list-item {
    font-size: 1em;
  }

  .page-blog-arne-win-2024-best-online-betting-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-arne-win-2024-best-online-betting-review__image-inline {
    margin: 20px 0;
  }

  .page-blog-arne-win-2024-best-online-betting-review__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-arne-win-2024-best-online-betting-review__faq-answer {
    padding: 0 20px;
  }

  .page-blog-arne-win-2024-best-online-betting-review__faq-item[open] .page-blog-arne-win-2024-best-online-betting-review__faq-answer {
    padding: 10px 20px 20px;
  }

  /* Ensure all content containers are responsive */
  .page-blog-arne-win-2024-best-online-betting-review__section,
  .page-blog-arne-win-2024-best-online-betting-review__card,
  .page-blog-arne-win-2024-best-online-betting-review__container,
  .page-blog-arne-win-2024-best-online-betting-review__hero-section,
  .page-blog-arne-win-2024-best-online-betting-review__content-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* General link styling for content area */
.page-blog-arne-win-2024-best-online-betting-review p a,
.page-blog-arne-win-2024-best-online-betting-review li a {
  color: var(--glow-color);
  text-decoration: underline;
}

.page-blog-arne-win-2024-best-online-betting-review p a:hover,
.page-blog-arne-win-2024-best-online-betting-review li a:hover {
  color: var(--gold-color);
  text-decoration: none;
}