/* css/single-problem.css — Clean focused problem page */

.single-problem-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.single-problem-main {
    flex: 1;
    margin-top: 80px;
    padding: 3rem 0 5rem;
}

/* All styles now live in problems.css under the SINGLE PROBLEM section */