/* style/blog-8ki-no-hu-latest-jackpots.css */

/* Base styles for the page content, ensuring text contrast with shared body background */
.page-blog-8ki-no-hu-latest-jackpots {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main-color, #F2FFF6); /* Default text color for dark backgrounds */
  background-color: var(--bg-color, #08160F); /* Ensure consistent background from shared */
}

/* Section for dark background content, explicitly setting colors */
.page-blog-8ki-no-hu-latest-jackpots__dark-bg {
  background-color: var(--background-color-value, #08160F);
  color: var(--text-main-color, #F2FFF6);
}

/* Section for light background content, explicitly setting colors */
.page-blog-8ki-no-hu-latest-jackpots__light-bg {
  background-color: var(--card-bg-color, #11271B); /* Using card background for a lighter contrast */
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-8ki-no-hu-latest-jackpots__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%); /* Deep Green to Background */
  overflow: hidden;
}

.page-blog-8ki-no-hu-latest-jackpots__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-8ki-no-hu-latest-jackpots__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-8ki-no-hu-latest-jackpots__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-8ki-no-hu-latest-jackpots__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 20px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.page-blog-8ki-no-hu-latest-jackpots__hero-description {
  font-size: 1.1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-8ki-no-hu-latest-jackpots__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-8ki-no-hu-latest-jackpots__btn-primary,
.page-blog-8ki-no-hu-latest-jackpots__btn-secondary {
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-8ki-no-hu-latest-jackpots__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-8ki-no-hu-latest-jackpots__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-8ki-no-hu-latest-jackpots__btn-secondary {
  background-color: transparent;
  color: var(--text-main-color, #F2FFF6);
  border: 2px solid var(--border-color, #2E7A4E);
}

.page-blog-8ki-no-hu-latest-jackpots__btn-secondary:hover {
  background-color: var(--border-color, #2E7A4E);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-8ki-no-hu-latest-jackpots__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.page-blog-8ki-no-hu-latest-jackpots__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--text-main-color, #F2FFF6);
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-blog-8ki-no-hu-latest-jackpots__section-intro {
  font-size: 1.05rem;
  color: var(--text-secondary-color, #A7D9B8);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-blog-8ki-no-hu-latest-jackpots__jackpot-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-8ki-no-hu-latest-jackpots__jackpot-card {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-8ki-no-hu-latest-jackpots__jackpot-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-8ki-no-hu-latest-jackpots__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-8ki-no-hu-latest-jackpots__card-content {
  padding: 25px;
}

.page-blog-8ki-no-hu-latest-jackpots__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-blog-8ki-no-hu-latest-jackpots__card-title a {
  color: var(--text-main-color, #F2FFF6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-8ki-no-hu-latest-jackpots__card-title a:hover {
  color: var(--main-color, #11A84E);
}

.page-blog-8ki-no-hu-latest-jackpots__card-meta {
  font-size: 0.9rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 15px;
}

.page-blog-8ki-no-hu-latest-jackpots__card-description {
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
}

.page-blog-8ki-no-hu-latest-jackpots__read-more {
  color: var(--main-color, #11A84E);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.page-blog-8ki-no-hu-latest-jackpots__read-more:hover {
  color: var(--glow-color, #57E38D);
  border-bottom-color: var(--glow-color, #57E38D);
}

.page-blog-8ki-no-hu-latest-jackpots__view-all-button-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-blog-8ki-no-hu-latest-jackpots__story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-8ki-no-hu-latest-jackpots__story-card {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-8ki-no-hu-latest-jackpots__story-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 10px;
}

.page-blog-8ki-no-hu-latest-jackpots__story-date {
  font-size: 0.9rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 15px;
}

.page-blog-8ki-no-hu-latest-jackpots__story-text {
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-8ki-no-hu-latest-jackpots__tips-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.page-blog-8ki-no-hu-latest-jackpots__tip-item {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-8ki-no-hu-latest-jackpots__tip-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 15px;
}

.page-blog-8ki-no-hu-latest-jackpots__tip-description {
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-8ki-no-hu-latest-jackpots__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-8ki-no-hu-latest-jackpots__feature-card {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-8ki-no-hu-latest-jackpots__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 15px;
}

.page-blog-8ki-no-hu-latest-jackpots__feature-description {
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
}

.page-blog-8ki-no-hu-latest-jackpots__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-8ki-no-hu-latest-jackpots__faq-item {
  background-color: var(--deep-green-color, #0A4B2C);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-8ki-no-hu-latest-jackpots__faq-item[open] {
  background-color: var(--background-color-value, #08160F);
}

.page-blog-8ki-no-hu-latest-jackpots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main-color, #F2FFF6);
  cursor: pointer;
  background-color: var(--deep-green-color, #0A4B2C);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-8ki-no-hu-latest-jackpots__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-8ki-no-hu-latest-jackpots__faq-question:hover {
  background-color: var(--divider-color, #1E3A2A);
}

.page-blog-8ki-no-hu-latest-jackpots__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--main-color, #11A84E);
  transition: transform 0.3s ease;
}

.page-blog-8ki-no-hu-latest-jackpots__faq-item[open] .page-blog-8ki-no-hu-latest-jackpots__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-8ki-no-hu-latest-jackpots__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-8ki-no-hu-latest-jackpots__faq-answer a {
  color: var(--main-color, #11A84E);
  text-decoration: none;
}

.page-blog-8ki-no-hu-latest-jackpots__faq-answer a:hover {
  text-decoration: underline;
}

.page-blog-8ki-no-hu-latest-jackpots__cta-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 40px 20px;
  background-color: var(--card-bg-color, #11271B);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-8ki-no-hu-latest-jackpots__cta-content {
  flex: 1;
  min-width: 300px;
  padding-right: 30px;
  text-align: left;
}

.page-blog-8ki-no-hu-latest-jackpots__cta-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 20px;
}

.page-blog-8ki-no-hu-latest-jackpots__cta-description {
  font-size: 1.1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-8ki-no-hu-latest-jackpots__cta-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-8ki-no-hu-latest-jackpots__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-8ki-no-hu-latest-jackpots__cta-content {
    padding-right: 0;
    text-align: center;
  }
  .page-blog-8ki-no-hu-latest-jackpots__cta-image-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-8ki-no-hu-latest-jackpots {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-8ki-no-hu-latest-jackpots__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  .page-blog-8ki-no-hu-latest-jackpots__hero-description {
    font-size: 1rem;
  }
  .page-blog-8ki-no-hu-latest-jackpots__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__btn-primary,
  .page-blog-8ki-no-hu-latest-jackpots__btn-secondary {
    width: 100%;
    padding: 12px 20px;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-8ki-no-hu-latest-jackpots__content-area {
    padding: 40px 15px;
    margin-bottom: 20px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__section-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }
  .page-blog-8ki-no-hu-latest-jackpots__section-intro {
    font-size: 0.95rem;
  }
  .page-blog-8ki-no-hu-latest-jackpots__jackpot-list,
  .page-blog-8ki-no-hu-latest-jackpots__story-grid,
  .page-blog-8ki-no-hu-latest-jackpots__tips-list,
  .page-blog-8ki-no-hu-latest-jackpots__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__card-image {
    height: 180px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__card-title {
    font-size: 1.2rem;
  }
  .page-blog-8ki-no-hu-latest-jackpots__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__faq-answer {
    padding: 0 20px 15px 20px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__cta-section {
    padding: 30px 15px;
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-8ki-no-hu-latest-jackpots__cta-content {
    padding-right: 0;
    text-align: center;
  }
  .page-blog-8ki-no-hu-latest-jackpots__cta-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }
  .page-blog-8ki-no-hu-latest-jackpots__cta-image-wrapper {
    margin-top: 20px;
  }
  /* Mobile image, video, and container overrides */
  .page-blog-8ki-no-hu-latest-jackpots img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-8ki-no-hu-latest-jackpots video,
  .page-blog-8ki-no-hu-latest-jackpots__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-8ki-no-hu-latest-jackpots__section,
  .page-blog-8ki-no-hu-latest-jackpots__card,
  .page-blog-8ki-no-hu-latest-jackpots__container,
  .page-blog-8ki-no-hu-latest-jackpots__hero-section,
  .page-blog-8ki-no-hu-latest-jackpots__content-area,
  .page-blog-8ki-no-hu-latest-jackpots__cta-section,
  .page-blog-8ki-no-hu-latest-jackpots__jackpot-card,
  .page-blog-8ki-no-hu-latest-jackpots__story-card,
  .page-blog-8ki-no-hu-latest-jackpots__tip-item,
  .page-blog-8ki-no-hu-latest-jackpots__feature-card,
  .page-blog-8ki-no-hu-latest-jackpots__faq-item,
  .page-blog-8ki-no-hu-latest-jackpots__video-section,
  .page-blog-8ki-no-hu-latest-jackpots__video-container,
  .page-blog-8ki-no-hu-latest-jackpots__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }
  .page-blog-8ki-no-hu-latest-jackpots__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
  .page-blog-8ki-no-hu-latest-jackpots__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
}