/* Custom overrides for Pico CSS */

nav a.active {
    font-weight: bold;
    text-decoration: underline;
}

table code {
    font-size: 0.9em;
}

.result-box {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 4px;
}

.result-box.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.result-box.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

footer {
    margin-top: 3rem;
    text-align: center;
    opacity: 0.6;
}
