/* style/blog-how-to-choose-bet169-no-hu-slot.css */

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

.page-blog-how-to-choose-bet169-no-hu-slot {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--color-text-main); /* Default text color for the page */
  background-color: var(--color-background); /* Ensure consistency with body background */
}

.page-blog-how-to-choose-bet169-no-hu-slot__dark-bg {
  background-color: var(--color-background);
  color: var(--color-text-main);
}

.page-blog-how-to-choose-bet169-no-hu-slot__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-how-to-choose-bet169-no-hu-slot__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header-offset */
}

.page-blog-how-to-choose-bet169-no-hu-slot__hero-image {
  width: 100%;
  height: 600px; /* Example height, adjust as needed */
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.page-blog-how-to-choose-bet169-no-hu-slot__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 40px 20px;
  margin-top: -200px; /* Adjust to bring content over image, but not overlap text on image */
  background-color: rgba(17, 39, 27, 0.8); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-50%); /* Visually center content block */
  margin-bottom: -150px; /* Counteract transform for layout flow */
}

.page-blog-how-to-choose-bet169-no-hu-slot__main-title {
  font-size: clamp(2em, 4vw, 3em);
  color: var(--color-gold);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-choose-bet169-no-hu-slot__hero-description {
  font-size: 1.1em;
  color: var(--color-text-secondary);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-bet169-no-hu-slot__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-bet169-no-hu-slot__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-bet169-no-hu-slot__btn-centered {
  display: block;
  margin: 30px auto;
  text-align: center;
  max-width: 300px;
}

.page-blog-how-to-choose-bet169-no-hu-slot__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--color-background);
  color: var(--color-text-main);
}

.page-blog-how-to-choose-bet169-no-hu-slot__container {
  max-width: 100%;
  margin: 0 auto;
}

.page-blog-how-to-choose-bet169-no-hu-slot__section-title {
  font-size: 2.2em;
  color: var(--color-primary);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.page-blog-how-to-choose-bet169-no-hu-slot__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--color-gold);
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-blog-how-to-choose-bet169-no-hu-slot__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: var(--color-text-main);
  text-align: justify;
}

.page-blog-how-to-choose-bet169-no-hu-slot__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-bet169-no-hu-slot__card {
  background-color: var(--color-card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--color-border);
  color: var(--color-text-main);
}

.page-blog-how-to-choose-bet169-no-hu-slot__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.page-blog-how-to-choose-bet169-no-hu-slot__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-bet169-no-hu-slot__card-title {
  font-size: 1.5em;
  color: var(--color-primary);
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-blog-how-to-choose-bet169-no-hu-slot__card-text {
  font-size: 0.95em;
  color: var(--color-text-secondary);
  padding: 0 20px 20px;
}

.page-blog-how-to-choose-bet169-no-hu-slot__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-bet169-no-hu-slot__list-item {
  background-color: var(--color-card-bg);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid var(--color-primary);
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: var(--color-text-main);
}

.page-blog-how-to-choose-bet169-no-hu-slot__list-item strong {
  color: var(--color-gold);
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-list {
  margin-top: 40px;
}

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

.page-blog-how-to-choose-bet169-no-hu-slot__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-primary);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-question:hover {
  background-color: var(--color-deep-green);
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-item[open] > .page-blog-how-to-choose-bet169-no-hu-slot__faq-question {
  background-color: var(--color-deep-green);
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: var(--color-gold);
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-item[open] .page-blog-how-to-choose-bet169-no-hu-slot__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--color-text-secondary);
}

/* Hide default details marker */
.page-blog-how-to-choose-bet169-no-hu-slot__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-bet169-no-hu-slot__faq-item summary {
  list-style: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-bet169-no-hu-slot__hero-content {
    margin-top: -150px;
    margin-bottom: -100px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-bet169-no-hu-slot {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__hero-image {
    height: 400px;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__hero-content {
    padding: 30px 15px;
    margin-top: -100px;
    margin-bottom: -50px;
    transform: translateY(-50%);
    max-width: calc(100% - 30px);
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__main-title {
    font-size: 2.2em;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__card-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__content-area,
  .page-blog-how-to-choose-bet169-no-hu-slot__container {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__section,
  .page-blog-how-to-choose-bet169-no-hu-slot__card,
  .page-blog-how-to-choose-bet169-no-hu-slot__container,
  .page-blog-how-to-choose-bet169-no-hu-slot__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__hero-image {
    width: 100% !important;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__cta-button,
  .page-blog-how-to-choose-bet169-no-hu-slot__btn-primary,
  .page-blog-how-to-choose-bet169-no-hu-slot__btn-secondary,
  .page-blog-how-to-choose-bet169-no-hu-slot a[class*="button"],
  .page-blog-how-to-choose-bet169-no-hu-slot a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__cta-buttons,
  .page-blog-how-to-choose-bet169-no-hu-slot__button-group,
  .page-blog-how-to-choose-bet169-no-hu-slot__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-how-to-choose-bet169-no-hu-slot__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}

/* Ensure no image filter */
.page-blog-how-to-choose-bet169-no-hu-slot img {
  filter: none !important;
}

/* Content area image minimum size check */
.page-blog-how-to-choose-bet169-no-hu-slot__content-area img {
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-bet169-no-hu-slot__card-image {
  min-width: 200px;
  min-height: 200px;
}