/* Base styles */
.page-blog-bet6789-latest-slot-games {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #f5f5f5; /* Light background for body content */
  line-height: 1.6;
}

.page-blog-bet6789-latest-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-bet6789-latest-slot-games__section {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-blog-bet6789-latest-slot-games__section-title {
  font-size: 32px;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-bet6789-latest-slot-games__section-description {
  font-size: 18px;
  color: #555555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-blog-bet6789-latest-slot-games__text-center {
  text-align: center;
}

/* Hero Section */
.page-blog-bet6789-latest-slot-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 40px 0; /* Small top padding */
  background-color: #f0f0f0;
}

.page-blog-bet6789-latest-slot-games__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.page-blog-bet6789-latest-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-bet6789-latest-slot-games__hero-content {
  max-width: 900px;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-bet6789-latest-slot-games__main-title {
  font-size: clamp(28px, 4vw, 48px);
  color: #017439;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.page-blog-bet6789-latest-slot-games__intro-text {
  font-size: 19px;
  color: #555555;
  margin-bottom: 30px;
}

/* Buttons */
.page-blog-bet6789-latest-slot-games__btn-primary {
  display: inline-block;
  background: #017439;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-bet6789-latest-slot-games__btn-primary:hover {
  background-color: #005f2e;
  transform: translateY(-2px);
}

.page-blog-bet6789-latest-slot-games__btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: #017439;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #017439;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-bet6789-latest-slot-games__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

/* Why Choose Section */
.page-blog-bet6789-latest-slot-games__why-choose {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-bet6789-latest-slot-games__reason-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-bet6789-latest-slot-games__reason-item {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.page-blog-bet6789-latest-slot-games__reason-heading {
  font-size: 22px;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-blog-bet6789-latest-slot-games__reason-text {
  font-size: 16px;
  color: #666666;
}

/* Latest Slots Section */
.page-blog-bet6789-latest-slot-games__latest-slots {
  background-color: #f5f5f5;
}

.page-blog-bet6789-latest-slot-games__slot-game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-bet6789-latest-slot-games__slot-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-bet6789-latest-slot-games__slot-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-bet6789-latest-slot-games__slot-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-blog-bet6789-latest-slot-games__slot-title {
  font-size: 22px;
  color: #017439;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-blog-bet6789-latest-slot-games__slot-description {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Tips Section */
.page-blog-bet6789-latest-slot-games__tips {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-bet6789-latest-slot-games__tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-blog-bet6789-latest-slot-games__tips-item {
  background-color: #f9f9f9;
  padding: 20px;
  border-left: 5px solid #017439;
  border-radius: 5px;
}

.page-blog-bet6789-latest-slot-games__tips-heading {
  font-size: 20px;
  color: #017439;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-bet6789-latest-slot-games__tips-text {
  font-size: 16px;
  color: #666666;
}

/* Promotions Section */
.page-blog-bet6789-latest-slot-games__promotions {
  background-color: #f5f5f5;
}

.page-blog-bet6789-latest-slot-games__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-bet6789-latest-slot-games__promo-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.page-blog-bet6789-latest-slot-games__promo-heading {
  font-size: 22px;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-blog-bet6789-latest-slot-games__promo-text {
  font-size: 16px;
  color: #666666;
}

.page-blog-bet6789-latest-slot-games__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-bet6789-latest-slot-games__faq-section {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

details.page-blog-bet6789-latest-slot-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-bet6789-latest-slot-games__faq-item summary.page-blog-bet6789-latest-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-bet6789-latest-slot-games__faq-item summary.page-blog-bet6789-latest-slot-games__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-bet6789-latest-slot-games__faq-item summary.page-blog-bet6789-latest-slot-games__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-bet6789-latest-slot-games__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-bet6789-latest-slot-games__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-bet6789-latest-slot-games__faq-item .page-blog-bet6789-latest-slot-games__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

/* Conclusion Section */
.page-blog-bet6789-latest-slot-games__conclusion-section {
  background-color: #017439;
  color: #ffffff;
  padding: 60px 0;
}

.page-blog-bet6789-latest-slot-games__conclusion-section .page-blog-bet6789-latest-slot-games__section-title,
.page-blog-bet6789-latest-slot-games__conclusion-section .page-blog-bet6789-latest-slot-games__section-description {
  color: #ffffff;
}

.page-blog-bet6789-latest-slot-games__conclusion-section .page-blog-bet6789-latest-slot-games__btn-primary {
  background: #C30808; /* Use custom color for registration CTA */
  color: #FFFF00; /* Use custom color for registration font */
}

.page-blog-bet6789-latest-slot-games__conclusion-section .page-blog-bet6789-latest-slot-games__btn-primary:hover {
  background-color: #a00606;
}

/* General image responsiveness */
.page-blog-bet6789-latest-slot-games img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1023px) {
  .page-blog-bet6789-latest-slot-games__home-hero {
    display: block !important;
    grid-template-columns: none !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .page-blog-bet6789-latest-slot-games__hero-brand,
  .page-blog-bet6789-latest-slot-games__hero-jackpot {
    display: none !important;
  }
  .page-blog-bet6789-latest-slot-games__game-trial {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
    margin: 0 auto;
    padding: 0 0 12px !important;
    box-sizing: border-box;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-shell {
    height: auto !important;
    max-height: none !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-topbar,
  .page-blog-bet6789-latest-slot-games__game-trial-bottombar {
    display: none !important;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 1024 / 768;
    flex: none !important;
    min-height: 240px;
    max-height: none !important;
    overflow: hidden;
    box-sizing: border-box;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-frame {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100%;
    border: none;
    z-index: 1;
    overflow: hidden;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-overlay {
    z-index: 5 !important;
    pointer-events: auto !important;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-start {
    z-index: 6 !important;
    pointer-events: auto !important;
    touch-action: manipulation;
  }
}

@media (min-width: 1024px) {
  .page-blog-bet6789-latest-slot-games__home-hero {
    display: grid;
    grid-template-columns: 26% 48% 26%;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 16px 24px;
    box-sizing: border-box;
  }
  .page-blog-bet6789-latest-slot-games__hero-brand,
  .page-blog-bet6789-latest-slot-games__hero-jackpot,
  .page-blog-bet6789-latest-slot-games__game-trial {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .page-blog-bet6789-latest-slot-games__game-trial {
    max-width: none !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 300px;
    box-sizing: border-box;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-viewport {
    flex: 1;
    min-height: 0;
    position: relative;
    width: 100%;
  }
  .page-blog-bet6789-latest-slot-games__game-trial-frame {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: none;
  }
  .page-blog-bet6789-latest-slot-games__hero-jackpot-claim {
    background: #c62828 !important;
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  .page-blog-bet6789-latest-slot-games__hero-section {
    padding: 10px 0 20px 0;
  }
  .page-blog-bet6789-latest-slot-games__main-title {
    font-size: 28px;
  }
  .page-blog-bet6789-latest-slot-games__intro-text {
    font-size: 16px;
  }
  .page-blog-bet6789-latest-slot-games__section-title {
    font-size: 26px;
  }
  .page-blog-bet6789-latest-slot-games__section-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  /* General image responsiveness for mobile */
  .page-blog-bet6789-latest-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-bet6789-latest-slot-games__container,
  .page-blog-bet6789-latest-slot-games__section,
  .page-blog-bet6789-latest-slot-games__slot-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons mobile adaptation */
  .page-blog-bet6789-latest-slot-games__btn-primary,
  .page-blog-bet6789-latest-slot-games__btn-secondary,
  .page-blog-bet6789-latest-slot-games a[class*="button"],
  .page-blog-bet6789-latest-slot-games a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  
  .page-blog-bet6789-latest-slot-games__cta-center,
  .page-blog-bet6789-latest-slot-games__button-group,
  .page-blog-bet6789-latest-slot-games__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;
    display: flex;
    flex-direction: column; /* Ensure vertical stacking for multiple buttons */
  }

  .page-blog-bet6789-latest-slot-games__reason-list,
  .page-blog-bet6789-latest-slot-games__slot-game-grid,
  .page-blog-bet6789-latest-slot-games__tips-list,
  .page-blog-bet6789-latest-slot-games__promo-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-bet6789-latest-slot-games__slot-image {
    height: 200px;
  }

  details.page-blog-bet6789-latest-slot-games__faq-item summary.page-blog-bet6789-latest-slot-games__faq-question { padding: 15px; }
  .page-blog-bet6789-latest-slot-games__faq-qtext { font-size: 15px; }
  .page-blog-bet6789-latest-slot-games__faq-toggle { font-size: 20px; width: 24px; height: 24px; margin-left: 10px; }
  details.page-blog-bet6789-latest-slot-games__faq-item .page-blog-bet6789-latest-slot-games__faq-answer { padding: 0 15px 15px; }

  /* Fixed header padding for main content if body padding-top is not set by shared */
  /* If shared.css does not contain body { padding-top: var(--header-offset); } */
  /* .page-blog-bet6789-latest-slot-games { padding-top: var(--header-offset, 122px); } */
}

/* Game trial specific CSS - included as per prompt requirement, even if not directly used on this blog page's HTML */
.page-blog-bet6789-latest-slot-games__game-trial-overlay{z-index:5;pointer-events:auto;}.page-blog-bet6789-latest-slot-games__game-trial-overlay.is-hidden{display:none!important;pointer-events:none!important;}.page-blog-bet6789-latest-slot-games__game-trial-start{z-index:6;pointer-events:auto;touch-action:manipulation;}.page-blog-bet6789-latest-slot-games__game-trial-shell{border:1px solid rgba(212,175,55,.45);border-radius:10px;overflow:hidden;}.page-blog-bet6789-latest-slot-games__reward-modal{position:fixed;inset:0;z-index:10000;}.page-blog-bet6789-latest-slot-games__reward-modal-close { position: absolute; top: 15px; right: 15px; font-size: 24px; color: #fff; cursor: pointer; background: none; border: none; }