.page-blog-deep-dive-55chat-popular-games {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-deep-dive-55chat-popular-games__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px 20px; /* Small top padding, larger bottom padding */
  text-align: center;
}

.page-blog-deep-dive-55chat-popular-games__video-container {
  width: 100%; /* Desktop width */
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.page-blog-deep-dive-55chat-popular-games__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-deep-dive-55chat-popular-games__hero-content {
  max-width: 900px;
  margin-top: 40px;
}

.page-blog-deep-dive-55chat-popular-games__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-deep-dive-55chat-popular-games__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-deep-dive-55chat-popular-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-deep-dive-55chat-popular-games__btn-primary,
.page-blog-deep-dive-55chat-popular-games__btn-secondary,
.page-blog-deep-dive-55chat-popular-games__btn-tertiary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-deep-dive-55chat-popular-games__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: none;
}

.page-blog-deep-dive-55chat-popular-games__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-deep-dive-55chat-popular-games__btn-secondary {
  background: #08160F; /* Background color */
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border color */
}

.page-blog-deep-dive-55chat-popular-games__btn-secondary:hover {
  transform: translateY(-2px);
  background-color: #11271B; /* Card BG */
}

.page-blog-deep-dive-55chat-popular-games__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-blog-deep-dive-55chat-popular-games__dark-section {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  border-radius: 10px;
  margin: 40px auto;
}

.page-blog-deep-dive-55chat-popular-games__section-title {
  font-size: 2.5em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-deep-dive-55chat-popular-games__dark-section .page-blog-deep-dive-55chat-popular-games__section-title {
  color: #57E38D; /* Glow */
}

.page-blog-deep-dive-55chat-popular-games__text-block {
  font-size: 1.05em;
  margin-bottom: 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-deep-dive-55chat-popular-games__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-blog-deep-dive-55chat-popular-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-blog-deep-dive-55chat-popular-games__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-deep-dive-55chat-popular-games__card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #F2FFF6; /* Text Main */
}

.page-blog-deep-dive-55chat-popular-games__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-deep-dive-55chat-popular-games__card-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-deep-dive-55chat-popular-games__card-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-deep-dive-55chat-popular-games__btn-tertiary {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E; /* Border color */
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  align-self: flex-start;
}

.page-blog-deep-dive-55chat-popular-games__btn-tertiary:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-deep-dive-55chat-popular-games__list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-deep-dive-55chat-popular-games__list-item {
  font-size: 1.1em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-deep-dive-55chat-popular-games__list-item::before {
  content: '⚡'; /* Custom bullet point */
  position: absolute;
  left: 0;
  color: #57E38D; /* Glow */
}

.page-blog-deep-dive-55chat-popular-games__dark-section .page-blog-deep-dive-55chat-popular-games__list-item {
  color: #F2FFF6; /* Text Main */
}

.page-blog-deep-dive-55chat-popular-games__dark-section .page-blog-deep-dive-55chat-popular-games__list-item::before {
  color: #F2C14E; /* Gold */
}

.page-blog-deep-dive-55chat-popular-games__faq-list {
  margin-top: 40px;
}

.page-blog-deep-dive-55chat-popular-games__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-deep-dive-55chat-popular-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-deep-dive-55chat-popular-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-deep-dive-55chat-popular-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D; /* Glow */
}

.page-blog-deep-dive-55chat-popular-games__faq-item[open] .page-blog-deep-dive-55chat-popular-games__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-deep-dive-55chat-popular-games__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-deep-dive-55chat-popular-games__faq-answer p {
  margin: 0;
}

.page-blog-deep-dive-55chat-popular-games__conclusion {
  text-align: center;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-deep-dive-55chat-popular-games {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-deep-dive-55chat-popular-games__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-deep-dive-55chat-popular-games__main-title {
    font-size: 1.8em !important;
  }

  .page-blog-deep-dive-55chat-popular-games__description {
    font-size: 1em !important;
  }

  .page-blog-deep-dive-55chat-popular-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-deep-dive-55chat-popular-games__btn-primary,
  .page-blog-deep-dive-55chat-popular-games__btn-secondary,
  .page-blog-deep-dive-55chat-popular-games__btn-tertiary {
    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-deep-dive-55chat-popular-games__section,
  .page-blog-deep-dive-55chat-popular-games__dark-section {
    padding: 40px 15px;
  }

  .page-blog-deep-dive-55chat-popular-games__section-title {
    font-size: 2em !important;
    margin-bottom: 30px;
  }

  .page-blog-deep-dive-55chat-popular-games__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-deep-dive-55chat-popular-games__card {
    padding: 20px;
  }

  .page-blog-deep-dive-55chat-popular-games__card-image {
    height: 180px;
  }

  .page-blog-deep-dive-55chat-popular-games__card-title {
    font-size: 1.5em !important;
  }

  .page-blog-deep-dive-55chat-popular-games__list-item {
    font-size: 1em !important;
    padding-left: 25px;
  }

  .page-blog-deep-dive-55chat-popular-games__faq-question {
    font-size: 1.1em !important;
    padding: 15px 20px;
  }

  .page-blog-deep-dive-55chat-popular-games__faq-answer {
    padding: 0 20px 15px 20px;
  }

  /* Ensure images and video are fully responsive */
  .page-blog-deep-dive-55chat-popular-games img,
  .page-blog-deep-dive-55chat-popular-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-deep-dive-55chat-popular-games__image-wrapper,
  .page-blog-deep-dive-55chat-popular-games__video-container,
  .page-blog-deep-dive-55chat-popular-games__cta-buttons,
  .page-blog-deep-dive-55chat-popular-games__game-categories,
  .page-blog-deep-dive-55chat-popular-games__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-deep-dive-55chat-popular-games__video-container {
    padding-bottom: 56.25% !important; /* Maintain aspect ratio */
    height: 0 !important;
  }

  .page-blog-deep-dive-55chat-popular-games__video {
    position: absolute !important;
  }

  .page-blog-deep-dive-55chat-popular-games__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}