/* Custom styles for CPP VAJE */

.question-card-responsive {
    max-width: 700px;
    width: 100%;
}

.pokazi-odgovor, .dodaj-zaznamek, .odstrani-zaznamek {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.odgovor {
    display: none;
}

div > [class="r1"]::before {
    content: "•";
    margin-right: 0.5rem;
    margin-left: 0.25rem;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

[class="r0 formulation odg"] {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .question-card-responsive {
        max-width: 100%;
    }
}

.to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    border-radius: 1.2rem;
    opacity: 0.85;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: opacity 0.2s;
}

.reset-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
}

.to-top-btn:hover, .to-top-btn:focus {
    opacity: 1;
} 