.brand{letter-spacing:.11em}.brand img{width:31px;height:31px;object-fit:contain}.footer-brand img{width:155px;height:52px;object-fit:contain;object-position:left center}@media(max-width:600px){.footer-brand img{width:140px}}

/* Cerberus AEO / GEO / Content Styling */
.post-intro {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #344054;
  margin-bottom: 30px;
}
.post-body a {
  color: #0066ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
.post-body a:hover {
  color: #0044b3;
}
.checklist-section {
  margin: 40px 0;
  padding: 26px 30px;
  border-radius: 14px;
  background: #f8faff;
  border: 1px solid #dbe5f0;
}
.checklist-section h2 {
  margin-top: 0 !important;
  font-size: 1.35rem !important;
  color: #07182d;
}
.checklist-items {
  margin: 15px 0 0 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checklist-items li {
  line-height: 1.6;
  color: #344054;
}
.checklist-items strong {
  color: #07182d;
}
.post-disclaimer {
  margin-top: 35px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #f4f6f8;
  color: #667085;
}
