/* TIM 1.0.1. Limitado a presupuestos; no cambia pedidos ni carrito. */
.tim-presupuesto-app a.tim-presupuesto-btn,
.tim-presupuesto-form-wrapper a.tim-presupuesto-btn,
.tim-presupuesto-view a.tim-presupuesto-btn {
    /* Elementor conserva una regla antigua display:none en esta pagina. */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.tim-presupuesto-actions .tim-presupuesto-btn {
    width: auto;
    flex-shrink: 0;
}
.tim-presupuesto-app a.tim-presupuesto-btn:focus-visible,
.tim-presupuesto-view a.tim-presupuesto-btn:focus-visible {
    outline: 2px solid #011b36;
    outline-offset: 3px;
}
.tim-presupuesto-view { padding: 24px; }
.tim-presupuesto-view .tim-presupuesto-items { margin: 20px 0; }
.tim-presupuesto-view .tim-presupuesto-btn { margin-top: 20px; }
.tim-presupuesto-view .tim-back { display: inline-block; margin-left: 16px; }
.tim-presupuesto-form-wrapper .tim-quote-notice { font-size:13px; line-height:1.6; color:#526171; margin:12px 0; }
.tim-presupuesto-form-wrapper .tim-quote-quantity-note { color:#011b36; font-size:13px; margin:14px 0 4px; }
.tim-presupuesto-form-wrapper .tim-quote-line-total { font-size:13px; margin:4px 0; }
.tim-presupuesto-form-wrapper .tim-quote-cost { border-top:1px solid #d8dfe5; padding-top:16px; margin-top:16px; }
.tim-presupuesto-form-wrapper .tim-total-row { gap:20px; }
.tim-presupuesto-form-wrapper .tim-total-row > :last-child { white-space:nowrap; }
.tim-presupuesto-form-wrapper .price-col { min-width:112px; }
.tim-presupuesto-form-wrapper .price-label { white-space:normal; font-size:11px; }
.tim-presupuesto-form-wrapper .tim-presupuesto-btn-delete { font-size:26px; line-height:1; }
.tim-presupuesto-form-wrapper .tim-qty-input { width:110px; max-width:100%; }
.tim-presupuesto-view .tim-presupuesto-item { display:flex; flex-wrap:wrap; gap:16px; padding:16px; }
.tim-presupuesto-view .tim-quote-saved-summary > div { margin:6px 0; }
@media (max-width:767px) {
 .tim-presupuesto-form-wrapper .tim-card-header { flex-wrap:wrap; gap:14px; }
 .tim-presupuesto-form-wrapper .tim-card-prices { flex-wrap:wrap; }
 .tim-presupuesto-form-wrapper .container-values-deleted { flex-wrap:wrap; }
 .tim-presupuesto-form-wrapper .tim-total-row { font-size:14px; gap:10px; }
}
