/* style/blog-the-ultimate-guide-to-lucky6868-win-bonuses.css */

/* Body background is #0a0a0a (dark), so main text color should be light */
.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
  overflow: hidden;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__hero-content {
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.7); /* Slightly transparent dark background for text */
  color: #ffffff;
  box-sizing: border-box;
  margin-top: -100px; /* Pull content up over image slightly for visual flow */
  position: relative;
  z-index: 1;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-primary,
.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-secondary,
.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-text {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-text {
  background-color: transparent;
  color: #26A9E0;
  border: none;
  padding: 5px 0;
  text-align: left;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-text:hover {
  text-decoration: underline;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__section {
  padding: 60px 20px;
  margin-bottom: 20px;
  background-color: #0d0d0d; /* Slightly lighter dark background for sections */
  color: #ffffff;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #f0f0f0;
  text-align: justify;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent light background for cards */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__card-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__card-text {
  font-size: 1em;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__ordered-list,
.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__unordered-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__ordered-list li,
.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__unordered-list li {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #f0f0f0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__list-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__list-text {
  color: #e0e0e0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__list-text a {
  color: #EA7C07; /* Login color for specific links */
  text-decoration: underline;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__list-text a:hover {
  color: #ff9933;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-section {
  background-color: #0a0a0a;
  padding: 60px 20px;
  margin-bottom: 0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-list {
  margin-top: 30px;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-qtext {
  flex-grow: 1;
  color: #26A9E0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #ffffff;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #e0e0e0;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__cta-bottom {
  background-color: #0a0a0a;
  padding: 60px 20px;
  text-align: center;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__cta-bottom .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__section-title {
  color: #ffffff;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__cta-bottom .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__text-block {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__hero-content {
    margin-top: -80px;
  }
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__section-title {
    font-size: clamp(1.8em, 4vw, 2.2em);
  }
}

@media (max-width: 768px) {
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__description {
    font-size: 1em;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-primary,
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__btn-secondary,
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses a[class*="button"],
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses 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 !important;
    padding-right: 15px !important;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__cards-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__section,
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__ordered-list li,
  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__unordered-list li {
    padding: 15px;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-question {
    padding: 15px;
    font-size: 1em;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__video-section {
    padding-top: 10px !important; /* body đã xử lý --header-offset */
  }
}

/* Ensure no filter properties are used for images */
.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses img {
  filter: none;
}

/* Color contrast fixes */
.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__dark-bg {
  background: #26A9E0;
  color: #ffffff;
}

.page-blog-the-ultimate-guide-to-lucky6868-win-bonuses__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}