
.tmv-empresa-wrap{max-width:860px;margin:20px auto;padding:18px;border:1px solid #ddd;border-radius:10px;background:#fff}
.tmv-empresa-form label{display:block;font-weight:600;margin:0 0 6px}
.tmv-empresa-form input[type="text"], .tmv-empresa-form input[type="email"], .tmv-empresa-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px}
.tmv-row{margin:12px 0}
.tmv-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.tmv-actions{margin-top:14px}
.tmv-btn{padding:10px 14px;border:0;border-radius:10px;cursor:pointer;background:#111;color:#fff}
.tmv-preview img{max-height:90px;margin-top:10px;border:1px solid #eee;border-radius:8px;padding:6px;background:#fafafa}
.tmv-empresa-msg{padding:10px 12px;border-radius:8px;margin:10px 0;border:1px solid #ddd;background:#fafafa}
.tmv-empresa-ok{border-color:#b6e2c1;background:#eefaf1}
.tmv-empresa-error{border-color:#f1b5b5;background:#fff0f0}
@media(max-width:720px){.tmv-grid{grid-template-columns:1fr}}

.tmv-help{font-size:13px;color:#666;margin-top:6px}
.tmv-empresa-form select{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;min-height:44px}
.tmv-empresa-form select[multiple]{min-height:140px}
.tmv-btn-secondary{background:#444}

.tmv-empresa-brand-font{font-family:inherit}
.tmv-empresa-brand-text{color:inherit}


/* Manual de uso */
.tmv-manual-wrap{max-width:860px;margin:18px auto;padding:0}
.tmv-manual-title{margin:0 0 6px 0;font-size:22px}
.tmv-manual-subtitle{margin:0 0 14px 0;color:#555}
.tmv-manual-card{background:#fff;border:1px solid #dcdcde;border-radius:10px;padding:14px;margin:12px 0}
.tmv-manual-card h3{margin:0 0 10px 0;font-size:18px}
.tmv-manual-card ul,.tmv-manual-card ol{margin:0 0 0 18px}
.tmv-manual-codeblock{background:#0b0b0b;color:#fff;border-radius:10px;padding:12px;overflow:auto}
.tmv-manual-codeblock code{color:#fff}
.tmv-manual-note{margin:10px 0 0 0;color:#444}
