.me-empresas{--border:#e4e4e4;--bg:#f7f7f7;width:100%}
.me-filtros{display:grid;grid-template-columns:minmax(180px,1.4fr) repeat(4,minmax(145px,1fr)) auto;gap:12px;align-items:end;margin-bottom:18px}
.me-filtro label{display:block;margin-bottom:6px;font-size:13px;font-weight:600}.me-filtro input,.me-filtro select{width:100%;min-height:44px;padding:8px 10px;border:1px solid var(--border);background:#fff}
.me-reset{min-height:44px;padding:8px 15px;border:1px solid var(--border);background:var(--bg);cursor:pointer}.me-status{min-height:20px;margin-bottom:8px;color:#777;font-size:13px}
.me-map{width:100%;height:520px;margin-bottom:24px;background:#eee}.me-map-warning{padding:14px;margin-bottom:24px;border:1px solid var(--border);background:#fafafa}
.me-count{margin-bottom:10px}.me-table-wrap{overflow-x:auto}.me-table{width:100%;border-collapse:collapse}.me-table th,.me-table td{padding:11px 9px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.me-table th{background:var(--bg)}.me-table tbody tr{cursor:pointer}.me-table tbody tr:hover{background:#fafafa}.me-title{font-weight:600}.me-empty-value{color:#aaa}
.loading .me-results,.loading .me-map{opacity:.55;pointer-events:none}.me-card{width:280px;font-size:13px;line-height:1.45}.me-card img{width:100%;height:140px;object-fit:cover;margin-bottom:9px}.me-card strong{display:block;font-size:16px;margin-bottom:7px}.me-card a{display:inline-block;margin-top:8px;font-weight:600}
@media(max-width:1100px){.me-filtros{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.me-filtros{grid-template-columns:1fr}.me-map{height:390px}.me-table-wrap{overflow:visible}.me-table,.me-table tbody,.me-table tr,.me-table td{display:block;width:100%}.me-table thead{display:none}.me-table tr{padding:10px 12px;margin-bottom:14px;border:1px solid var(--border)}.me-table td{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:7px 0;border:0}.me-table td:before{content:attr(data-label);font-weight:600}}
.me-map-error{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    padding:30px;
    box-sizing:border-box;
    background:#f5f5f5;
}
.me-map-error span{margin-top:6px;font-size:13px;color:#666}

.me-map-legend{position:relative;margin-top:-20px;margin-bottom:24px;font-size:12px}
.me-legend-toggle{padding:7px 12px;border:1px solid #ddd;background:#fff;cursor:pointer;font-weight:600}
.me-legend-body{display:none;position:absolute;z-index:5;left:0;top:38px;min-width:220px;max-width:320px;padding:12px 14px;background:#fff;border:1px solid #ddd;box-shadow:0 3px 12px rgba(0,0,0,.12)}
.me-map-legend.open .me-legend-body{display:block}
.me-legend-body>b{display:block;margin:8px 0 4px}.me-legend-body>b:first-child{margin-top:0}
.me-legend-body span{display:flex;align-items:center;gap:7px;margin:4px 0}.me-legend-body i{width:12px;height:12px;border-radius:50%;display:inline-block;flex:0 0 12px}.me-legend-body em{font-style:normal;width:18px;height:18px;border:1px solid #ddd;display:inline-flex;align-items:center;justify-content:center;font-weight:700}

.me-legend-body .me-sector-icon{width:24px;height:24px;border:0;display:inline-flex;align-items:center;justify-content:center}.me-legend-body .me-sector-icon svg{display:block;width:22px;height:22px}
