/* Single post — mydigitalword.com layout */

.single-page {
  padding-top: 72px;
  background: #fff;
}

@media (min-width: 1024px) {
  .single-page {
    padding-top: 84px;
  }
}

.single-article.container {
  max-width: 1170px;
  padding-bottom: 2.5rem;
}

.single-article__title {
  font-size: 1.85rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.85rem;
}

@media (min-width: 768px) {
  .single-article__title {
    font-size: 2.35rem;
  }
}

.single-article__excerpt {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0 0 1rem;
}

.single-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.75rem;
}

.single-article__category {
  font-weight: 600;
  color: #374151;
}

.single-article__meta-sep {
  color: #9ca3af;
}

.single-article__top-ad {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1.75rem;
  min-height: 400px;
}

.single-article__ad-label {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5rem;
  color: #6b7280;
}

.single-article__featured {
  margin: 0 auto 2rem;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
}

.single-article__featured-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 520px;
}

.single-article__content {
  max-width: 100%;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #374151;
}

.single-article__content h2 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #111827;
  margin: 2.25rem 0 1rem;
  line-height: 1.35;
}

.single-article__content h2 strong,
.single-article__content h3 strong {
  font-weight: inherit;
}

.single-article__content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  margin: 1.5rem 0 0.75rem;
}

.single-article__content p {
  margin: 0 0 1.15rem;
}

.single-article__content ul,
.single-article__content ol {
  margin: 0 0 1.25rem 1.25rem;
  padding: 0;
}

.single-article__content li {
  margin-bottom: 0.65rem;
  line-height: 1.65;
}

.single-article__content li strong {
  color: #111827;
}

.single-article__content .avpress-offer-block {
  margin: 1.5rem 0;
  max-width: none;
  width: 100%;
}

.article-faq {
  margin: 2rem auto;
  max-width: 1000px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.article-faq__item {
  border-bottom: 1px solid #e5e7eb;
}

.article-faq__item:last-child {
  border-bottom: none;
}

.article-faq__question {
  padding: 1rem 1.15rem;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  list-style: none;
  background: #f9fafb;
}

.article-faq__question::-webkit-details-marker {
  display: none;
}

.article-faq__answer {
  padding: 0 1.15rem 1rem;
  color: #4b5563;
  line-height: 1.65;
}

.single-related {
  border-top: 1px solid #eceef2;
  padding: 3rem 0 4rem;
  background: #fafafa;
}

.single-related__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 2rem;
}

.single-related .container {
  max-width: 1170px;
}

.single-related .home-grid {
  width: 100%;
}
