/* https://e6bt.com/wp-content/plugins/e6b-awc-airport-list/assets/app.css?ver=1.0.0 */
:root{--brand:#e75b2b;--ink:#1f2937;--muted:#6b7280;--bg:#ffffff;--row:#f8fafc;--border:#e5e7eb;--link:#0ea5e9}.e6b-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--ink)}.e6b-header{border-bottom:1px solid var(--border);padding:12px 0;margin-bottom:12px}.e6b-header h1{margin:0 0 6px;font-weight:800}.e6b-sub{color:var(--muted)}.e6b-container{max-width:1100px}.e6b-search{display:flex;gap:10px;margin:16px 0 12px}.e6b-input{flex:1;padding:12px 14px;border:1px solid var(--border);border-radius:10px;font-size:16px}.e6b-btn{background:var(--brand);color:#fff;padding:10px 14px;border:0;border-radius:10px;cursor:pointer;font-weight:600}.e6b-muted{color:var(--muted);margin:6px 0 12px}.e6b-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--border);border-radius:12px;overflow:hidden}.e6b-table thead th{background:#f3f4f6;text-align:left;padding:10px 12px;font-size:14px;color:#374151;border-bottom:1px solid var(--border)}.e6b-table tbody td{padding:11px 12px;border-bottom:1px solid var(--border)}.e6b-table tbody tr:nth-child(even){background:var(--row)}.e6b-table tbody tr:hover{background:#eef6ff}.e6b-crumbs{font-size:14px;margin:10px 0}.e6b-col-hide-md{display:table-cell}@media (max-width:820px){.e6b-col-hide-md{display:none}}.e6b-notice{padding:12px 14px;border:1px solid #fde68a;background:#fffbeb;border-radius:10px;color:#92400e}.e6b-center{display:flex;align-items:center;justify-content:center;padding:24px;gap:10px}.e6b-spinner{width:22px;height:22px;border:3px solid #e5e7eb;border-top-color:var(--brand);border-radius:50%;animation:e6bspin 1s linear infinite}@keyframes e6bspin{to{transform:rotate(360deg)}}