
/* MeddyLab SEO content helpers - aligned with the main website theme */
.meddy-seo-page{
  background:#f8fafc;
  color:#07111f;
  font-family:'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.seo-hero-default{
  background-color:#f7fbff;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.seo-feature-img{
  max-height:360px;
  width:100%;
  object-fit:contain;
}
.seo-article-card{
  line-height:1.78;
  font-size:16px;
}
.seo-article-card h2{
  color:#964E23;
  font-weight:900;
  letter-spacing:-.02em;
  margin-top:34px;
  margin-bottom:14px;
}
.seo-article-card h2:first-child{
  margin-top:0;
}
.seo-article-card p{
  margin-bottom:18px;
  color:#243244;
}
.seo-article-card ul{
  background:#f7fbff;
  border:1px solid rgba(13,110,253,.10);
  border-radius:18px;
  padding:20px 24px 20px 42px;
  margin:18px 0;
}
.seo-callout{
  background:linear-gradient(135deg, rgba(150,78,35,.08), rgba(13,110,253,.07));
  border:1px solid rgba(150,78,35,.16);
  border-radius:24px;
  padding:24px;
  margin:28px 0;
}
.seo-callout h3{
  font-weight:900;
  color:#964E23;
}
.seo-injector{
  background:#fff8f3;
  border:1px solid rgba(150,78,35,.18);
  border-radius:28px;
  padding:26px;
  margin:34px 0;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.eyebrow{
  display:inline-block;
  color:#964E23;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:8px;
}
.seo-pill-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.seo-related-list{
  display:grid;
  gap:10px;
}
.seo-related-card{
  display:block;
  padding:14px 16px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  color:#07111f;
  text-decoration:none;
  background:#f8fafc;
}
.seo-related-card:hover{
  color:#964E23;
  border-color:rgba(150,78,35,.28);
}
.seo-related-card span{
  display:block;
  font-weight:800;
}
.seo-related-card small{
  color:#6b7280;
}
.seo-related-box{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-height:100px;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  background:#f8fafc;
  color:#07111f;
  text-decoration:none;
}
.seo-related-box:hover{
  color:#964E23;
  background:#fff8f3;
}
.seo-related-box span{
  color:#6b7280;
  font-size:13px;
}
.seo-note{
  background:#fff7ed;
  border-left:5px solid #964E23;
  padding:18px 20px;
  border-radius:14px;
  font-weight:600;
}
.seo-side-card{
  position:sticky;
  top:110px;
}
.seo-float-contact,
.seo-float-cart{
  position:fixed;
  z-index:1030;
  right:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:78px;
  height:42px;
  padding:0 14px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(15,23,42,.18);
}
.seo-float-contact{
  bottom:76px;
  background:#964E23;
  color:#fff;
}
.seo-float-cart{
  bottom:24px;
  background:#0d6efd;
  color:#fff;
}
.seo-float-contact:hover,
.seo-float-cart:hover{
  color:#fff;
  transform:translateY(-1px);
}
@media(max-width:991px){
  .seo-article-card{
    padding:22px!important;
    font-size:15px;
  }
  .seo-side-card{
    position:static;
  }
  .seo-feature-img{
    max-height:240px;
  }
  .seo-article-card h2{
    font-size:22px;
  }
  .seo-injector,
  .seo-callout{
    padding:20px;
    border-radius:22px;
  }
}
