/* style/blog-8kbe-slot-high-payout-tips.css */

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

.page-blog-8kbe-slot-high-payout-tips {
  font-family: 'Arial', sans-serif;
  color: var(--text-main); /* Light text for dark background */
  background-color: var(--background-main);
  line-height: 1.6;
  padding-bottom: 40px; /* Ensure space above footer */
}

.page-blog-8kbe-slot-high-payout-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding as body has header offset */
  padding-bottom: 40px;
  overflow: hidden;
  background: var(--background-main);
  color: var(--text-main);
}

.page-blog-8kbe-slot-high-payout-tips__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-8kbe-slot-high-payout-tips__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  filter: brightness(0.7); /* Slightly darken image for text readability */
  transition: transform 0.3s ease;
}

.page-blog-8kbe-slot-high-payout-tips__hero-image:hover {
  transform: scale(1.03);
}

.page-blog-8kbe-slot-high-payout-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over the image slightly */
  padding: 20px;
  background: rgba(8, 22, 15, 0.7); /* Semi-transparent background for readability */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid var(--border-color);
}

.page-blog-8kbe-slot-high-payout-tips__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem); /* Responsive font size */
  color: var(--gold-color);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.6);
}

.page-blog-8kbe-slot-high-payout-tips__hero-description {
  font-size: 1.15rem;
  color: var(--text-main);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-8kbe-slot-high-payout-tips__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-8kbe-slot-high-payout-tips__btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-8kbe-slot-high-payout-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--background-main);
  border-radius: 10px;
}

.page-blog-8kbe-slot-high-payout-tips__section-title {
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid var(--divider-color);
  padding-bottom: 15px;
  text-shadow: 0 0 5px rgba(17, 168, 78, 0.4);
}

.page-blog-8kbe-slot-high-payout-tips__sub-title {
  font-size: 1.8rem;
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  border-left: 5px solid var(--gold-color);
  padding-left: 15px;
}

.page-blog-8kbe-slot-high-payout-tips__sub-sub-title {
  font-size: 1.4rem;
  color: var(--text-secondary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 20px;
}

.page-blog-8kbe-slot-high-payout-tips__paragraph {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-bottom: 15px;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-8kbe-slot-high-payout-tips__paragraph strong {
  color: var(--text-main);
}

.page-blog-8kbe-slot-high-payout-tips__list {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-blog-8kbe-slot-high-payout-tips__list-item {
  position: relative;
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-8kbe-slot-high-payout-tips__list-item::before {
  content: '•';
  color: var(--primary-color);
  position: absolute;
  left: -15px;
  font-weight: bold;
}

.page-blog-8kbe-slot-high-payout-tips__image-container {
  margin: 30px auto;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-color);
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-8kbe-slot-high-payout-tips__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-8kbe-slot-high-payout-tips__cta-block {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 40px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  max-width: 900px;
}

.page-blog-8kbe-slot-high-payout-tips__cta-block--final {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-blog-8kbe-slot-high-payout-tips__cta-text {
  font-size: 1.3rem;
  color: var(--text-main);
  margin-bottom: 25px;
  font-weight: 600;
}

.page-blog-8kbe-slot-high-payout-tips__game-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-8kbe-slot-high-payout-tips__game-item {
  background: var(--card-bg);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-8kbe-slot-high-payout-tips__game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.page-blog-8kbe-slot-high-payout-tips__game-title {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-8kbe-slot-high-payout-tips__game-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.page-blog-8kbe-slot-high-payout-tips__faq-list {
  margin-top: 30px;
  border: 1px solid var(--divider-color);
  border-radius: 10px;
  overflow: hidden;
}

.page-blog-8kbe-slot-high-payout-tips__faq-item {
  margin-bottom: 10px;
  background: var(--card-bg);
  border-bottom: 1px solid var(--divider-color);
}

.page-blog-8kbe-slot-high-payout-tips__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.page-blog-8kbe-slot-high-payout-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-main);
  list-style: none; /* For details/summary */
  user-select: none;
}

.page-blog-8kbe-slot-high-payout-tips__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker */
}

.page-blog-8kbe-slot-high-payout-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-8kbe-slot-high-payout-tips__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-8kbe-slot-high-payout-tips__faq-item[open] .page-blog-8kbe-slot-high-payout-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-8kbe-slot-high-payout-tips__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-8kbe-slot-high-payout-tips__hero-content {
    margin-top: -100px;
  }
  .page-blog-8kbe-slot-high-payout-tips__main-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
  }
  .page-blog-8kbe-slot-high-payout-tips__hero-description {
    font-size: 1rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__btn-primary {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__section-title {
    font-size: 2rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__sub-title {
    font-size: 1.6rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__sub-sub-title {
    font-size: 1.2rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__paragraph,
  .page-blog-8kbe-slot-high-payout-tips__list-item,
  .page-blog-8kbe-slot-high-payout-tips__game-description,
  .page-blog-8kbe-slot-high-payout-tips__faq-answer {
    font-size: 0.95rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__cta-text {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  .page-blog-8kbe-slot-high-payout-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-8kbe-slot-high-payout-tips__hero-section {
    padding-top: 10px !important; /* body already has header offset */
    padding-bottom: 20px;
  }
  .page-blog-8kbe-slot-high-payout-tips__hero-content {
    margin-top: -80px;
    padding: 15px;
  }
  .page-blog-8kbe-slot-high-payout-tips__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    margin-bottom: 10px;
  }
  .page-blog-8kbe-slot-high-payout-tips__hero-description {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  .page-blog-8kbe-slot-high-payout-tips__btn-primary {
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-8kbe-slot-high-payout-tips__cta-block,
  .page-blog-8kbe-slot-high-payout-tips__button-group,
  .page-blog-8kbe-slot-high-payout-tips__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-8kbe-slot-high-payout-tips__cta-block {
    padding: 20px;
    margin: 30px auto;
  }
  .page-blog-8kbe-slot-high-payout-tips__cta-text {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .page-blog-8kbe-slot-high-payout-tips__content-area {
    padding: 20px 15px;
  }
  .page-blog-8kbe-slot-high-payout-tips__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-8kbe-slot-high-payout-tips__sub-title {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-8kbe-slot-high-payout-tips__sub-sub-title {
    font-size: 1.1rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__paragraph,
  .page-blog-8kbe-slot-high-payout-tips__list-item,
  .page-blog-8kbe-slot-high-payout-tips__game-description,
  .page-blog-8kbe-slot-high-payout-tips__faq-answer {
    font-size: 0.9rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__list {
    padding-left: 15px;
  }
  .page-blog-8kbe-slot-high-payout-tips__list-item::before {
    left: -10px;
  }
  .page-blog-8kbe-slot-high-payout-tips__image-container {
    margin: 20px auto;
  }
  .page-blog-8kbe-slot-high-payout-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-8kbe-slot-high-payout-tips__game-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-8kbe-slot-high-payout-tips__game-item {
    padding: 20px;
  }
  .page-blog-8kbe-slot-high-payout-tips__game-title {
    font-size: 1.3rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-8kbe-slot-high-payout-tips__faq-answer {
    padding: 0 20px 15px 20px;
  }
}

/* Ensure images don't use filter */
.page-blog-8kbe-slot-high-payout-tips img {
  filter: none; /* Override any potential filter from shared or other styles */
}

.page-blog-8kbe-slot-high-payout-tips__hero-image {
  filter: brightness(0.7); /* This is allowed as it's not changing color, but adjusting brightness for text */
}

/* Contrast Fixes if needed */
.page-blog-8kbe-slot-high-payout-tips__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-8kbe-slot-high-payout-tips__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}