// Last Updated: 01.07.2025 at 21:42 (CEST)
/* =============================================
   Binary Decimal Hex Converter Styles
   ============================================= */

.converter-section {
    margin-bottom: 1.5rem;
}

.converter-label {
    display: block;
    margin-bottom: 0.25rem;
}

.converter-input {
    width: 100%;
    max-width: 300px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.button-row button {
    min-width: 2rem;
}

.clear-btn {
    margin-top: 1.5rem;
    width: 100%;
    max-width: 300px;
}
