/* Estilo general TMV */
.tmv-vtu-form-wrapper,
.tmv-vtu-result-wrapper,
.tmv-vtu-admin {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.tmv-vtu-btn-primary,
.tmv-vtu-admin .button-primary {
    background: #c1272d;
    border-color: #c1272d;
    color: #fff;
}

.tmv-vtu-btn-primary:hover {
    background: #a31f24;
    border-color: #a31f24;
}

/* Tablas */
.tmv-vtu-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 20px;
    font-size: 14px;
}
.tmv-vtu-table th,
.tmv-vtu-table td {
    border: 1px solid #ddd;
    padding: 6px 8px;
}
.tmv-vtu-table th {
    background: #f5f5f5;
    text-align: left;
}

/* Reporte */
.tmv-vtu-report h3 {
    margin-top: 0;
    color: #c1272d;
}
.tmv-vtu-subtitle {
    font-size: 12px;
    color: #666;
}
.tmv-vtu-footer {
    font-size: 11px;
    color: #777;
    margin-top: 15px;
}

/* Gráfico barras construcción vs tierra */
.tmv-vtu-bar-chart {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0 5px;
    font-size: 13px;
    text-align: center;
    height: 28px;
    overflow: hidden;
}

.tmv-vtu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
}

.tmv-vtu-bar-construccion {
    background: #555;
}

.tmv-vtu-bar-tierra {
    background: #c1272d;
}

.tmv-vtu-note {
    font-size: 11px;
    color: #555;
}

/* Pequeños */
.tmv-vtu-small {
    width: 120px;
}
