@import url('/blogs/telfo-artikel.css');

.article-body a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.article-body a:hover {
  color: var(--navy);
}

.article-body .summary-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.article-body ul {
  margin-bottom: 22px;
}

.article-body ul li {
  padding: 7px 0 7px 30px;
}

.article-body ul li::before {
  left: 8px;
  top: 16px;
  opacity: 0.72;
}

.tip-box {
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
}

.checklist-box {
  margin: 20px 0 18px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fbfdff;
}

.checklist {
  margin: 0;
}

.checklist li {
  padding: 8px 0 8px 34px;
}

.checklist li:last-child {
  padding-bottom: 0;
}

.checklist li::before {
  left: 10px !important;
  top: 17px !important;
  width: 12px !important;
  height: 12px !important;
  background: linear-gradient(135deg, var(--blue), var(--navy)) !important;
  box-shadow: inset 0 0 0 2px #fff;
  opacity: 1 !important;
}

.section-num {
  margin: 36px 0 12px;
}

.section-num-badge {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  font-size: 12px;
}

.section-num h3 {
  line-height: 1.3;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  background: #fff;
}

.faq-item h3 {
  margin: 0 0 8px;
}

.faq-item p {
  margin: 0;
}

.hero-image-inner {
  background: linear-gradient(135deg, #f2f7ff 0%, #dce7ff 42%, #c6d8ff 100%);
  border-radius: 14px;
}

.article-meta {
  flex-wrap: wrap;
}

.toc-card,
.author-card,
.related-grid {
  border-radius: 12px;
}

.related-card {
  padding: 24px;
}

.article-cta {
  border-radius: 14px;
  padding: 36px;
}

.cta-btn {
  border-radius: 8px;
}

.related-card.is-link {
  cursor: pointer;
}

@media (max-width: 880px) {
  .checklist-box,
  .faq-item {
    padding: 18px;
  }

  .related-card,
  .article-cta {
    padding: 20px;
  }
}
