#cotizador-flejes { font-family: "Poppins", Arial, sans-serif; background: #fff8ef; padding: 25px; border: 2px solid #A61205; border-radius: 15px; max-width: 420px; margin: 20px auto; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);} #cotizador-flejes label { display: block; margin-bottom: 12px; font-weight: 600; color: #444;} #cotizador-flejes input,#cotizador-flejes select { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #d1d1d1; border-radius: 8px; background-color: #fff; font-size: 14px; transition: all 0.3s ease;} #cotizador-flejes button { width: 100%; background: #A61205 !important; color: #fff !important; border: none; padding: 12px; font-size: 16px; font-weight: bold; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 3px 6px rgba(166, 18, 5, 0.4);} #cotizador-flejes button:hover { background: #7e0d04 !important; transform: translateY(-2px);} #cotizador-flejes #resultadoUnidad,#cotizador-flejes #resultadoTotal { margin-top: 18px; font-weight: bold; color: #333; text-align: center; font-size: 15px; background: #fff3df; border: 1px solid #f1d28a; border-radius: 8px; padding: 10px;}