/* 3E BLOG TECHNICAL GUIDES START */

.three-seo-guide-cover{
  position:relative;
  overflow:hidden;
  background:#eef3f8;
}

.three-seo-guide-cover img{
  aspect-ratio:16 / 9 !important;
  object-fit:cover !important;
}

.article-body h3{
  margin:28px 0 10px;
  color:#0f172a;
  font-size:21px;
  line-height:1.3;
  letter-spacing:-.015em;
}

.article-guide-callout{
  display:grid;
  gap:6px;
  margin:24px 0;
  padding:18px 20px;
  border:1px solid #cbd5e1;
  border-left:4px solid #2563eb;
  background:#f8fafc;
}

.article-guide-callout strong{
  color:#0f172a;
}

.article-guide-callout span{
  color:#334155;
  line-height:1.65;
}

.article-compare-table-wrap{
  width:100%;
  margin:20px 0 26px;
  overflow-x:auto;
  border:1px solid #dbe3ec;
  background:#fff;
  -webkit-overflow-scrolling:touch;
}

.article-compare-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  font-size:15px;
  line-height:1.55;
}

.article-compare-table th,
.article-compare-table td{
  padding:14px 15px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #e2e8f0;
}

.article-compare-table th{
  color:#0f172a;
  background:#f1f5f9;
  font-weight:900;
}

.article-compare-table tbody tr:last-child td{
  border-bottom:0;
}

.article-check-grid,
.article-status-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:20px 0 26px;
}

.article-check-grid > div,
.article-status-grid > div{
  display:grid;
  gap:5px;
  padding:16px;
  border:1px solid #dbe3ec;
  background:#f8fafc;
}

.article-check-grid strong,
.article-status-grid strong{
  color:#0f172a;
}

.article-check-grid span,
.article-status-grid span{
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.article-decision-list{
  display:grid;
  gap:10px;
  margin:18px 0 26px;
}

.article-decision-list p{
  margin:0;
  padding:15px 16px;
  border-left:3px solid #2563eb;
  background:#f8fafc;
}

.article-step-list{
  display:grid;
  gap:10px;
  margin:18px 0 26px;
  padding-left:0 !important;
  counter-reset:three-guide-step;
  list-style:none !important;
}

.article-step-list > li{
  position:relative;
  margin:0;
  padding:15px 16px 15px 58px;
  border:1px solid #dbe3ec;
  background:#fff;
  counter-increment:three-guide-step;
}

.article-step-list > li::before{
  content:counter(three-guide-step);
  position:absolute;
  top:14px;
  left:15px;
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:50%;
  background:#0f172a;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.article-reason-list{
  display:grid;
  gap:10px;
  margin:18px 0 26px;
  padding-left:24px;
}

.article-reason-list > li{
  padding:4px 0 4px 6px;
}

.article-clean-checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
  margin:18px 0 26px;
  padding:0 !important;
  list-style:none !important;
}

.article-clean-checklist > li{
  position:relative;
  margin:0;
  padding:14px 15px 14px 43px;
  border:1px solid #dbe3ec;
  background:#f8fafc;
}

.article-clean-checklist > li::before{
  content:"✓";
  position:absolute;
  top:13px;
  left:15px;
  color:#16a34a;
  font-weight:900;
}

.article-code-example{
  margin:18px 0;
  padding:18px;
  overflow-x:auto;
  border:1px solid #1e293b;
  background:#0f172a;
  color:#e2e8f0;
  font-size:14px;
  line-height:1.65;
  white-space:pre;
}

.article-code-example code{
  color:inherit;
  background:transparent;
}

.article-official-link{
  font-weight:800;
}

@media(max-width:700px){
  .article-check-grid,
  .article-status-grid,
  .article-clean-checklist{
    grid-template-columns:1fr;
  }

  .article-compare-table{
    min-width:680px;
  }

  .article-step-list > li{
    padding-left:54px;
  }
}

/* 3E BLOG TECHNICAL GUIDES END */

