@import "interactive.css";

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

meter {
    width: 100%;
    height: 20px;
}

input[type="range"] {
    width: 100%;
    cursor: pointer;
}

.status-panel {
    font-size: 0.85rem;
    color: var(--muted);
    font-weight: 500;
}
