.ft-serp{padding:1.5rem 0}
.ft-rich{border:1px solid #dadce0;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}
.ft-rich-head{background:#f8f9fa;padding:.75rem 1rem;border-bottom:1px solid #dadce0;display:flex;align-items:center;gap:.65rem}
.ft-rich-head h1{font-size:clamp(1.05rem,2.6vw,1.25rem);font-weight:400;color:#202124}
.ft-rich-badge{font-size:.68rem;background:#e8f0fe;color:#1a73e8;padding:.15rem .45rem;border-radius:3px;font-weight:600}
.ft-rich-body{display:grid;grid-template-columns:1fr 180px;gap:1rem;padding:1rem}
.ft-rich-text{font-size:.86rem;color:#4d5156;line-height:1.65}
.ft-rich-text p{margin-bottom:.65rem}
.ft-rich-img img{border:1px solid #dadce0;border-radius:4px;width:100%}

.ft-imagepack{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0 1rem;-webkit-overflow-scrolling:touch}
.ft-imagepack img{flex:0 0 min(160px,40vw);border:1px solid #dadce0;border-radius:4px}

.ft-expand-list{border:1px solid #dadce0;border-radius:8px;overflow:hidden;margin:1rem 0}
.ft-expand-item{border-bottom:1px solid #ebebeb;padding:.85rem 1rem;display:grid;grid-template-columns:32px 1fr;gap:.75rem;align-items:start}
.ft-expand-item:last-child{border-bottom:none}
.ft-expand-icon{width:32px;height:32px;background:#e8f0fe;color:#1a73e8;border-radius:50%;text-align:center;line-height:32px;font-size:.75rem;font-weight:800}
.ft-expand-item h2{font-size:.88rem;font-weight:500;color:#202124;margin-bottom:.2rem}
.ft-expand-item p{font-size:.82rem;color:#4d5156}

.ft-people-also{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.ft-also-col{border:1px solid #dadce0;border-radius:8px;padding:.95rem;background:#fff}
.ft-also-col h3{font-size:.82rem;font-weight:700;color:#202124;margin-bottom:.5rem}
.ft-also-col li{font-size:.8rem;color:#4d5156;padding:.25rem 0;border-bottom:1px solid #f1f3f4}
.ft-also-col li:last-child{border-bottom:none}

.ft-inline-steps{display:flex;gap:.75rem;flex-wrap:wrap;margin:1rem 0}
.ft-inline-step{flex:1;min-width:160px;border-left:3px solid #1a73e8;padding:.65rem .85rem;background:#f8f9fa;font-size:.82rem}
.ft-inline-step strong{display:block;font-size:.72rem;color:#1a73e8;margin-bottom:.25rem}
.ft-inline-step h3{font-size:.85rem;font-weight:500;margin-bottom:.2rem;color:#202124}
.ft-inline-step p{color:#4d5156;font-size:.78rem}

.ft-cta{text-align:center;padding:2rem 0;border-top:1px solid #ebebeb;background:#f8f9fa}
.ft-cta h2{font-size:1rem;font-weight:400;margin-bottom:.35rem}
.ft-cta p{font-size:.82rem;color:#5f6368;margin-bottom:.85rem}

@media(max-width:768px){
  .ft-rich-body{grid-template-columns:1fr}
  .ft-people-also{grid-template-columns:1fr}
}
