.page-blog-article-3 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for body text on dark background */
  background-color: #1A202C; /* Primary dark background */
  padding: 20px 0;
}

.page-blog-article-3__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #2D3748; /* Slightly lighter dark background for content */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-article-3__header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
}

.page-blog-article-3__title {
  font-size: 2.5em; /* H1 */
  color: #FFD700; /* Gold for main title */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-article-3__meta {
  font-size: 0.9em;
  color: #A0AEC0; /* Lighter gray for meta info */
}

.page-blog-article-3__content p {
  margin-bottom: 1.5em;
  font-size: 1.1em; /* 17.6px base font size */
  line-height: 1.7;
}

.page-blog-article-3__heading-2 {
  font-size: 2em; /* H2 */
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.5);
  padding-bottom: 10px;
}

.page-blog-article-3__heading-3 {
  font-size: 1.5em; /* H3 */
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-article-3__list {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1.5em;
  color: #E0E0E0;
}

.page-blog-article-3__list li {
  margin-bottom: 0.8em;
  font-size: 1.05em;
}

.page-blog-article-3__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-blog-article-3__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-article-3__image-caption {
  font-style: italic;
  font-size: 0.9em;
  color: #A0AEC0;
  margin-top: 10px;
}

.page-blog-article-3__blockquote {
  border-left: 4px solid #FFD700;
  background-color: #1A202C;
  padding: 20px 25px;
  margin: 30px 0;
  font-style: italic;
  color: #E0E0E0;
  border-radius: 4px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.page-blog-article-3__blockquote p {
  margin: 0;
  font-size: 1.1em;
}

.page-blog-article-3__cta-section {
  text-align: center;
  margin: 50px 0;
  padding: 30px;
  background-color: #1A202C;
  border-radius: 8px;
  border: 1px solid #FFD700;
}

.page-blog-article-3__cta-section p {
  font-size: 1.2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-blog-article-3__button {
  display: inline-block;
  padding: 12px 25px;
  margin: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1em;
  cursor: pointer;
}

.page-blog-article-3__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  border: 2px solid #FFD700;
}

.page-blog-article-3__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-blog-article-3__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-blog-article-3__button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-blog-article-3__related-articles {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 215, 0, 0.3);
}

.page-blog-article-3__related-list {
  list-style: none;
  padding: 0;
}

.page-blog-article-3__related-list li {
  margin-bottom: 10px;
}

.page-blog-article-3__related-list a {
  color: #FFD700;
  text-decoration: none;
  font-size: 1.05em;
}

.page-blog-article-3__related-list a:hover {
  text-decoration: underline;
}

.page-blog-article-3__back-link {
  margin-top: 40px;
  text-align: center;
}

.page-blog-article-3__back-link a {
  color: #A0AEC0;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-blog-article-3__back-link a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-article-3__title {
    font-size: 2em;
  }

  .page-blog-article-3__heading-2 {
    font-size: 1.7em;
  }

  .page-blog-article-3__heading-3 {
    font-size: 1.3em;
  }

  .page-blog-article-3__content p,
  .page-blog-article-3__list li,
  .page-blog-article-3__blockquote p {
    font-size: 1em;
  }

  .page-blog-article-3__button {
    padding: 10px 20px;
    margin: 8px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-blog-article-3__title {
    font-size: 1.8em;
  }

  .page-blog-article-3__heading-2 {
    font-size: 1.5em;
  }

  .page-blog-article-3__heading-3 {
    font-size: 1.2em;
  }

  .page-blog-article-3__cta-section {
    padding: 20px;
  }

  .page-blog-article-3__button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}