/* style/blog-best-888-free-slot-games-recommendation.css */
:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-color: #333333;
  --light-bg-color: #f9f9f9;
  --dark-bg-color: #017439;
  --register-btn-color: #C30808;
  --login-btn-color: #C30808;
  --register-login-font-color: #FFFF00;
}

.page-blog-best-888-free-slot-games-recommendation {
  font-family: 'Arial', sans-serif;
  color: var(--text-color);
  background-color: var(--secondary-color);
}

.page-blog-best-888-free-slot-games-recommendation__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Aligned with shared body padding-top */
  background: linear-gradient(180deg, var(--dark-bg-color) 0%, #004a25 100%);
  color: var(--secondary-color);
}

.page-blog-best-888-free-slot-games-recommendation__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-best-888-free-slot-games-recommendation__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-best-888-free-slot-games-recommendation__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-best-888-free-slot-games-recommendation__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-best-888-free-slot-games-recommendation__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--register-login-font-color); /* Sử dụng màu vàng cho tiêu đề nổi bật */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-best-888-free-slot-games-recommendation__intro-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px;
  color: var(--secondary-color);
}

.page-blog-best-888-free-slot-games-recommendation__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--register-btn-color); /* Màu đỏ cho CTA */
  color: var(--register-login-font-color);
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-best-888-free-slot-games-recommendation__cta-button:hover {
  background: #a30606;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-best-888-free-slot-games-recommendation__content-section {
  padding: 60px 0;
  background-color: var(--secondary-color);
}

.page-blog-best-888-free-slot-games-recommendation__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-best-888-free-slot-games-recommendation__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 10px;
}

.page-blog-best-888-free-slot-games-recommendation__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-color);
}

.page-blog-best-888-free-slot-games-recommendation__paragraph a {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 600;
}

.page-blog-best-888-free-slot-games-recommendation__paragraph a:hover {
  color: #004a25;
}

.page-blog-best-888-free-slot-games-recommendation__unordered-list,
.page-blog-best-888-free-slot-games-recommendation__ordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-best-888-free-slot-games-recommendation__list-item {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 10px;
  color: var(--text-color);
}

.page-blog-best-888-free-slot-games-recommendation__list-item strong {
  color: var(--primary-color);
}

.page-blog-best-888-free-slot-games-recommendation__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-best-888-free-slot-games-recommendation__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* FAQ Styles */
details.page-blog-best-888-free-slot-games-recommendation__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: var(--secondary-color);
}

details.page-blog-best-888-free-slot-games-recommendation__faq-item summary.page-blog-best-888-free-slot-games-recommendation__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-best-888-free-slot-games-recommendation__faq-item summary.page-blog-best-888-free-slot-games-recommendation__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-best-888-free-slot-games-recommendation__faq-item summary.page-blog-best-888-free-slot-games-recommendation__faq-question:hover {
  background: var(--light-bg-color);
}

.page-blog-best-888-free-slot-games-recommendation__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-color);
}

.page-blog-best-888-free-slot-games-recommendation__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-best-888-free-slot-games-recommendation__faq-item .page-blog-best-888-free-slot-games-recommendation__faq-answer {
  padding: 0 20px 20px;
  background: var(--light-bg-color);
  border-radius: 0 0 5px 5px;
}

.page-blog-best-888-free-slot-games-recommendation__faq-answer p {
  margin-bottom: 0;
}

/* Related Articles Grid */
.page-blog-best-888-free-slot-games-recommendation__related-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-best-888-free-slot-games-recommendation__article-card {
  background: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-best-888-free-slot-games-recommendation__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-best-888-free-slot-games-recommendation__article-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-best-888-free-slot-games-recommendation__article-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 15px 15px 10px;
  line-height: 1.4;
  color: var(--primary-color);
  flex-grow: 1;
}

.page-blog-best-888-free-slot-games-recommendation__article-title a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-blog-best-888-free-slot-games-recommendation__article-title a:hover {
  text-decoration: underline;
  color: #004a25;
}

.page-blog-best-888-free-slot-games-recommendation__article-excerpt {
  font-size: 0.95rem;
  color: #666;
  margin: 0 15px 15px;
  line-height: 1.6;
}

.page-blog-best-888-free-slot-games-recommendation__article-date {
  font-size: 0.85rem;
  color: #999;
  margin: 0 15px 15px;
  text-align: right;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-best-888-free-slot-games-recommendation__container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-best-888-free-slot-games-recommendation__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-best-888-free-slot-games-recommendation__hero-image img {
    border-radius: 4px;
  }

  .page-blog-best-888-free-slot-games-recommendation__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-best-888-free-slot-games-recommendation__content-section {
    padding: 40px 0;
  }

  .page-blog-best-888-free-slot-games-recommendation__section-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .page-blog-best-888-free-slot-games-recommendation__paragraph,
  .page-blog-best-888-free-slot-games-recommendation__list-item,
  .page-blog-best-888-free-slot-games-recommendation__faq-qtext,
  .page-blog-best-888-free-slot-games-recommendation__article-excerpt {
    font-size: 0.95rem;
  }

  .page-blog-best-888-free-slot-games-recommendation__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  details.page-blog-best-888-free-slot-games-recommendation__faq-item summary.page-blog-best-888-free-slot-games-recommendation__faq-question { padding: 15px; }
  .page-blog-best-888-free-slot-games-recommendation__faq-qtext { font-size: 15px; }

  .page-blog-best-888-free-slot-games-recommendation__article-card img {
    
  }

  .page-blog-best-888-free-slot-games-recommendation__article-title {
    font-size: 1.1rem;
  }
  
  .page-blog-best-888-free-slot-games-recommendation__related-articles-grid {
    gap: 20px;
  }

  .page-blog-best-888-free-slot-games-recommendation__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-best-888-free-slot-games-recommendation img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}