/* style/blog-cac-loai-game-hot-tai-rs88.css */
.page-blog-cac-loai-game-hot-tai-rs88 {
  font-family: Arial, sans-serif;
  color: #333333; /* Text Main */
  background-color: #F5F7FA; /* Background */
}

.page-blog-cac-loai-game-hot-tai-rs88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-cac-loai-game-hot-tai-rs88__hero-section {
  padding-top: 10px; /* Minimal top padding, shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: #ffffff;
}

.page-blog-cac-loai-game-hot-tai-rs88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.page-blog-cac-loai-game-hot-tai-rs88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-cac-loai-game-hot-tai-rs88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #E53935; /* Main Brand Color */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-cac-loai-game-hot-tai-rs88__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333333;
}

.page-blog-cac-loai-game-hot-tai-rs88__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-cac-loai-game-hot-tai-rs88__btn-primary,
.page-blog-cac-loai-game-hot-tai-rs88__btn-secondary,
.page-blog-cac-loai-game-hot-tai-rs88__card-button,
.page-blog-cac-loai-game-hot-tai-rs88__inline-button,
.page-blog-cac-loai-game-hot-tai-rs88__article-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-cac-loai-game-hot-tai-rs88__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button Color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-cac-loai-game-hot-tai-rs88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cac-loai-game-hot-tai-rs88__btn-secondary {
  background: #ffffff;
  color: #E53935; /* Main Brand Color */
  border: 2px solid #E53935; /* Main Brand Color */
}

.page-blog-cac-loai-game-hot-tai-rs88__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
}

.page-blog-cac-loai-game-hot-tai-rs88__btn-lg {
  padding: 15px 30px;
  font-size: 1.1rem;
}

.page-blog-cac-loai-game-hot-tai-rs88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cac-loai-game-hot-tai-rs88__main-visual {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-cac-loai-game-hot-tai-rs88__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #E53935;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-cac-loai-game-hot-tai-rs88__section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #333333;
}

.page-blog-cac-loai-game-hot-tai-rs88__game-categories-section {
  padding: 60px 0;
  background-color: #F5F7FA;
}

.page-blog-cac-loai-game-hot-tai-rs88__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cac-loai-game-hot-tai-rs88__category-card {
  background: #ffffff; /* Card BG */
  border: 1px solid #E0E0E0; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-cac-loai-game-hot-tai-rs88__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-blog-cac-loai-game-hot-tai-rs88__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-cac-loai-game-hot-tai-rs88__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #E53935;
  margin: 20px 20px 10px;
  line-height: 1.3;
}

.page-blog-cac-loai-game-hot-tai-rs88__card-title a {
  color: #E53935;
  text-decoration: none;
}

.page-blog-cac-loai-game-hot-tai-rs88__card-title a:hover {
  text-decoration: underline;
}

.page-blog-cac-loai-game-hot-tai-rs88__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  padding: 0 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-cac-loai-game-hot-tai-rs88__card-button {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  margin: 0 20px 20px;
  border: none;
}

.page-blog-cac-loai-game-hot-tai-rs88__card-button:hover {
  opacity: 0.9;
}

.page-blog-cac-loai-game-hot-tai-rs88__why-choose-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-blog-cac-loai-game-hot-tai-rs88__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-cac-loai-game-hot-tai-rs88__feature-item {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-cac-loai-game-hot-tai-rs88__feature-heading {
  font-size: 1.5rem;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-cac-loai-game-hot-tai-rs88__feature-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-cac-loai-game-hot-tai-rs88__inline-button {
  background: #FF5A4F; /* Auxiliary Brand Color */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-blog-cac-loai-game-hot-tai-rs88__inline-button:hover {
  background: #E53935;
}

.page-blog-cac-loai-game-hot-tai-rs88__cta-banner {
  background: linear-gradient(90deg, #E53935 0%, #FF5A4F 100%);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-blog-cac-loai-game-hot-tai-rs88__cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-cac-loai-game-hot-tai-rs88__cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-cac-loai-game-hot-tai-rs88__cta-description {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-section {
  padding: 60px 0;
  background-color: #F5F7FA;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-item {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-question:hover {
  background-color: #f9f9f9;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #E53935;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-item[open] .page-blog-cac-loai-game-hot-tai-rs88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
}

.page-blog-cac-loai-game-hot-tai-rs88__faq-answer p {
  margin: 0;
}

.page-blog-cac-loai-game-hot-tai-rs88__related-articles {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-card {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-blog-cac-loai-game-hot-tai-rs88__article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #E53935;
  margin: 20px 20px 10px;
  line-height: 1.3;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-title a {
  color: #E53935;
  text-decoration: none;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-title a:hover {
  text-decoration: underline;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333333;
  padding: 0 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-link {
  background: #FF5A4F;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin: 0 20px 20px;
}

.page-blog-cac-loai-game-hot-tai-rs88__article-link:hover {
  background: #E53935;
}

/* General Image Responsive Styling */
.page-blog-cac-loai-game-hot-tai-rs88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Mobile Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-blog-cac-loai-game-hot-tai-rs88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__container {
    padding: 0 10px;
  }

  /* HERO Section (Main Title Section) */
  .page-blog-cac-loai-game-hot-tai-rs88__hero-section {
    padding-top: 10px !important; /* Ensure minimal top padding */
    padding-bottom: 40px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__hero-content,
  .page-blog-cac-loai-game-hot-tai-rs88__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__main-title {
    font-size: 2rem;
    text-align: center;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__description {
    font-size: 1rem;
    text-align: center;
  }

  /* Buttons and Button Containers */
  .page-blog-cac-loai-game-hot-tai-rs88__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__btn-primary,
  .page-blog-cac-loai-game-hot-tai-rs88__btn-secondary,
  .page-blog-cac-loai-game-hot-tai-rs88__card-button,
  .page-blog-cac-loai-game-hot-tai-rs88__inline-button,
  .page-blog-cac-loai-game-hot-tai-rs88__article-link {
    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;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__section-title {
    font-size: 1.8rem;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__section-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* Game Categories Grid */
  .page-blog-cac-loai-game-hot-tai-rs88__category-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__card-image {
    height: 180px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__card-title {
    font-size: 1.2rem;
    margin: 15px 15px 8px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__card-text {
    font-size: 0.95rem;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__card-button {
    margin: 0 15px 15px;
  }

  /* Why Choose Section */
  .page-blog-cac-loai-game-hot-tai-rs88__feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__feature-item {
    padding: 20px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__feature-heading {
    font-size: 1.3rem;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__feature-text {
    font-size: 0.95rem;
  }

  /* CTA Banner */
  .page-blog-cac-loai-game-hot-tai-rs88__cta-banner {
    padding: 50px 0;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__cta-title {
    font-size: 1.8rem;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* FAQ Section */
  .page-blog-cac-loai-game-hot-tai-rs88__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  /* Related Articles */
  .page-blog-cac-loai-game-hot-tai-rs88__article-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__article-image {
    height: 180px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__article-title {
    font-size: 1.2rem;
    margin: 15px 15px 8px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__article-excerpt {
    font-size: 0.95rem;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__article-link {
    margin: 0 15px 15px;
  }

  /* Generic Image and Container Responsive Styles */
  .page-blog-cac-loai-game-hot-tai-rs88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-cac-loai-game-hot-tai-rs88__section,
  .page-blog-cac-loai-game-hot-tai-rs88__card,
  .page-blog-cac-loai-game-hot-tai-rs88__container,
  .page-blog-cac-loai-game-hot-tai-rs88__cta-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
  }
}