/* Utility Platform — genuine Related Tools component only. */
body.tool-page .related-tools,body.tool-page .related{width:100%;}
body.tool-page .related-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 0;padding:0}
body.tool-page .related-item{min-width:0;min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;border:1px solid #dbe3ed;border-radius:16px;background:#fff;color:#0b1220;text-decoration:none;box-shadow:0 5px 16px rgba(15,23,42,.05);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
body.tool-page .related-item:hover{border-color:#bfdbfe;box-shadow:0 8px 18px rgba(15,23,42,.09);transform:translateY(-1px)}
body.tool-page .related-item strong{display:block;margin:0;color:#0b1220;font-size:16px;line-height:1.25;font-weight:800}body.tool-page .related-item > div > span{display:block;margin:3px 0 0;color:#64748b;font-size:13px;line-height:1.35}
body.tool-page .related-item > span{display:block;margin:0;color:#64748b;font-size:22px;line-height:1;font-weight:400}
@media(max-width:650px){body.tool-page .related-grid{grid-template-columns:1fr}body.tool-page .related-item{min-height:72px;padding:13px 14px}}
@media(prefers-reduced-motion:reduce){body.tool-page .related-item{transition:none}}
