.code-include-title {
    font-size: 0.85em;
    font-weight: 600;
    color: #555;
    background: #f5f5f5;
    padding: 6px 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-bottom: 0;
}

.code-include-title + .highlight {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.code-include-title + .highlight pre {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
