/* FlydoSol Flight Search Bar v1.0 */
.ffs-wrap{--o:#f4a019;--b:#e5e7eb;--t:#111827;--mut:#6b7280;background:#f3b21c;border:1px solid var(--b);border-radius:10px;padding:16px}
.ffs-tabs{display:flex;gap:8px;margin-bottom:12px}
.ffs-tab{border:1px solid var(--b);background:#fff;border-radius:8px;padding:8px 12px;cursor:pointer;font-weight:700}
.ffs-tab.active{background:#0b2239;color:#fff;border-color:#0b2239}
.ffs-form{display:flex;flex-direction:column;gap:12px}
.ffs-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ffs-field{display:flex;flex-direction:column;gap:6px}
.ffs-field label{font-size:12px;color:#0b2239;font-weight:700}
.ffs-field select,.ffs-field input[type="date"],.ffs-field input[type="text"]{
  height:44px;border:1px solid var(--b);border-radius:10px;padding:10px 12px;background:#fff;color:var(--t)
}
.ffs-field.sm select{height:44px}
.ffs-actions{display:flex;justify-content:flex-start}
.ffs-btn{height:44px;padding:0 18px;border:0;border-radius:10px;font-weight:800;cursor:pointer;color:#fff;background:linear-gradient(90deg,#ff7a00,#ff8f2a)}
@media (max-width: 980px){ .ffs-row{grid-template-columns:repeat(2,1fr)} }
@media (max-width: 640px){ .ffs-row{grid-template-columns:1fr} .ffs-actions{justify-content:stretch} .ffs-btn{width:100%} }
