.calcufacil-speed_unit_converter.calcufacil-container{max-width:800px;margin:25px auto;background:#fdfdfd;padding:25px;border-radius:10px;box-shadow:0 4px 15px rgb(0 0 0 / .08);display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;font-family:'Arial',sans-serif;border:1px solid #e0e0e0}.calcufacil-speed_unit_converter h2{width:100%;text-align:center;color:#ff9800;margin-bottom:25px;font-size:24px}.calcufacil-speed_unit_converter .calcufacil-left.calculator-form{flex:1;min-width:300px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .05);border:1px solid #eee}.calcufacil-speed_unit_converter .calcufacil-right.results{flex:1;min-width:300px;background:#fff3e0;padding:25px;border-radius:8px;border:1px solid #ffe0b2;box-shadow:0 2px 8px rgb(0 0 0 / .05);display:flex;flex-direction:column;justify-content:center;align-items:center}.calcufacil-speed_unit_converter .input-group{margin-bottom:18px}.calcufacil-speed_unit_converter label{display:block;font-weight:700;color:#333;margin-bottom:8px;font-size:14px}.calcufacil-speed_unit_converter input[type="text"],.calcufacil-speed_unit_converter select{width:100%;padding:10px 12px;border:1px solid #ffcc80;border-radius:5px;box-sizing:border-box;font-size:15px;background:#fff8e1;font-family:sans-serif}.calcufacil-speed_unit_converter input[type="text"]:focus,.calcufacil-speed_unit_converter select:focus{border-color:#ff9800;box-shadow:0 0 0 2px rgb(255 152 0 / .2);outline:none}.calcufacil-speed_unit_converter .note{font-size:.85em;color:#666;margin-top:5px;line-height:1.4}.calcufacil-speed_unit_converter button{background-color:#ff9800;color:#fff;padding:12px 25px;border:none;border-radius:5px;cursor:pointer;font-size:16px;width:100%;transition:background-color 0.3s ease;font-weight:700}.calcufacil-speed_unit_converter button:hover{background-color:#f57c00}.calcufacil-speed_unit_converter .results-header h2{color:#f57c00;margin-bottom:20px;font-size:20px}.calcufacil-speed_unit_converter .initial-message{text-align:center;color:#777;font-style:italic;padding:20px;background-color:#fffaf0;border:1px dashed #ffe0b2;border-radius:5px}.calcufacil-speed_unit_converter .conversion-summary{width:100%;text-align:center;margin-bottom:25px}.calcufacil-speed_unit_converter .calculation-desc{font-size:1.1em;color:#555;margin-bottom:15px}.calcufacil-speed_unit_converter .main-result{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffe0b2;padding:20px;border-radius:8px;border:1px solid #ffb74d;font-size:1.2em;color:#e65100}.calcufacil-speed_unit_converter .main-result span:first-child{font-weight:400;font-size:.8em;color:#ff9800}.calcufacil-speed_unit_converter .main-result span:last-child{font-size:2.2em;font-weight:700;margin-top:5px}.calcufacil-speed_unit_converter .errors{color:#D32F2F;background-color:#FFCDD2;border:1px solid #EF9A9A;padding:10px 15px;border-radius:4px;margin-top:15px;text-align:center}.calcufacil-speed_unit_converter .errors ul{list-style:none;padding:0;margin:0}.calcufacil-speed_unit_converter .errors li{margin-bottom:5px}.calcufacil-speed_unit_converter .errors li:last-child{margin-bottom:0}.calcufacil-speed_unit_converter .disclaimer-box{margin-top:20px;padding:15px;background-color:#fffde7;border:1px solid #ffecb3;border-left:5px solid #ffc107;border-radius:8px;font-size:.88em;color:#555}.calcufacil-speed_unit_converter .disclaimer-box h4{margin-top:0;margin-bottom:10px;color:#ffc107;font-size:1.05em}.calcufacil-speed_unit_converter .disclaimer-box ul{list-style:disc;margin-left:20px;padding-left:0;line-height:1.6}@media (max-width:768px){.calcufacil-speed_unit_converter.calcufacil-container{flex-direction:column;gap:20px;padding:15px}.calcufacil-speed_unit_converter .calcufacil-left.calculator-form,.calcufacil-speed_unit_converter .calcufacil-right.results{min-width:unset;width:100%}}