/**
 * Taxonomy Term Page Styles
 */

/* Glossar term title */
.glossar-term-title {
    font-family: "Noto Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary, #1A75BC);
    margin-bottom: 1.5rem;
    margin-top: 0;
}

/* General taxonomy term title */
.term-title {
    font-family: "Noto Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary, #1A75BC);
    margin-bottom: 1.5rem;
    margin-top: 0;
}

/* Taxonomy term page wrapper */
.glossar-term-page,
.taxonomy-term-page {
    padding: 2rem 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .glossar-term-title,
    .term-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}
