.page-blog-hcm666-casino-latest-promotions {
  color: #F2FFF6; /* Text Main for dark background */
  background-color: #08160F; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-hcm666-casino-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-hcm666-casino-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-hcm666-casino-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 30px;
}

.page-blog-hcm666-casino-latest-promotions__hero-content {
  max-width: 900px;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-hcm666-casino-latest-promotions__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-hcm666-casino-latest-promotions__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-hcm666-casino-latest-promotions__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hcm666-casino-latest-promotions__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-hcm666-casino-latest-promotions__content-section,
.page-blog-hcm666-casino-latest-promotions__detail-section,
.page-blog-hcm666-casino-latest-promotions__guide-section,
.page-blog-hcm666-casino-latest-promotions__tips-section,
.page-blog-hcm666-casino-latest-promotions__faq-section,
.page-blog-hcm666-casino-latest-promotions__conclusion-section {
  padding: 60px 0;
}

.page-blog-hcm666-casino-latest-promotions__section-title {
  font-size: 2.2rem;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-hcm666-casino-latest-promotions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #22C768; /* Auxiliary color */
  border-radius: 2px;
}

.page-blog-hcm666-casino-latest-promotions__text-block {
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-hcm666-casino-latest-promotions__promotion-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-hcm666-casino-latest-promotions__card-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-blog-hcm666-casino-latest-promotions__card-title {
  font-size: 1.7rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-hcm666-casino-latest-promotions__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-hcm666-casino-latest-promotions__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  max-width: 700px;
}

.page-blog-hcm666-casino-latest-promotions__list li {
  background-color: rgba(17, 40, 27, 0.6); /* Slightly lighter Card BG for list items */
  border-left: 3px solid #22C768; /* Auxiliary color */
  padding: 12px 15px;
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
  font-size: 0.95rem;
  border-radius: 5px;
}

.page-blog-hcm666-casino-latest-promotions__list li strong {
  color: #22C768; /* Auxiliary color */
}

.page-blog-hcm666-casino-latest-promotions__card-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hcm666-casino-latest-promotions__card-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-1px);
}

.page-blog-hcm666-casino-latest-promotions__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-hcm666-casino-latest-promotions__step-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-hcm666-casino-latest-promotions__step-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-hcm666-casino-latest-promotions__step-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-hcm666-casino-latest-promotions__step-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hcm666-casino-latest-promotions__step-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-1px);
}

.page-blog-hcm666-casino-latest-promotions__tips-list {
  list-style: none;
  padding: 0;
}

.page-blog-hcm666-casino-latest-promotions__tips-list li {
  background-color: #11271B; /* Card BG */
  border-left: 4px solid #22C768; /* Auxiliary color */
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #F2FFF6; /* Text Main */
  font-size: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-hcm666-casino-latest-promotions__tips-list li strong {
  color: #22C768; /* Auxiliary color */
}

.page-blog-hcm666-casino-latest-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-hcm666-casino-latest-promotions__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hcm666-casino-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1rem;
  font-weight: bold;
  background-color: rgba(17, 40, 27, 0.8); /* Slightly darker Card BG */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-hcm666-casino-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hcm666-casino-latest-promotions__faq-question:hover {
  background-color: rgba(34, 199, 104, 0.2); /* Auxiliary color with transparency */
}

.page-blog-hcm666-casino-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #22C768; /* Auxiliary color */
  transition: transform 0.3s ease;
}

.page-blog-hcm666-casino-latest-promotions__faq-item[open] .page-blog-hcm666-casino-latest-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hcm666-casino-latest-promotions__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-hcm666-casino-latest-promotions__faq-answer p {
  margin-bottom: 0;
}

.page-blog-hcm666-casino-latest-promotions__cta-final {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-hcm666-casino-latest-promotions__cta-text {
  font-size: 1.3rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 25px;
  font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-hcm666-casino-latest-promotions__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page-blog-hcm666-casino-latest-promotions__section-title {
    font-size: 1.8rem;
  }

  .page-blog-hcm666-casino-latest-promotions__promotion-card {
    padding: 25px;
  }

  .page-blog-hcm666-casino-latest-promotions__card-title {
    font-size: 1.4rem;
  }

  .page-blog-hcm666-casino-latest-promotions__guide-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-blog-hcm666-casino-latest-promotions__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-hcm666-casino-latest-promotions__hero-image {
    margin-bottom: 20px;
  }

  .page-blog-hcm666-casino-latest-promotions__main-title {
    font-size: 1.8rem !important;
  }

  .page-blog-hcm666-casino-latest-promotions__description {
    font-size: 1rem !important;
    margin-bottom: 20px;
  }

  .page-blog-hcm666-casino-latest-promotions__cta-button {
    padding: 12px 25px !important;
    font-size: 0.95rem !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hcm666-casino-latest-promotions__content-section,
  .page-blog-hcm666-casino-latest-promotions__detail-section,
  .page-blog-hcm666-casino-latest-promotions__guide-section,
  .page-blog-hcm666-casino-latest-promotions__tips-section,
  .page-blog-hcm666-casino-latest-promotions__faq-section,
  .page-blog-hcm666-casino-latest-promotions__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-hcm666-casino-latest-promotions__section-title {
    font-size: 1.6rem !important;
    margin-bottom: 30px;
  }

  .page-blog-hcm666-casino-latest-promotions__text-block {
    font-size: 0.9rem !important;
  }

  .page-blog-hcm666-casino-latest-promotions__promotion-card,
  .page-blog-hcm666-casino-latest-promotions__step-card,
  .page-blog-hcm666-casino-latest-promotions__tips-list li,
  .page-blog-hcm666-casino-latest-promotions__cta-final,
  .page-blog-hcm666-casino-latest-promotions__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-hcm666-casino-latest-promotions__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-hcm666-casino-latest-promotions__card-title {
    font-size: 1.2rem !important;
  }

  .page-blog-hcm666-casino-latest-promotions__card-text,
  .page-blog-hcm666-casino-latest-promotions__list li {
    font-size: 0.85rem !important;
  }

  .page-blog-hcm666-casino-latest-promotions__card-button,
  .page-blog-hcm666-casino-latest-promotions__step-button {
    padding: 10px 15px !important;
    font-size: 0.9rem !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hcm666-casino-latest-promotions__step-title {
    font-size: 1.3rem !important;
  }

  .page-blog-hcm666-casino-latest-promotions__faq-question {
    font-size: 1rem !important;
    padding: 15px 20px !important;
  }

  .page-blog-hcm666-casino-latest-promotions__faq-answer {
    font-size: 0.9rem !important;
    padding: 10px 20px 15px !important;
  }

  .page-blog-hcm666-casino-latest-promotions__cta-text {
    font-size: 1.1rem !important;
  }
}

/* Ensure images in content areas are not too small for mobile */
.page-blog-hcm666-casino-latest-promotions img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-blog-hcm666-casino-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset !important; /* Allow images to scale down */
    min-height: unset !important;
  }
}