/* style/blog-how-to-choose-the-best-online-casino-app.css */
:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --card-bg: #11271B;
  --background-color: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-how-to-choose-the-best-online-casino-app {
  background-color: var(--background-color);
  color: var(--text-main);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Ensure space above footer */
}

.page-blog-how-to-choose-the-best-online-casino-app__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
}

.page-blog-how-to-choose-the-best-online-casino-app__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-how-to-choose-the-best-online-casino-app__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-how-to-choose-the-best-online-casino-app__hero-content {
  position: relative;
  z-index: 2;
  margin-top: -150px; /* Adjust to overlap image slightly */
  padding: 0 20px;
  max-width: 900px;
}

.page-blog-how-to-choose-the-best-online-casino-app__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-choose-the-best-online-casino-app__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-the-best-online-casino-app__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-the-best-online-casino-app__btn-primary,
.page-blog-how-to-choose-the-best-online-casino-app__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-choose-the-best-online-casino-app__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-the-best-online-casino-app__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-the-best-online-casino-app__btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-the-best-online-casino-app__btn-secondary:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-how-to-choose-the-best-online-casino-app__content-section {
  padding: 60px 0;
}

.page-blog-how-to-choose-the-best-online-casino-app__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-choose-the-best-online-casino-app__section-title {
  font-size: 2.2em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-the-best-online-casino-app__sub-title {
  font-size: 1.8em;
  color: var(--text-main);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-how-to-choose-the-best-online-casino-app__text-block {
  font-size: 1.05em;
  color: var(--text-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-choose-the-best-online-casino-app__list {
  list-style: disc inside;
  color: var(--text-secondary);
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-how-to-choose-the-best-online-casino-app__ordered-list {
  list-style: decimal inside;
  color: var(--text-secondary);
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-how-to-choose-the-best-online-casino-app__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-how-to-choose-the-best-online-casino-app__list-item strong {
  color: var(--text-main);
}

.page-blog-how-to-choose-the-best-online-casino-app__image-container {
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-the-best-online-casino-app__blog-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-the-best-online-casino-app__cta-buttons--centered {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--divider-color);
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-item {
  background-color: var(--card-bg);
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  background-color: rgba(17, 168, 78, 0.1);
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-question:hover {
  background-color: rgba(17, 168, 78, 0.2);
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-item[open] .page-blog-how-to-choose-the-best-online-casino-app__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-the-best-online-casino-app__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: var(--text-secondary);
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-the-best-online-casino-app__hero-content {
    margin-top: -100px;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-choose-the-best-online-casino-app__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__btn-primary,
  .page-blog-how-to-choose-the-best-online-casino-app__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__sub-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__text-block,
  .page-blog-how-to-choose-the-best-online-casino-app__list-item {
    font-size: 0.95em;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__container {
    padding: 0 15px;
  }

  .page-blog-how-to-choose-the-best-online-casino-app img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-choose-the-best-online-casino-app__hero-image-wrapper,
  .page-blog-how-to-choose-the-best-online-casino-app__image-container,
  .page-blog-how-to-choose-the-best-online-casino-app__cta-buttons,
  .page-blog-how-to-choose-the-best-online-casino-app__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-how-to-choose-the-best-online-casino-app__content-section {
    padding: 30px 0;
  }
}