
/* Raşidi - Forum/Konu hiyerarşisi: sadece hover durumunda seçilen THEAD rengi */
.navigation {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
}

.navigation a:link,
.navigation a:visited {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    color: var(--rashidi-accent, #386e21);
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.navigation a:hover,
.navigation a:active {
    background: var(--rashidi-accent, #386e21) !important;
    color: var(--rashidi-accent-text, #fff) !important;
    text-decoration: none !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.navigation .active {
    color: var(--rashidi-accent, #386e21);
    font-size: small;
    font-weight: bold;
}

/* Footer başlıkları: açık THEAD renklerinde siyah, koyu THEAD renklerinde beyaz */
#rashidi-footer-links .rashidi-footer-title {
    color: var(--rashidi-accent-text, #fff) !important;
}

/* PRO20 LINK COLOR FIX */
a:link, a:visited, a:hover, a:active { color: #ffffff !important; }

		
		