.page-resources-how-to-use-100jili-app-safely {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-how-to-use-100jili-app-safely__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px 40px;
  background-color: #f8f8f8;
}

.page-resources-how-to-use-100jili-app-safely__hero-content {
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-how-to-use-100jili-app-safely__hero-title {
  font-size: 2.8em;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-resources-how-to-use-100jili-app-safely__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-resources-how-to-use-100jili-app-safely__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-how-to-use-100jili-app-safely__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-how-to-use-100jili-app-safely__button--register {
  background-color: #FFFFFF; /* Custom color for Register */
  color: #000000;
  border: 2px solid #000000;
}

.page-resources-how-to-use-100jili-app-safely__button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-how-to-use-100jili-app-safely__button--download {
  background-color: #FCBC45; /* Custom color for Login/Download */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-how-to-use-100jili-app-safely__button--download:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-how-to-use-100jili-app-safely__hero-image-wrapper {
  width: 100%;
  max-width: 1000px; /* Adjust max-width as needed */
  margin-top: 30px;
}

.page-resources-how-to-use-100jili-app-safely__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-use-100jili-app-safely__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-how-to-use-100jili-app-safely__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-how-to-use-100jili-app-safely__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-how-to-use-100jili-app-safely__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-use-100jili-app-safely__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-resources-how-to-use-100jili-app-safely__content-image {
  width: 100%;
  max-width: 700px; /* Max-width for content images */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-use-100jili-app-safely__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-how-to-use-100jili-app-safely__list-item {
  margin-bottom: 10px;
}

.page-resources-how-to-use-100jili-app-safely__action-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-how-to-use-100jili-app-safely__button--login {
  background-color: #FCBC45; /* Custom color for Login */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-how-to-use-100jili-app-safely__button--login:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-how-to-use-100jili-app-safely__link-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.page-resources-how-to-use-100jili-app-safely__link-button:hover {
  background-color: #333333;
}

.page-resources-how-to-use-100jili-app-safely__final-cta {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-how-to-use-100jili-app-safely__button--large {
  padding: 15px 35px;
  font-size: 1.3em;
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-how-to-use-100jili-app-safely__button--large:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-how-to-use-100jili-app-safely__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-how-to-use-100jili-app-safely__related-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.page-resources-how-to-use-100jili-app-safely__related-item {
  margin-bottom: 10px;
}

.page-resources-how-to-use-100jili-app-safely__related-item a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-how-to-use-100jili-app-safely__related-item a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-how-to-use-100jili-app-safely__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-use-100jili-app-safely__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-use-100jili-app-safely__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-use-100jili-app-safely__button {
    width: 80%;
    max-width: 300px;
  }

  .page-resources-how-to-use-100jili-app-safely__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-use-100jili-app-safely__sub-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-use-100jili-app-safely__paragraph,
  .page-resources-how-to-use-100jili-app-safely__list,
  .page-resources-how-to-use-100jili-app-safely__list-item {
    font-size: 1em;
  }

  .page-resources-how-to-use-100jili-app-safely__content-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-how-to-use-100jili-app-safely__action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-use-100jili-app-safely__link-button {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-resources-how-to-use-100jili-app-safely__button--large {
    width: 90%;
    max-width: 350px;
  }

  /* Ensure all img elements within content area are responsive and not smaller than 200px */
  .page-resources-how-to-use-100jili-app-safely img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px; /* Ensure images are not too small */
  }
}