/* style/blog-zebet-slot-games-guide-and-high-payout-recommendations.css */

:root {
  --primary-color: #E53935;
  --secondary-color: #FF5A4F;
  --text-main-color: #333333;
  --card-bg-color: #FFFFFF;
  --background-color-page: #F5F7FA;
  --border-color: #E0E0E0;
  --header-offset: 0; /* Will be set by shared.css */
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color);
  background-color: var(--background-color-page);
}

/* HERO Section */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__hero-section {
  padding-top: 10px; /* Small top padding, assuming body has padding-top from shared.css */
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--card-bg-color);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__hero-content {
  max-width: 900px;
  width: 100%;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__main-title {
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__intro-text {
  font-size: 1.1em;
  color: var(--text-main-color);
  margin-bottom: 30px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  text-align: center;
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: #ffffff;
  border: none;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-button--secondary {
  background: var(--card-bg-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-button--secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

/* General Content Section */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__content-section {
  padding: 50px 20px;
  background-color: var(--background-color-page);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__dark-bg {
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__dark-bg .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-title,
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__dark-bg .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-description,
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__dark-bg .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-title,
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__dark-bg .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-text {
  color: #ffffff;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-title {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 2.2em;
  font-weight: 700;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-description {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
  color: var(--text-main-color);
}

/* Feature Grid */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-card {
  background-color: var(--card-bg-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid var(--border-color);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-card:hover {
  transform: translateY(-5px);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-icon {
  width: 100%; /* Ensure images take full width of card */
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-title {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-text {
  color: var(--text-main-color);
}

/* Step-by-Step Guide */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--secondary-color);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-title {
  color: #ffffff;
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-text {
  color: #ffffff;
}

/* Tips Section */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-card {
  background-color: var(--card-bg-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-title {
  color: var(--primary-color);
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-text {
  color: var(--text-main-color);
}

/* FAQ Section */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-item {
  background-color: var(--card-bg-color);
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
  overflow: hidden;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: var(--primary-color);
  font-size: 1.1em;
  list-style: none; /* For details/summary */
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-item[open] .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-answer {
  padding: 0 25px 18px 25px;
  color: var(--text-main-color);
  font-size: 1em;
}

/* Conclusion Section */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__conclusion-section {
  text-align: center;
  background-color: var(--card-bg-color);
}

.page-blog-zebet-slot-games-guide-and-high-payout-recommendations__conclusion-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-main-color);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* General Image Styling */
.page-blog-zebet-slot-games-guide-and-high-payout-recommendations img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__main-title {
    font-size: 2.5em;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-title {
    font-size: 2em;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-grid,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-by-step,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section */
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__main-title {
    font-size: clamp(2em, 5vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__intro-text {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General Content Section */
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__content-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  /* Feature Grid (products/gameshow) */
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-grid,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-by-step,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-card,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-card,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-card {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__feature-title,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__step-title,
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__tip-title {
    font-size: 1.2em;
  }

  /* FAQ Section */
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__faq-answer {
    padding: 0 20px 15px 20px;
  }

  /* Conclusion Section */
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__conclusion-text {
    font-size: 1em;
  }

  /* Universal Image Responsive */
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__hero-section {
    padding-bottom: 20px;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__main-title {
    font-size: clamp(1.8em, 6vw, 2.2em);
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__section-title {
    font-size: 1.6em;
  }

  .page-blog-zebet-slot-games-guide-and-high-payout-recommendations__cta-button {
    padding: 8px 15px;
    font-size: 0.9em;
  }
}