/* ==== LEGEND COMPONENT ==== */
/* Color legend styling */

.legende-titel {
    font-size: var(--font-size-bereich-titel);
    font-weight: bold;
    margin-bottom: var(--spacing-md);
}

.legende-item {
    margin-bottom: var(--spacing-xs);
    padding: var(--spacing-sm);
    color: white;
    text-align: center;
    border-radius: 4px;
}

.legende-item-titel {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.legende-item-inhalt {
    font-size: var(--font-size-small);
    line-height: 1.4;
}

.legende-modul {
    margin-bottom: var(--spacing-xs);
}

.legende-description {
    font-size: var(--font-size-small);
    margin-top: var(--spacing-xs);
    color: var(--color-text);
}

/* ==== LEGEND HINT ==== */

.legend-hint {
    background: var(--color-hub-button);
    color: white;
    padding: var(--spacing-lg);
    border-radius: 6px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
}

.legend-hint strong {
    font-weight: 700;
    text-decoration: underline;
}
