.tmv-mapa-wrap{position:relative;width:100%;}
#tmv-mapa-mvd{width:100%;border:1px solid #ccc;border-radius:6px;overflow:hidden;}
.tmv-mapa-export-btn{position:absolute;right:10px;top:10px;z-index:9999;padding:10px 12px;border:1px solid #1f2937;border-radius:6px;background:#111827;color:#fff;font-size:14px;line-height:1;cursor:pointer;}
.tmv-mapa-pericial .tmv-mapa-export-btn{background:#000;}

/* Hotfix 1.0.7.2 - Buscador de links de portales (admin-only) */
.tmv-mapa-buscador{margin:10px 0;padding:10px;border:1px solid #d0d0d0;border-radius:8px;background:#fff}
.tmv-mapa-buscador__row{display:flex;gap:8px;align-items:center;margin-bottom:8px}
#tmv_portal_q{flex:1;min-width:200px;padding:8px 10px;border:1px solid #cfcfcf;border-radius:6px}
#tmv_portal_btn{padding:8px 12px;border:1px solid #cfcfcf;border-radius:6px;background:#f7f7f7;cursor:pointer}
#tmv_portal_results .tmv-pr{padding:8px;border-top:1px solid #eee;display:flex;gap:10px;align-items:flex-start}
#tmv_portal_results .tmv-pr:first-child{border-top:none}
#tmv_portal_results .tmv-pr__meta{flex:1}
#tmv_portal_results .tmv-pr__title{font-weight:600;margin:0 0 2px 0}
#tmv_portal_results .tmv-pr__sub{margin:0;color:#555;font-size:13px}
#tmv_portal_results .tmv-pr__actions{white-space:nowrap}
#tmv_portal_results .tmv-pr__actions button{padding:6px 10px;border:1px solid #cfcfcf;border-radius:6px;background:#fff;cursor:pointer}
#tmv_portal_selected{margin-top:8px;padding-top:8px;border-top:1px solid #eee;font-size:13px;color:#333}
