.page-resources-sodo66-download-app {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-sodo66-download-app__hero {
  background: linear-gradient(135deg, #2C3E50 0%, #F39C12 100%);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-resources-sodo66-download-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sodo66-download-app__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-sodo66-download-app__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-sodo66-download-app__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 10px 10px 0 0;
  cursor: pointer;
  border: none;
}

.page-resources-sodo66-download-app__button--primary {
  background-color: #F39C12;
  color: #2C3E50;
}

.page-resources-sodo66-download-app__button--primary:hover {
  background-color: #e08e0b;
  transform: translateY(-2px);
}

.page-resources-sodo66-download-app__button--secondary {
  background-color: #2C3E50;
  color: #F39C12;
  border: 1px solid #F39C12;
}

.page-resources-sodo66-download-app__button--secondary:hover {
  background-color: #1a2730;
  transform: translateY(-2px);
}

.page-resources-sodo66-download-app__content-section {
  padding: 50px 0;
  background-color: #ffffff;
}

.page-resources-sodo66-download-app__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  color: #2C3E50; /* Ensure text color has good contrast */
}

.page-resources-sodo66-download-app__heading {
  font-size: 2em;
  color: #2C3E50;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-sodo66-download-app__sub-heading {
  font-size: 1.5em;
  color: #2C3E50;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-sodo66-download-app__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-sodo66-download-app__list,
.page-resources-sodo66-download-app__ordered-list {
  margin-bottom: 1em;
  padding-left: 25px;
  list-style-type: disc;
  font-size: 1.1em;
  color: #2C3E50;
}

.page-resources-sodo66-download-app__ordered-list {
  list-style-type: decimal;
}

.page-resources-sodo66-download-app__list li,
.page-resources-sodo66-download-app__ordered-list li {
  margin-bottom: 0.5em;
}

.page-resources-sodo66-download-app__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-sodo66-download-app__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sodo66-download-app__link {
  color: #F39C12;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-sodo66-download-app__link:hover {
  text-decoration: underline;
  color: #e08e0b;
}

.page-resources-sodo66-download-app__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.page-resources-sodo66-download-app__return-link {
  margin-top: 50px;
  text-align: center;
  font-size: 1.1em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-sodo66-download-app__title {
    font-size: 2.2em;
  }

  .page-resources-sodo66-download-app__subtitle {
    font-size: 1em;
  }

  .page-resources-sodo66-download-app__heading {
    font-size: 1.8em;
  }

  .page-resources-sodo66-download-app__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-sodo66-download-app__button {
    width: 100%;
    margin-right: 0;
  }

  .page-resources-sodo66-download-app__button-group {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-sodo66-download-app__hero {
    padding: 60px 15px;
  }

  .page-resources-sodo66-download-app__title {
    font-size: 1.8em;
  }

  .page-resources-sodo66-download-app__article-content {
    padding: 0 15px;
  }
}