/* style/blog-how-to-choose-top-slot-games.css */

:root {
  --page-primary-color: #017439;
  --page-secondary-color: #FFFFFF;
  --page-text-color-dark: #333333;
  --page-text-color-light: #ffffff;
  --page-background-color: #0a0a0a; /* Body background from shared.css */
  --page-register-color: #C30808;
  --page-login-color: #C30808;
  --page-register-login-font-color: #FFFF00;
}

.page-blog-how-to-choose-top-slot-games {
  color: var(--page-text-color-light); /* Main text color for dark body background */
  background-color: var(--page-background-color);
}

.page-blog-how-to-choose-top-slot-games__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 */
  text-align: center;
  background-color: var(--page-background-color);
}

.page-blog-how-to-choose-top-slot-games__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-top-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-top-slot-games__hero-content {
  max-width: 900px;
  padding: 0 20px;
  margin-top: 20px;
}

.page-blog-how-to-choose-top-slot-games__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--page-secondary-color);
  margin-bottom: 15px;
}

.page-blog-how-to-choose-top-slot-games__description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.page-blog-how-to-choose-top-slot-games__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-top-slot-games__btn-primary {
  background-color: var(--page-primary-color);
  color: var(--page-secondary-color);
  border: 2px solid var(--page-primary-color);
}

.page-blog-how-to-choose-top-slot-games__btn-primary:hover {
  background-color: darken(var(--page-primary-color), 10%);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-top-slot-games__btn-secondary {
  background-color: transparent;
  color: var(--page-primary-color);
  border: 2px solid var(--page-primary-color);
  margin-left: 15px;
}

.page-blog-how-to-choose-top-slot-games__btn-secondary:hover {
  background-color: rgba(var(--page-primary-color), 0.1);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-top-slot-games__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: var(--page-text-color-light);
  background-color: var(--page-background-color);
}

.page-blog-how-to-choose-top-slot-games__article {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-how-to-choose-top-slot-games__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--page-primary-color);
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-blog-how-to-choose-top-slot-games__sub-section-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--page-secondary-color);
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-blog-how-to-choose-top-slot-games p {
  margin-bottom: 1.2em;
  color: rgba(255, 255, 255, 0.85);
}

.page-blog-how-to-choose-top-slot-games strong {
  color: var(--page-secondary-color);
}

.page-blog-how-to-choose-top-slot-games__image-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
}

.page-blog-how-to-choose-top-slot-games__content-image {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-how-to-choose-top-slot-games__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
}

.page-blog-how-to-choose-top-slot-games__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-how-to-choose-top-slot-games__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-top-slot-games__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--page-secondary-color);
}

.page-blog-how-to-choose-top-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-how-to-choose-top-slot-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-top-slot-games__faq-question::marker {
  display: none;
}

.page-blog-how-to-choose-top-slot-games__faq-qtext {
  flex-grow: 1;
  color: var(--page-secondary-color);
}

.page-blog-how-to-choose-top-slot-games__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: var(--page-primary-color);
}

.page-blog-how-to-choose-top-slot-games__faq-item[open] .page-blog-how-to-choose-top-slot-games__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-how-to-choose-top-slot-games__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.page-blog-how-to-choose-top-slot-games__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-top-slot-games__related-posts {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  text-align: center;
  background-color: var(--page-background-color);
}

.page-blog-how-to-choose-top-slot-games__post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-top-slot-games__post-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--page-text-color-light);
}

.page-blog-how-to-choose-top-slot-games__post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-top-slot-games__post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-top-slot-games__post-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 15px 20px 10px 20px;
  line-height: 1.4;
}

.page-blog-how-to-choose-top-slot-games__post-title a {
  color: var(--page-secondary-color);
  text-decoration: none;
}

.page-blog-how-to-choose-top-slot-games__post-title a:hover {
  color: var(--page-primary-color);
}

.page-blog-how-to-choose-top-slot-games__post-meta {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 20px 10px 20px;
}

.page-blog-how-to-choose-top-slot-games__post-excerpt {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 20px 15px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-blog-how-to-choose-top-slot-games__read-more {
  display: inline-block;
  color: var(--page-primary-color);
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px 20px;
}

.page-blog-how-to-choose-top-slot-games__read-more:hover {
  text-decoration: underline;
}

.page-blog-how-to-choose-top-slot-games__view-all {
  margin-top: 40px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-top-slot-games__main-title {
    font-size: 2.5rem;
  }
  .page-blog-how-to-choose-top-slot-games__section-title {
    font-size: 2rem;
  }
  .page-blog-how-to-choose-top-slot-games__sub-section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-top-slot-games__hero-section {
    padding: 10px 15px 40px 15px;
  }
  .page-blog-how-to-choose-top-slot-games__hero-content {
    padding: 0 15px;
  }
  .page-blog-how-to-choose-top-slot-games__main-title {
    font-size: 1.8rem; /* Adjusted to prevent overly large title on mobile */
  }
  .page-blog-how-to-choose-top-slot-games__description {
    font-size: 1rem;
  }
  .page-blog-how-to-choose-top-slot-games__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    width: 100% !important;
    margin: 10px 0 !important; /* Stack buttons vertically */
  }
  .page-blog-how-to-choose-top-slot-games__btn-secondary {
    margin-left: 0 !important;
  }
  .page-blog-how-to-choose-top-slot-games__cta-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-top-slot-games__content-area,
  .page-blog-how-to-choose-top-slot-games__related-posts {
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-top-slot-games__section-title {
    font-size: 1.6rem;
  }
  .page-blog-how-to-choose-top-slot-games__sub-section-title {
    font-size: 1.3rem;
  }
  .page-blog-how-to-choose-top-slot-games__image-text-block {
    padding: 15px;
  }
  .page-blog-how-to-choose-top-slot-games__content-image,
  .page-blog-how-to-choose-top-slot-games__post-image,
  .page-blog-how-to-choose-top-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-choose-top-slot-games__post-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-how-to-choose-top-slot-games__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-how-to-choose-top-slot-games__faq-toggle {
    font-size: 1.2rem;
  }
  .page-blog-how-to-choose-top-slot-games__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }
  .page-blog-how-to-choose-top-slot-games__section,
  .page-blog-how-to-choose-top-slot-games__card,
  .page-blog-how-to-choose-top-slot-games__container,
  .page-blog-how-to-choose-top-slot-games__hero-section,
  .page-blog-how-to-choose-top-slot-games__content-area,
  .page-blog-how-to-choose-top-slot-games__related-posts,
  .page-blog-how-to-choose-top-slot-games__image-text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal overflow */
  }
  .page-blog-how-to-choose-top-slot-games__cta-buttons,
  .page-blog-how-to-choose-top-slot-games__button-group,
  .page-blog-how-to-choose-top-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;
  }
  .page-blog-how-to-choose-top-slot-games__cta-group {
    display: flex;
    flex-direction: column;
  }
}