.calculator-container{max-width:800px;margin:0 auto}.result-box{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:20px;margin-bottom:20px}.result-item{margin-bottom:15px;padding:10px;border-bottom:1px solid #dee2e6}.result-item:last-child{border-bottom:none}.result-label{font-weight:700;color:#6c757d;font-family:monospace}.result-value{font-size:18px;color:#28a745;font-family:monospace;word-break:break-all}.history-container{max-height:300px;overflow-y:auto;margin-top:20px}.history-item{padding:10px;border-bottom:1px solid #dee2e6;font-size:14px;font-family:monospace}.history-item:last-child{border-bottom:none}.bit-size{display:flex;gap:10px;margin-bottom:15px}.bit-size label{margin:0}.error-message{color:#dc3545;font-size:14px;margin-top:5px;display:none}
/*# sourceMappingURL=binary-decimal-converter-content.css.map */