.csuk-binary-converter-tool .csuk_binary_converter_container {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 10px;
}

.csuk-binary-converter-tool #startButton,
.csuk-binary-converter-tool #stopButton {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.csuk-binary-converter-tool .csuk_binary_converter_container button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.csuk-binary-converter-tool .csuk_binary_converter_container button:hover {
    background-color: #0056b3;
}

.csuk-binary-converter-tool .csuk_binary_converter_container #questionContainer,
.csuk-binary-converter-tool .csuk_binary_converter_container #scoreDisplay {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.csuk-binary-converter-tool .csuk_binary_converter_container #question {
    font-size: 18px;
    margin-bottom: 15px;
}

.csuk-binary-converter-tool .csuk_binary_converter_container #startButton,
.csuk-binary-converter-tool .csuk_binary_converter_container #stopButton {
    background-color: #28a745;
}

.csuk-binary-converter-tool .csuk_binary_converter_container #stopButton {
    background-color: #dc3545;
}

.csuk-binary-converter-tool .csuk_binary_converter_container .selected {
    border: 2px solid black;
}

.csuk-binary-converter-tool #timerDisplay {
    display: none;
}

.csuk-binary-converter-tool #successMessage {
    color: green;
    margin-top: 10px;
    display: none;
}

.csuk-binary-converter-tool #selectedOptionsDisplay {
    margin-top: 10px;
    font-style: italic;
}

.csuk-binary-converter-tool #answerInputContainer {
    text-align: center;
    margin-top: 10px;
}

.csuk-binary-converter-tool .answer-input {
    width: 75px;
    margin: 0 5px;
    text-align: center;
    padding: 5px !important;
    border: 1px solid #0016FF !important;
    border-radius: 4px !important;
    font-size: 16px;
}

.csuk-binary-converter-tool .answer-input:disabled {
    background-color: #f3f3f3;
}

.csuk-binary-converter-tool .headers-container {
    text-align: center;
    margin-bottom: 5px;
}

.csuk-binary-converter-tool .header-value {
    display: inline-block;
    width: 75px;
    margin: 0 5px;
    text-align: center;
}

@media (max-width: 599px) {
    .csuk-binary-converter-tool .csuk_binary_converter_container {
        width: 100%;
        box-shadow: none;
    }

    .csuk-binary-converter-tool .answer-input,
    .csuk-binary-converter-tool .header-value {
        width: 25px;
        font-size: 10px;
        padding: 1px !important;
    }
}

@media (min-width: 600px) and (max-width: 799px) {
    .csuk-binary-converter-tool .csuk_binary_converter_container {
        width: 100%;
        box-shadow: none;
    }

    .csuk-binary-converter-tool .answer-input,
    .csuk-binary-converter-tool .header-value {
        width: 40px;
        font-size: 13px;
    }
}
