﻿.stub-page {
    background: #f6f8fc;
    border: 1px solid #d7e0eb;
    border-radius: 0.85rem;
    padding: 1rem;
}

.stub-head h1 {
    margin: 0;
    color: #1c2d44;
    font-size: 1.15rem;
}

.stub-head p {
    margin: 0.35rem 0 0;
    color: #556b86;
    font-size: 0.84rem;
}

.stub-body {
    margin-top: 0.8rem;
    border-top: 1px dashed #c3d0e0;
    padding-top: 0.8rem;
    color: #2c3f57;
    font-size: 0.82rem;
}

.stub-body code {
    margin-top: 0.25rem;
    display: inline-block;
    max-width: 100%;
    padding: 0.2rem 0.45rem;
    border-radius: 0.35rem;
    border: 1px solid #c8d4e3;
    background: #ebf0f8;
    font-family: 'JetBrains Mono', 'Consolas', monospace;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.stub-actions {
    margin-top: 0.75rem;
}
