.tool-page-header {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.tool-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
}

.font-monospace {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.output-panel {
    min-height: 440px;
    max-height: 62vh;
    overflow: auto;
    margin: 0;
    background: #f8f9fa;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 12px;
    white-space: pre-wrap;
    word-break: break-all;
    font-size: 13px;
    line-height: 1.5;
}

.render-panel {
    min-height: 440px;
    max-height: 62vh;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 12px;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.7;
}

.render-panel p {
    margin: 0 0 0.5rem;
    line-height: 1.5;
}

.render-panel p:last-child {
    margin-bottom: 0;
}
