/* Problem statement panel */
.problem-content {
    padding: 2.5rem 3rem;
    color: #c9d1d9;
    font-size: 0.875rem;
    line-height: 1.75;
}

.problem-content h1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #f0f6fc;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #21262d;
}

.problem-content h2,
.problem-content h3 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #e6edf3;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2rem;
    margin-bottom: 0.625rem;
}

.problem-content p {
    margin-top: 0;
    margin-bottom: 0.875rem;
    color: #d0d8e0;
}

.problem-content ul,
.problem-content ol {
    margin-top: 0.25rem;
    margin-bottom: 0.875rem;
    padding-left: 1.25rem;
}

.problem-content li {
    color: #d0d8e0;
    margin-bottom: 0.375rem;
}

.problem-content code {
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', ui-monospace, monospace;
    font-size: 0.8rem;
    color: #d0d8e0;
    background: #161b22;
    border: 1px solid #21262d;
    border-radius: 4px;
    padding: 0.1em 0.4em;
}

.problem-content pre {
    background: #161b22;
    border: 1px solid #21262d;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}

.problem-content pre code {
    background: none;
    border: none;
    padding: 0;
    color: #e6edf3;
    font-size: 0.8rem;
}
