/* style/blog-luck8885-win-latest-promotions.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-luck8885-win-latest-promotions {
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body handles background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.page-blog-luck8885-win-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles main offset */
  padding-bottom: 60px;
  text-align: center;
  background-color: #000000; /* Ensure a dark background for the hero section */
}

.page-blog-luck8885-win-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-luck8885-win-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-luck8885-win-latest-promotions__hero-content {
  max-width: 900px;
  margin: 20px auto 0;
  padding: 0 20px;
  z-index: 1;
  color: #ffffff;
}

.page-blog-luck8885-win-latest-promotions__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for main title */
}

.page-blog-luck8885-win-latest-promotions__description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #ffffff;
}

.page-blog-luck8885-win-latest-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-luck8885-win-latest-promotions__cta-buttons--centered {
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.page-blog-luck8885-win-latest-promotions__btn-primary {
  background-color: #26A9E0; /* Main brand color */
  color: #ffffff; /* White text for contrast */
  border: 2px solid #26A9E0;
}

.page-blog-luck8885-win-latest-promotions__btn-primary:hover {
  background-color: #1a7fb8;
  border-color: #1a7fb8;
}

.page-blog-luck8885-win-latest-promotions__btn-secondary {
  background-color: transparent;
  color: #26A9E0; /* Main brand color for text */
  border: 2px solid #26A9E0;
}

.page-blog-luck8885-win-latest-promotions__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Content Area */
.page-blog-luck8885-win-latest-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Light background for main content */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-luck8885-win-latest-promotions__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-luck8885-win-latest-promotions__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0; /* Brand color for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-luck8885-win-latest-promotions__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #26A9E0; /* Brand color for subtitles */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-luck8885-win-latest-promotions__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-blog-luck8885-win-latest-promotions__list,
.page-blog-luck8885-win-latest-promotions__ordered-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-luck8885-win-latest-promotions__ordered-list {
  list-style: decimal;
}

.page-blog-luck8885-win-latest-promotions__list-item {
  margin-bottom: 10px;
  color: #333333;
}

/* Card Grid for promotions */
.page-blog-luck8885-win-latest-promotions__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-luck8885-win-latest-promotions__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  color: #333333;
}

.page-blog-luck8885-win-latest-promotions__card:hover {
  transform: translateY(-5px);
}

.page-blog-luck8885-win-latest-promotions__card-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-luck8885-win-latest-promotions__card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-luck8885-win-latest-promotions__card-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-blog-luck8885-win-latest-promotions__card-text {
  font-size: 0.95em;
  margin-bottom: 15px;
  flex-grow: 1;
  color: #555555;
}

.page-blog-luck8885-win-latest-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #26A9E0;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  margin-top: auto; /* Push button to bottom */
}

.page-blog-luck8885-win-latest-promotions__card-button:hover {
  background-color: #1a7fb8;
}

/* Game Offers */
.page-blog-luck8885-win-latest-promotions__game-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-luck8885-win-latest-promotions__game-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-blog-luck8885-win-latest-promotions__game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.page-blog-luck8885-win-latest-promotions__game-image {
  width: 100%;
  height: 150px; /* Consistent image height */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-luck8885-win-latest-promotions__game-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-luck8885-win-latest-promotions__game-text {
  font-size: 0.9em;
  color: #555555;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-luck8885-win-latest-promotions__game-button {
  display: inline-block;
  padding: 8px 15px;
  background-color: #26A9E0;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  margin-top: auto;
}

.page-blog-luck8885-win-latest-promotions__game-button:hover {
  background-color: #1a7fb8;
}

/* FAQ Section */
.page-blog-luck8885-win-latest-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-luck8885-win-latest-promotions__faq-item {
  background-color: #f0f0f0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-luck8885-win-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #e8e8e8;
  border-bottom: 1px solid #dddddd;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-luck8885-win-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-luck8885-win-latest-promotions__faq-question:hover {
  background-color: #dcdcdc;
}

.page-blog-luck8885-win-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-luck8885-win-latest-promotions__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
  background-color: #ffffff;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .page-blog-luck8885-win-latest-promotions__hero-content {
    padding: 0 15px;
  }
  .page-blog-luck8885-win-latest-promotions__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }
  .page-blog-luck8885-win-latest-promotions__description {
    font-size: clamp(0.9em, 1.8vw, 1.1em);
  }
  .page-blog-luck8885-win-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-blog-luck8885-win-latest-promotions__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-luck8885-win-latest-promotions {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* Hero Section */
  .page-blog-luck8885-win-latest-promotions__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-blog-luck8885-win-latest-promotions__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-luck8885-win-latest-promotions__hero-content {
    padding: 0 15px;
    margin-top: 15px;
  }
  .page-blog-luck8885-win-latest-promotions__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em) !important;
  }
  .page-blog-luck8885-win-latest-promotions__description {
    font-size: clamp(0.9em, 2.5vw, 1em) !important;
  }
  
  /* CTA Buttons */
  .page-blog-luck8885-win-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-luck8885-win-latest-promotions__btn-primary,
  .page-blog-luck8885-win-latest-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Content Area */
  .page-blog-luck8885-win-latest-promotions__content-area {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-luck8885-win-latest-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-luck8885-win-latest-promotions__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-luck8885-win-latest-promotions__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page-blog-luck8885-win-latest-promotions__text-block,
  .page-blog-luck8885-win-latest-promotions__list-item,
  .page-blog-luck8885-win-latest-promotions__card-text {
    font-size: 1em;
  }

  /* Image and Card Responsiveness */
  .page-blog-luck8885-win-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-luck8885-win-latest-promotions__card-grid,
  .page-blog-luck8885-win-latest-promotions__game-offers {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-luck8885-win-latest-promotions__card,
  .page-blog-luck8885-win-latest-promotions__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-luck8885-win-latest-promotions__card-image {
    height: 180px; /* Adjust card image height for mobile */
  }
  .page-blog-luck8885-win-latest-promotions__game-image {
    height: 120px; /* Adjust game image height for mobile */
  }
  .page-blog-luck8885-win-latest-promotions__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-luck8885-win-latest-promotions__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-blog-luck8885-win-latest-promotions__main-title {
    font-size: clamp(1.5em, 8vw, 2.2em) !important;
  }
  .page-blog-luck8885-win-latest-promotions__section-title {
    font-size: 1.6em;
  }
  .page-blog-luck8885-win-latest-promotions__sub-title {
    font-size: 1.2em;
  }
}

/* Color Contrast Fixes if needed - ensure text is visible */
.page-blog-luck8885-win-latest-promotions__dark-bg {
  color: #ffffff; /* Deep dark background requires white text */
}

.page-blog-luck8885-win-latest-promotions__light-bg {
  color: #333333; /* Light background requires dark text */
}

.page-blog-luck8885-win-latest-promotions p,
.page-blog-luck8885-win-latest-promotions li,
.page-blog-luck8885-win-latest-promotions__card-text,
.page-blog-luck8885-win-latest-promotions__game-text {
  color: #333333; /* Ensure readability on light backgrounds */
}

.page-blog-luck8885-win-latest-promotions__hero-content p {
  color: #ffffff; /* Ensure readability on hero dark background */
}

.page-blog-luck8885-win-latest-promotions__card {
  border: 1px solid #e0e0e0; /* Add border for better separation */
}