﻿.diffviewbox-header-text {
    color: royalblue;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.diffviewbox-container {
    border: 2px solid #000;
    padding: 15px;
    flex: 1;
    min-height: 1.5em;
    overflow-y: auto;
}

.diffviewbox-inserted-text {
    color: dodgerblue;
    font-weight: bold
}

.diffviewbox-deleted-text {
    background-color: lightpink;
}

.diffviewbox-modified-text {
    background-color: yellow;
}

.diffviewbox-unchanged-text {
    background-color: white;
}

.diffviewbox-legend {
    margin-top: 10px;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
