/* Land Similarity — page-specific styles.
   The GIS workspace layout (.suit-workspace, .suit-main, .panel-*, .map-shell,
   .map-layers-control, .meta-table, ...) is shared from suitability_page.css,
   which this page also links. Only similarity-specific bits live here. */

.suit-help {
    font-size: 11px;
    color: var(--tt-muted);
    margin: 6px 0 0;
}

.panel-hint {
    font-weight: 400;
    font-size: 11px;
    color: var(--tt-muted);
}

/* Selected layers list (bottom-centre panel) */
.selected-files {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.selected-file-item {
    border: 1px solid var(--tt-border);
    border-radius: 6px;
    padding: 6px 10px;
    background: #fff;
    font-size: 12px;
    color: var(--tt-ink);
}

.selected-file-item span {
    word-break: break-all;
    line-height: 1.3;
}

.selected-files:empty::after {
    content: "Select at least two layers from the left to compare.";
    color: var(--tt-muted);
    font-size: 12px;
    font-style: italic;
}

/* Points upload box in the side panel */
.points-upload label {
    font-size: 12px;
    font-weight: 600;
    color: var(--tt-ink);
    display: block;
    margin-bottom: 4px;
}

.error {
    color: #c0392b;
    font-size: 11px;
}
