/* style/resources-how-to-download-tai-xiu-app-tutorial.css */
.page-resources-how-to-download-tai-xiu-app-tutorial {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Inherited from body, but good to be explicit for context */
}

.page-resources-how-to-download-tai-xiu-app-tutorial__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__highlight {
  color: #FFFF00; /* Custom color for highlights */
  font-weight: bold;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background: linear-gradient(135deg, #017439, #004d2e);
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  /* filter: brightness(0.7); */ /* Removed filter to comply with filter restriction */
}

.page-resources-how-to-download-tai-xiu-app-tutorial__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__cta-buttons--centered {
  margin-top: 40px;
  text-align: center;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__btn-primary,
.page-resources-how-to-download-tai-xiu-app-tutorial__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__btn-primary {
  background-color: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom color for Register/Login font */
  border: 2px solid #C30808;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__btn-primary--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-how-to-download-tai-xiu-app-tutorial__intro-section,
.page-resources-how-to-download-tai-xiu-app-tutorial__post-download-section,
.page-resources-how-to-download-tai-xiu-app-tutorial__faq-section {
  background-color: #ffffff;
  color: #333333;
  padding: 60px 0;
}