/* FIUU FIUU v44 - Online quote/order sync polish */
.ff-smart-v44-request-type { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:12px; }
.ff-smart-v44-request-type label { border:1px solid rgba(17,17,17,.12); border-radius:18px; padding:13px 14px; background:linear-gradient(135deg,rgba(0,174,239,.16),rgba(236,0,140,.12),rgba(255,242,0,.14)); box-shadow:0 14px 40px rgba(17,17,17,.08); cursor:pointer; display:flex; gap:10px; align-items:flex-start; }
.ff-smart-v44-request-type input { margin-top:4px; accent-color:#EC008C; }
.ff-smart-v44-request-type strong { display:block; color:#111; font-size:.98rem; }
.ff-smart-v44-request-type span { display:block; color:rgba(17,17,17,.72); font-size:.84rem; line-height:1.35; }
.ff-online-sync-badge { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; background:rgba(0,174,239,.14); color:#111; font-weight:800; border:1px solid rgba(0,174,239,.22); }
.ff-online-sync-badge::before { content:''; width:8px; height:8px; border-radius:50%; background:linear-gradient(135deg,#00AEEF,#EC008C,#FFF200); box-shadow:0 0 18px rgba(236,0,140,.55); }
.ff-list article.ff-online-request-card { border-left:5px solid #00AEEF; background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(0,174,239,.10),rgba(236,0,140,.08)); }
.ff-online-response { margin-top:10px; padding:12px; border-radius:14px; background:rgba(17,17,17,.05); border:1px dashed rgba(17,17,17,.18); white-space:pre-wrap; }
@media(max-width:720px){ .ff-smart-v44-request-type { grid-template-columns:1fr; } }
