@import "interactive.css";

.control-panel,
.test-panel {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-group {
    display: flex;
    gap: 0.5rem;
}

.input-group input {
    flex-grow: 1;
}