.src-vergleich-grid {
    margin: 0 0 2rem 0;
}

.src-legende-link {
    font-weight: normal;
    margin-left: 0.35rem;
}

.src-karte {
    height: 100%;
    border: 1px solid #1f3a2e;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.src-karte-anfrage-btn {
    margin-top: auto;
    text-align: center;
}

.src-karte-bild {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.src-karte-titel {
    margin: 0;
    font-size: 1.1rem;
    min-height: 2.7rem;
}

.src-karte-preis {
    margin: 0;
    font-weight: bold;
}

.src-karte-beschreibung {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

.src-mehr-lesen {
    text-decoration: none;
    font-size: 0.85rem;
}

.src-karte-kategorien {
    margin-top: 0.5rem;
}

.src-kategorie-label {
    display: block;
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.src-balken {
    display: flex;
    gap: 0.25rem;
}

.src-segment {
    display: inline-block;
    width: 1.5rem;
    height: 1rem;
    border-radius: 0.15rem;
}

.src-karte-icons {
    margin-top: 0.5rem;
}

.src-karte-icon {
    width: 30px;
    height: 30px;
}

.icon-ja {
    color: #3f7e37;
}

.icon-nein {
    color: #c9cdd2;
}

.src-legende-tabelle {
    font-size: 0.9rem;
}

.src-legende-fussnote {
    font-size: 0.8rem;
    color: #777;
    font-style: italic;
    padding-bottom: 0.9rem;
    border-top: none !important;
    border-bottom: 1px solid #adb5bd !important;
}

.src-legende-tabelle thead th {
    border-bottom: 1px solid #adb5bd !important;
}

.src-legende-technologie th {
    width: 140px;
    vertical-align: top;
}

.src-legende-technologie-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}

.src-filterleiste {
    font-size: 0.9rem;
}

.src-filter,
.src-filter-checkbox {
    cursor: pointer;
}

.src-filterleiste .form-check {
    padding-bottom: 0.35rem;
}

.src-ergebnisleiste {
    font-size: 0.9rem;
}

.src-filter-anzahl {
    font-weight: bold;
}

.src-sortierung select {
    width: auto;
    min-width: 180px;
}
