.ec-footer{margin-top:28px;background:#f8fafc;color:#334155;border-top:1px solid #dbe4ef}
.ec-footer-wrap{max-width:1280px;margin:0 auto;padding:0 12px 16px}
.ec-footer-search{padding:12px 0;border-bottom:1px solid #e2e8f0}
.ec-footer-search-form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ec-footer-search-label{font-size:13px;font-weight:700;color:#1e293b;white-space:nowrap}
.ec-footer-search-bar{display:flex;align-items:center;gap:8px;flex:0 1 760px;min-width:260px}
.ec-footer-keyword{flex:1;max-width:520px;min-width:180px;height:38px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1f2937;padding:0 12px;outline:none}
.ec-footer-keyword:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.16)}
.ec-footer-select{width:108px;height:38px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1f2937;padding:0 10px}
.ec-footer-submit{height:38px;padding:0 14px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}
.ec-footer-submit:hover{background:#1d4ed8}
.ec-footer-advanced{font-size:13px;color:#475569;text-decoration:none}
.ec-footer-advanced:hover{color:#1e293b;text-decoration:underline}
.ec-footer-main{padding-top:14px;display:flex;flex-direction:column;gap:10px}
.ec-footer-links{display:flex;flex-wrap:wrap;gap:8px 14px;line-height:1.6}
.ec-footer-links a{color:#475569;text-decoration:none;font-size:13px}
.ec-footer-links a:hover{color:#111827}
.ec-footer-copy{margin:0;color:#64748b;font-size:13px;line-height:1.7}
.ec-footer-copy a{color:#334155;text-decoration:none}
.ec-footer-copy a:hover{color:#0f172a}
.ec-footer-ver{color:#f59e0b}
@media (max-width:768px){
  .ec-footer-wrap{padding:0 10px 14px}
  .ec-footer-search-form{gap:8px}
  .ec-footer-search-bar{flex:1 1 100%;min-width:0}
  .ec-footer-select{min-width:96px}
  .ec-footer-submit{padding:0 12px}
  .ec-footer-links{gap:6px 10px}
}
