.page-blog-how-to-use-thomo999-new-link-safely {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #08160F; /* Nền tối theo tùy chỉnh */
  color: #F2FFF6; /* Chữ sáng cho nền tối */
}

.page-blog-how-to-use-thomo999-new-link-safely__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Nhỏ gọn để tránh đè lên body padding */
  overflow: hidden;
}

.page-blog-how-to-use-thomo999-new-link-safely__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5); /* Làm tối ảnh nền để chữ nổi bật */
}

.page-blog-how-to-use-thomo999-new-link-safely__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #F2FFF6; /* Chữ trắng trên nền tối */
}

.page-blog-how-to-use-thomo999-new-link-safely__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Sử dụng clamp để giới hạn kích thước */
  margin-bottom: 20px;
  font-weight: bold;
  color: #F2C14E; /* Màu vàng Gold cho tiêu đề chính */
  line-height: 1.2;
}

.page-blog-how-to-use-thomo999-new-link-safely__description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8; /* Màu phụ cho mô tả */
}

.page-blog-how-to-use-thomo999-new-link-safely__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-blog-how-to-use-thomo999-new-link-safely__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-use-thomo999-new-link-safely__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-blog-how-to-use-thomo999-new-link-safely__content-section {
  padding: 50px 20px;
}

.page-blog-how-to-use-thomo999-new-link-safely__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-how-to-use-thomo999-new-link-safely__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Màu vàng Gold cho tiêu đề phần */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-use-thomo999-new-link-safely__subsection-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Màu sáng cho tiêu đề phụ */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-how-to-use-thomo999-new-link-safely__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Màu phụ cho văn bản */
}

.page-blog-how-to-use-thomo999-new-link-safely__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-use-thomo999-new-link-safely__numbered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-blog-how-to-use-thomo999-new-link-safely__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #A7D9B8; /* Màu phụ cho văn bản danh sách */
}

.page-blog-how-to-use-thomo999-new-link-safely__numbered-list .page-blog-how-to-use-thomo999-new-link-safely__list-item {
  display: list-item; /* Reset for numbered list */
  margin-bottom: 15px;
}

.page-blog-how-to-use-thomo999-new-link-safely__list-icon {
  font-size: 1.5em;
  margin-right: 15px;
  color: #2AD16F; /* Màu xanh lá cho icon */
  flex-shrink: 0;
}

.page-blog-how-to-use-thomo999-new-link-safely__list-content {
  flex-grow: 1;
}

.page-blog-how-to-use-thomo999-new-link-safely__list-heading {
  font-size: 1.3em;
  color: #F2FFF6; /* Màu sáng cho tiêu đề danh sách */
  margin-top: 0;
  margin-bottom: 5px;
}

.page-blog-how-to-use-thomo999-new-link-safely__image-inline {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-use-thomo999-new-link-safely__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-use-thomo999-new-link-safely__promo-card {
  background-color: #11271B; /* Màu nền Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-use-thomo999-new-link-safely__promo-card:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-use-thomo999-new-link-safely__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-how-to-use-thomo999-new-link-safely__promo-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Màu sáng cho tiêu đề khuyến mãi */
  margin-bottom: 15px;
}

.page-blog-how-to-use-thomo999-new-link-safely__promo-description {
  font-size: 1em;
  color: #A7D9B8; /* Màu phụ cho mô tả khuyến mãi */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-section {
  padding: 50px 20px;
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-item {
  background-color: #11271B; /* Màu nền Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Màu biên Divider */
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  color: #F2FFF6; /* Màu sáng cho câu hỏi FAQ */
  list-style: none; /* For details summary */
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-toggle {
  font-size: 1.5em;
  color: #2AD16F; /* Màu xanh lá cho toggle icon */
  transition: transform 0.3s ease;
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-item[open] .page-blog-how-to-use-thomo999-new-link-safely__faq-toggle {
  transform: rotate(45deg); /* Xoay dấu + thành X */
}

.page-blog-how-to-use-thomo999-new-link-safely__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #A7D9B8; /* Màu phụ cho câu trả lời FAQ */
}

.page-blog-how-to-use-thomo999-new-link-safely__conclusion-section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-how-to-use-thomo999-new-link-safely__highlight {
  color: #57E38D; /* Màu Glow cho highlight */
  font-weight: bold;
}

/* --- Color Contrast Classes --- */
.page-blog-how-to-use-thomo999-new-link-safely__dark-bg {
  background-color: #08160F;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-use-thomo999-new-link-safely__light-bg {
  background-color: #0A4B2C; /* Sử dụng Deep Green làm nền sáng hơn một chút nhưng vẫn là nền tối */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-use-thomo999-new-link-safely__text-main {
  color: #F2FFF6;
}

.page-blog-how-to-use-thomo999-new-link-safely__text-secondary {
  color: #A7D9B8;
}

.page-blog-how-to-use-thomo999-new-link-safely__card-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

/* --- Responsive Styles --- */
@media (max-width: 768px) {
  .page-blog-how-to-use-thomo999-new-link-safely {
    font-size: 15px;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__main-title {
    font-size: 2.2em;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__description {
    font-size: 1em;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__content-section,
  .page-blog-how-to-use-thomo999-new-link-safely__faq-section,
  .page-blog-how-to-use-thomo999-new-link-safely__conclusion-section {
    padding: 30px 15px;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__subsection-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__text-block,
  .page-blog-how-to-use-thomo999-new-link-safely__list-item,
  .page-blog-how-to-use-thomo999-new-link-safely__promo-description,
  .page-blog-how-to-use-thomo999-new-link-safely__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__list-icon {
    font-size: 1.2em;
    margin-right: 10px;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__list-heading {
    font-size: 1.1em;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__image-inline,
  .page-blog-how-to-use-thomo999-new-link-safely__promo-image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__promo-card,
  .page-blog-how-to-use-thomo999-new-link-safely__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-use-thomo999-new-link-safely__cta-buttons,
  .page-blog-how-to-use-thomo999-new-link-safely__button-group,
  .page-blog-how-to-use-thomo999-new-link-safely__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;
  }
}