/* style/blog-advantages-features-lucky8-link.css */

/* Base styles for the page */
.page-blog-advantages-features-lucky8-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #ffffff; /* Default background */
}

/* Hero Section */
.page-blog-advantages-features-lucky8-link__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom for content */
  background-color: #26A9E0;
  overflow: hidden;
}

.page-blog-advantages-features-lucky8-link__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-advantages-features-lucky8-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-advantages-features-lucky8-link__hero-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #ffffff;
  box-sizing: border-box;
}

.page-blog-advantages-features-lucky8-link__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 100%;
}

.page-blog-advantages-features-lucky8-link__description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-advantages-features-lucky8-link__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General Content Section */
.page-blog-advantages-features-lucky8-link__content-section {
  padding: 60px 20px;
}

.page-blog-advantages-features-lucky8-link__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-advantages-features-lucky8-link__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-advantages-features-lucky8-link__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333333;
}

.page-blog-advantages-features-lucky8-link__text-block strong {
  color: #26A9E0;
}

/* Image with Text Block */
.page-blog-advantages-features-lucky8-link__image-text-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.page-blog-advantages-features-lucky8-link__content-image {
  width: 50%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-advantages-features-lucky8-link__list {
  width: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-advantages-features-lucky8-link__list-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #ffffff;
}

.page-blog-advantages-features-lucky8-link__list-item::before {
  content: '✓';
  color: #EA7C07; /* Login color for checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Advantage Cards */
.page-blog-advantages-features-lucky8-link__advantages-grid,
.page-blog-advantages-features-lucky8-link__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-advantages-features-lucky8-link__advantage-card,
.page-blog-advantages-features-lucky8-link__feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-advantages-features-lucky8-link__card-image,
.page-blog-advantages-features-lucky8-link__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-advantages-features-lucky8-link__card-title,
.page-blog-advantages-features-lucky8-link__feature-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-advantages-features-lucky8-link__card-text,
.page-blog-advantages-features-lucky8-link__feature-text {
  font-size: 1em;
  line-height: 1.6;
}

/* Guide Steps */
.page-blog-advantages-features-lucky8-link__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-advantages-features-lucky8-link__step-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  color: #333333;
}

.page-blog-advantages-features-lucky8-link__step-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-advantages-features-lucky8-link__step-text {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-blog-advantages-features-lucky8-link__faq-list {
  margin-top: 40px;
}

.page-blog-advantages-features-lucky8-link__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-blog-advantages-features-lucky8-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #26A9E0;
  list-style: none; /* For details summary */
}

.page-blog-advantages-features-lucky8-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-advantages-features-lucky8-link__faq-qtext {
  flex-grow: 1;
  font-size: 1.1em;
}

.page-blog-advantages-features-lucky8-link__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #EA7C07;
  margin-left: 15px;
}

.page-blog-advantages-features-lucky8-link__faq-answer {
  padding: 20px;
  padding-top: 0;
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

/* Buttons */
.page-blog-advantages-features-lucky8-link__btn-primary,
.page-blog-advantages-features-lucky8-link__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-advantages-features-lucky8-link__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-advantages-features-lucky8-link__btn-primary:hover {
  background-color: #1a7bbd;
  border-color: #1a7bbd;
}

.page-blog-advantages-features-lucky8-link__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-advantages-features-lucky8-link__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a7bbd;
  border-color: #1a7bbd;
}

.page-blog-advantages-features-lucky8-link__cta-buttons--bottom {
  margin-top: 50px;
}

/* Color Contrast Adjustments */
.page-blog-advantages-features-lucky8-link__dark-bg {
  background-color: #26A9E0;
  color: #ffffff; /* Light text for dark background */
}

.page-blog-advantages-features-lucky8-link__dark-bg .page-blog-advantages-features-lucky8-link__section-title,
.page-blog-advantages-features-lucky8-link__dark-bg .page-blog-advantages-features-lucky8-link__list-item strong {
  color: #ffffff;
}

.page-blog-advantages-features-lucky8-link__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-advantages-features-lucky8-link__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-advantages-features-lucky8-link__main-title {
    font-size: 2.5em;
  }

  .page-blog-advantages-features-lucky8-link__section-title {
    font-size: 2em;
  }

  .page-blog-advantages-features-lucky8-link__image-text-block {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-advantages-features-lucky8-link__content-image,
  .page-blog-advantages-features-lucky8-link__list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-advantages-features-lucky8-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-advantages-features-lucky8-link__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-advantages-features-lucky8-link__hero-content {
    padding: 15px;
  }

  .page-blog-advantages-features-lucky8-link__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-advantages-features-lucky8-link__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-advantages-features-lucky8-link__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-advantages-features-lucky8-link__btn-primary,
  .page-blog-advantages-features-lucky8-link__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-advantages-features-lucky8-link__content-section {
    padding: 40px 15px;
  }

  .page-blog-advantages-features-lucky8-link__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-advantages-features-lucky8-link__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .page-blog-advantages-features-lucky8-link__text-block {
    font-size: 0.95em;
  }

  .page-blog-advantages-features-lucky8-link__content-image,
  .page-blog-advantages-features-lucky8-link__card-image,
  .page-blog-advantages-features-lucky8-link__feature-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-height: 200px; /* Ensure images are not too small */
  }

  .page-blog-advantages-features-lucky8-link__advantage-card,
  .page-blog-advantages-features-lucky8-link__feature-item,
  .page-blog-advantages-features-lucky8-link__step-card {
    padding: 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-advantages-features-lucky8-link__card-title,
  .page-blog-advantages-features-lucky8-link__feature-title {
    font-size: 1.3em;
  }

  .page-blog-advantages-features-lucky8-link__step-title {
    font-size: 1.4em;
  }

  .page-blog-advantages-features-lucky8-link__faq-question {
    padding: 15px;
  }

  .page-blog-advantages-features-lucky8-link__faq-qtext {
    font-size: 1em;
  }

  .page-blog-advantages-features-lucky8-link__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-advantages-features-lucky8-link__cta-buttons--bottom {
    margin-top: 30px;
  }

  .page-blog-advantages-features-lucky8-link__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .page-blog-advantages-features-lucky8-link__video-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-advantages-features-lucky8-link video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}