/* GerLiga Erinnerungen Typografie-Fix
   Ziel: Erinnerungstexte nicht unterstreichen, nicht als Hyperlink darstellen,
   keine fette Schrift im Text. Nur Überschriften/Titel bleiben fett. */

/* Fan-Chronik / Vereins-Erinnerungen */
.glvab-memory-main,
.glvab-memory-main *,
.glvab-memory-content,
.glvab-memory-content *,
.glvab-memory-body,
.glvab-memory-body *,
.glvab-memory-meta,
.glvab-memory-meta *,
.glrvc-card,
.glrvc-card *,
.glrvc-fulltext,
.glrvc-fulltext *,
.glrvc-thread-preview-main,
.glrvc-thread-preview-main * {
    text-decoration: none !important;
    font-weight: 400 !important;
}

/* Nur Überschriften/Titel dürfen kräftig bleiben */
.glvab-section-title h2,
.glvab-section-head h2,
.glvab-section-headline h2,
.glvab-clean-title h1,
.glrvc-head h1,
.glrvc-detail-head h1,
.glrvc-detail-card h2,
.glrvc-same-game h2,
.glvab-memory-title,
.glrvc-card h2,
.glrvc-thread-preview-main strong {
    font-weight: 900 !important;
    text-decoration: none !important;
}

/* Hover-Unterstreichungen bei Erinnerungs-Titeln ausschalten */
.glvab-memory-content:hover .glvab-memory-title,
.glvab-memory-content:focus-visible .glvab-memory-title,
a.glvab-game-team:hover b,
a.glvab-game-team:focus-visible b,
.glrvc-card:hover h2,
.glrvc-card:focus-visible h2,
.glrvc-thread-preview-link:hover strong,
.glrvc-thread-preview-link:focus-visible strong {
    text-decoration: none !important;
}

/* Links innerhalb eines Erinnerungstextes nicht klickbar/unterstrichen anzeigen */
.glvab-memory-body a,
.glrvc-fulltext a,
.glrvc-card p a,
.glrvc-thread-preview-main span a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    pointer-events: none !important;
    cursor: text !important;
}

/* Buttons und echte Navigationslinks behalten ihren Button-Charakter */
.glvab-btn,
.glvab-btn *,
.glvab-memory-links a,
.glvab-memory-links a *,
.glvab-section-actions a,
.glvab-section-actions a *,
.glrvc-actions a,
.glrvc-actions a *,
.glrvc-lightbox-close,
.glrvc-image-open,
.glrvc-more-image-btn {
    text-decoration: none !important;
}
