.compare-dropzone {
    min-height: 180px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    background: #fafafa;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.compare-dropzone:hover {
    border-color: #999;
}

.compare-dropzone .dz-message {
    font-size: 16px;
    color: #333;
    margin: 2em 0;
}

.compare-status {
    text-align: center;
    margin-top: 5px;
    min-height: 24px;
}

#compareBtn {
    margin-top: 20px;
}

.diff-stats .label {
    font-size: 14px;
    margin-right: 8px;
}

.diff-header {
    margin-bottom: 20px;
}

.diff-header a {
    margin-right: 15px;
}

.d2h-wrapper {
    font-size: 13px;
}

/* File list table */
.file-list-table {
    margin-top: 15px;
}

.file-list-table td, .file-list-table th {
    vertical-align: middle !important;
}

.file-path-cell a {
    font-family: monospace;
    font-size: 13px;
    word-break: break-all;
}

.changes-cell {
    white-space: nowrap;
}

.lines-added {
    color: #22863a;
    font-weight: bold;
    margin-right: 8px;
    font-family: monospace;
}

.lines-removed {
    color: #cb2431;
    font-weight: bold;
    font-family: monospace;
}

/* Per-file diff page */
.file-diff-header {
    margin-bottom: 20px;
}

.file-diff-path {
    margin: 10px 0;
    font-family: monospace;
    word-break: break-all;
}

.file-diff-meta {
    margin-bottom: 10px;
}

.file-diff-meta .label {
    font-size: 14px;
    margin-right: 8px;
}

.file-diff-nav {
    margin-bottom: 15px;
}

.file-diff-nav .btn {
    margin-right: 5px;
}
