/* Calculadora de tarifas — estilos base, pensados para heredar del tema */
.taxitv-calc { max-width: 520px; }
.taxitv-campo { margin-bottom: 16px; }
.taxitv-campo label { display: block; font-weight: 600; margin-bottom: 6px; }
.taxitv-campo select,
.taxitv-campo input { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 6px; }
.taxitv-campo--doble { display: flex; gap: 12px; }
.taxitv-campo--doble > div { flex: 1; }
.taxitv-ayuda { font-size: 13px; color: #666; margin: 6px 0 0; }
.taxitv-boton { width: 100%; padding: 14px; border: 0; border-radius: 6px; background: #e8b900; color: #111; font-weight: 700; font-size: 16px; cursor: pointer; }
.taxitv-boton:hover { filter: brightness( 0.95 ); }
.taxitv-resultado { margin-top: 18px; }
.taxitv-cargando { padding: 14px; color: #666; }
.taxitv-error { padding: 14px; background: #fff4f4; border: 1px solid #f0c0c0; border-radius: 6px; color: #a12; }
.taxitv-wa { display: inline-block; margin-top: 10px; padding: 10px 16px; background: #25d366; color: #fff; border-radius: 6px; text-decoration: none; font-weight: 600; }
.taxitv-precio { padding: 18px; border: 2px solid #e8b900; border-radius: 8px; }
.taxitv-precio__total { font-size: 34px; font-weight: 800; line-height: 1.1; }
.taxitv-precio__ruta { color: #666; margin-bottom: 12px; }
.taxitv-desglose { list-style: none; margin: 0; padding: 0; border-top: 1px solid #eee; }
.taxitv-desglose li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f2f2f2; font-size: 15px; }
.taxitv-tabla { width: 100%; border-collapse: collapse; }
.taxitv-tabla th, .taxitv-tabla td { padding: 12px; border: 1px solid #e5e5e5; text-align: left; }
.taxitv-nocturno { display: block; font-size: 13px; color: #888; }
.taxitv-nota { font-size: 14px; color: #666; margin-top: 10px; }
