/**
 * Page-specific styles for Van-der-Waals-Experiment
 */

.slider-container {
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
}

.zoom-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

.zoom-display {
    margin-bottom: 20px;
}

/* Quiz feedback styles */
.correct {
    color: #28a745;
    font-weight: bold;
}

.incorrect {
    color: #dc3545;
    font-weight: bold;
}
