/* =========================================================
   AA-Grey-Default-Rashid-Tema-PRO2
   TEMİZ SÜRÜM
   Raşidi Gri Tema + Siyah Metalik Üst Menü + Kırmızı Hover
   + Dark Portal Bloğu Entegre
   ========================================================= */

:root {
    --rashidi-accent: #8b0000;
    --rashidi-accent-text: #ffffff;
}

/* =========================================================
   1) GENEL ARKA PLAN (En Koyu Gri Degrade)
   ========================================================= */
body {
    background: #4a4a4a;
    background: linear-gradient(to bottom, #5a5a5a 0%, #3a3a3a 100%);
    background-attachment: fixed;
}

#container {
    background: #3a3a3a;
    border: 1px solid #2a2a2a;
}

#content {
    background: #3a3a3a;
}

.wrapper {
    background: transparent;
}

/* =========================================================
   2) LOGO ALANI
   ========================================================= */
#logo {
    background: #2a2a2a url(../../../images/colors/black_header.png) top left repeat-x;
    border-bottom: 1px solid #111;
}

#header ul.menu li a {
    color: #fff;
}

#logo ul.top_links a.portal {
    background-position: 0 -180px;
}

/* =========================================================
   3) ÜST PANEL
   ========================================================= */
#panel .upper {
    background: #202121 url(../../../images/colors/black_thead.png) top left repeat-x;
    color: #fff;
    border-top: 1px solid #444;
    border-bottom: 1px solid #000;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
    color: #fff;
}

#panel input.textbox {
    border-color: #333;
    background: #2a2a2a;
    color: #fff;
}

#panel input.button {
    background: #202121 url(../../../images/colors/black_thead.png) top left repeat-x;
    color: #fff;
    border-color: #000;
}


/* =========================================================
   5) TCAT — Siyah Arka Plan + Beyaz Font
   ========================================================= */
.tcat {
    background: #000000;
    color: #ffffff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #000;
}

.tcat a:link,
.tcat a:visited,
.tcat a:hover,
.tcat a:active {
    color: #ffffff;
}

/* =========================================================
   6) FORUM LİSTESİ / ALT FORUM / SON YORUMLAR
   Açık Gri Degrade
   ========================================================= */
.trow1 {
    background: #e8e8e8;
    background: linear-gradient(to bottom, #f0f0f0 0%, #e0e0e0 100%);
    border: 1px solid;
    border-color: #ffffff #c0c0c0 #c0c0c0 #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 200, 0.25);
}

.trow2 {
    background: #e0e0e0;
    background: linear-gradient(to bottom, #e8e8e8 0%, #d8d8d8 100%);
    border: 1px solid;
    border-color: #ffffff #c0c0c0 #c0c0c0 #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 200, 0.25);
}

.trow_shaded {
    background: #d8d8d8;
    background: linear-gradient(to bottom, #e0e0e0 0%, #d0d0d0 100%);
    border: 1px solid;
    border-color: #ffffff #b8b8b8 #b8b8b8 #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 200, 0.3);
}

.alt_forumlar li {
    background: transparent;
}

.forumbit_subforums {
    background: transparent;
}

.trow1 .lastpost,
.trow2 .lastpost {
    background: transparent;
}

/* =========================================================
   7) HÜCRE İÇ ÇİZGİLERİ (Biraz Daha Koyu Gri)
   ========================================================= */
.tborder {
    background: #3a3a3a;
    border: 1px solid #2a2a2a;
}

.tborder td {
    border-color: #b0b0b0;
}

.trow1 td,
.trow2 td,
.trow_shaded td {
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

/* =========================================================
   8) NAVIGATION — Hiyerarşi
   Büyük font + hover'da KIRMIZI arka plan + beyaz yazı
   ========================================================= */
.navigation {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 10px;
    background: #3a3a3a;
    background: linear-gradient(to bottom, #454545 0%, #333333 100%);
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    margin-bottom: 8px;
}

.navigation a:link,
.navigation a:visited {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    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, #8b0000) !important;
    color: var(--rashidi-accent-text, #fff) !important;
    font-size: 16px;
    text-decoration: none !important;
    padding: 3px 9px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(139, 0, 0, 0.6);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.navigation .active {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 6px;
}

.pagination_breadcrumb {
    background: #3a3a3a;
    background: linear-gradient(to bottom, #454545 0%, #333333 100%);
    border: 1px solid #2a2a2a;
    outline: 1px solid #555;
    padding: 6px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.pagination_breadcrumb_link:hover {
    background: var(--rashidi-accent, #8b0000);
    color: #ffffff;
    font-size: 15px;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(139, 0, 0, 0.6);
}

/* =========================================================
   9) RAŞİDİ ÜST MENÜ — Siyah Parlak Metalik
   ========================================================= */
#rashidi-mainmenu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#rashidi-mainmenu ul.rashidi-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: linear-gradient(to bottom,
        #3a3a3a 0%,
        #1f1f1f 45%,
        #0a0a0a 55%,
        #000000 100%);
    border-top: 1px solid #555;
    border-bottom: 1px solid #000;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.20),
        inset 0 -1px 0 rgba(0,0,0,0.9),
        0 2px 6px rgba(0,0,0,0.45);
}

#rashidi-mainmenu ul.rashidi-menu li {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

#rashidi-mainmenu ul.rashidi-menu li a,
#rashidi-mainmenu ul.rashidi-menu li a:link,
#rashidi-mainmenu ul.rashidi-menu li a:visited {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 10px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-right: 1px solid #2a2a2a !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 15px !important;
    letter-spacing: .4px;
    white-space: nowrap;
    text-align: center;
    background: linear-gradient(to bottom,
        #6a6a6a 0%,
        #3a3a3a 8%,
        #1a1a1a 45%,
        #000000 52%,
        #0d0d0d 70%,
        #1f1f1f 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.45),
        inset 0 -1px 0 rgba(0,0,0,0.85),
        inset 0 8px 12px -6px rgba(255,255,255,0.12),
        inset 0 -8px 12px -6px rgba(0,0,0,0.6),
        0 1px 3px rgba(0,0,0,0.5) !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.95),
                 0 0 1px rgba(255,255,255,0.15) !important;
    background-repeat: no-repeat !important;
    transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}

#rashidi-mainmenu ul.rashidi-menu li:last-child a {
    border-right: none !important;
}

#rashidi-mainmenu ul.rashidi-menu li a:hover,
#rashidi-mainmenu ul.rashidi-menu li a:focus,
#rashidi-mainmenu ul.rashidi-menu li a:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: var(--rashidi-accent, #8b0000) !important;
    border-color: #000 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(0,0,0,0.55),
        0 0 14px rgba(139,0,0,0.65),
        0 2px 6px rgba(0,0,0,0.7) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9) !important;
}

#rashidi-mainmenu ul.rashidi-menu li.current a,
#rashidi-mainmenu ul.rashidi-menu li a.active {
    background: var(--rashidi-accent, #8b0000) !important;
    color: #fff !important;
}

#header ul.menu.top_links {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* =========================================================
   10) KONU BÖLÜMÜ (showthread) — En Açık Gri Degrade
   ========================================================= */
.post .post_author {
    background: #f0f0f0;
    background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
    border-bottom: 1px solid #c0c0c0;
    border-top: 2px solid #c0c0c0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 180, 0.3);
}

.post.classic .post_author {
    background: #f0f0f0;
    background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
    border: 1px solid #c0c0c0;
    border-left: 0;
}

.post_content {
    background: #f5f5f5;
    background: linear-gradient(to bottom, #fafafa 0%, #f0f0f0 100%);
}

.post_body {
    background: transparent;
}

.post_controls {
    background: #e8e8e8;
    background: linear-gradient(to bottom, #f0f0f0 0%, #e0e0e0 100%);
    border-bottom: 1px solid #c0c0c0;
}

/* =========================================================
   11) AVATAR ve PROFİL ALANI — En Koyu Gri Degrade
   ========================================================= */
.post .post_author div.author_avatar img {
    background: #2a2a2a;
    border: 1px solid #1a1a1a;
    padding: 5px;
}

.post .post_author div.author_information {
    background: #3a3a3a;
    background: linear-gradient(to bottom, #4a4a4a 0%, #2a2a2a 100%);
    color: #e0e0e0;
    padding: 6px 8px;
    border-radius: 4px;
}

.post .post_author div.author_statistics {
    background: #3a3a3a;
    background: linear-gradient(to bottom, #4a4a4a 0%, #2a2a2a 100%);
    color: #c0c0c0;
}

.post.classic .post_author div.author_information {
    background: #3a3a3a;
    background: linear-gradient(to bottom, #4a4a4a 0%, #2a2a2a 100%);
    color: #e0e0e0;
}

/* =========================================================
   12) EDİTÖR TUTAN ARKA PLAN — Orta Gri Degrade
   ========================================================= */
.editor {
    background: #b8b8b8;
    background: linear-gradient(to bottom, #c8c8c8 0%, #a8a8a8 100%);
    border: 1px solid #909090;
}

.editor_control_bar {
    background: #c0c0c0;
    background: linear-gradient(to bottom, #d0d0d0 0%, #b0b0b0 100%);
    border: 1px solid #909090;
}

.post .editor_control_bar {
    background: #c0c0c0;
    background: linear-gradient(to bottom, #d0d0d0 0%, #b0b0b0 100%);
}

/* =========================================================
   13) POPUP MENÜ
   ========================================================= */
.popup_menu {
    background: #e8e8e8;
    border: 1px solid #a0a0a0;
}

.popup_menu .popup_item {
    background: #e0e0e0;
    color: #333;
}

.popup_menu .popup_item:hover {
    background: #333;
    color: #fff;
}

/* =========================================================
   14) PAGINATION
   ========================================================= */
.pagination a {
    background: #e8e8e8;
    border: 1px solid #b0b0b0;
}

.pagination a:hover {
    background-color: #333;
    color: #fff;
    border-color: #000;
}

.pagination .pagination_current {
    background: none;
    color: #333;
    border: none;
    font-weight: bold;
}

/* =========================================================
   15) TFOOT
   ========================================================= */
.tfoot {
    background: #d0d0d0;
    background: linear-gradient(to bottom, #d8d8d8 0%, #c8c8c8 100%);
    border-top: 1px solid #ffffff;
    color: #444;
}

.tfoot a:link,
.tfoot a:visited,
.tfoot a:hover,
.tfoot a:active {
    color: #333;
}

/* =========================================================
   16) BUTONLAR
   ========================================================= */
button,
input.button {
    background: #d0d0d0 url(../../../images/buttons_bg.png) repeat-x;
    border: 1px solid #a0a0a0;
    color: #333;
}

button:hover,
input.button:hover {
    border-color: #808080;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
    background: #202121 url(../../../images/colors/black_thead.png) top left repeat-x;
    color: #fff;
    border: 1px solid #000;
}

/* =========================================================
   17) INPUT / TEXTAREA / SELECT
   ========================================================= */
input.textbox,
textarea,
select {
    background: #f8f8f8;
    border: 1px solid #b0b0b0;
    color: #333;
}

/* =========================================================
   18) BLOCKQUOTE / CODEBLOCK
   ========================================================= */
blockquote {
    background: #e8e8e8;
    border: 1px solid #b0b0b0;
}

.codeblock {
    background: #e8e8e8;
    border: 1px solid #b0b0b0;
}

/* =========================================================
   19) ÖZEL MESAJ / UYARI KUTULARI
   ========================================================= */
.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
}

/* =========================================================
   20) SARIMSI IŞIMA — Hücre Üst İç Kenarı
   ========================================================= */
.trow1,
.trow2,
.trow_shaded {
    box-shadow: inset 0 1px 0 rgba(255, 255, 180, 0.35);
}

/* =========================================================
   21) FOOTER
   ========================================================= */
#footer .upper {
    background: #d0d0d0;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}

#footer .lower {
    background: #3a3a3a;
    color: #c0c0c0;
}

#footer .lower a:link,
#footer .lower a:visited {
    color: #e0e0e0;
}

#footer .lower a:hover,
#footer .lower a:active {
    color: #ffffff;
}

#footer .lower #current_time {
    color: #a0a0a0;
}

#rashidi-footer-links .rashidi-footer-title {
    color: var(--rashidi-accent-text, #fff) !important;
}

/* =========================================================
   22) jGrowl / Modal / Impromptu (Gri Uyumlu)
   ========================================================= */
.jGrowl-notification {
    background-color: #4a4a4a;
    border: 1px solid #2a2a2a;
}

.jGrowl-closer {
    background-color: #3a3a3a;
}

.modal {
    background: #e8e8e8;
}

div.jqi {
    background-color: #e8e8e8;
    border: solid 1px #a0a0a0;
}

div.jqi .jqimessage {
    color: #333;
}

div.jqi .jqibuttons {
    background-color: #d8d8d8;
    border-top: solid 1px #b0b0b0;
}

/* =========================================================
   23) RESPONSIVE
   ========================================================= */
@media (max-width: 700px) {
    #rashidi-mainmenu ul.rashidi-menu {
        flex-wrap: wrap;
    }
    #rashidi-mainmenu ul.rashidi-menu li {
        flex: 1 1 50%;
    }
    #rashidi-mainmenu ul.rashidi-menu li a {
        padding: 11px 8px !important;
        font-size: 13px !important;
    }
    .navigation,
    .navigation a:link,
    .navigation a:visited {
        font-size: 14px;
    }
}

/* =========================================================
   24) PORTAL LAYOUT — Dark Tema Uyumlu
   ========================================================= */
#tablaportal {
    display: table;
    width: auto;
    margin: 0 auto;
}

#contenido {
    display: table-row;
}

#columna1 {
    display: table-cell;
    border: none;
    vertical-align: top;
    padding: 3px;
    width: 200px;
}

#columna2 {
    display: table-cell;
    border: none;
    vertical-align: top;
    padding: 3px;
    width: 800px;
    float: left;
}

#columna3 {
    display: table-cell;
    border: none;
    vertical-align: top;
    padding: 3px;
    width: 200px;
}

#box5,
#box6 {
    border: none;
    vertical-align: top;
    padding: 3px;
    width: 100%;
}

/* =========================================================
   25) PORTAL BLOKLARI — Dark Bloklar
   ========================================================= */
.bloqueportal1 {
    width: 32%;
    border: none;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 2px;
}

.bloqueportal1 img {
    max-width: 95% !important;
    max-height: auto !important;
}

.bloqueportal1,
.bloqueportal2 iframe {
    max-width: 98% !important;
    max-height: auto !important;
}

.bloqueportal2 {
    height: 450px;
    overflow: hidden;
    padding: 3px 0px 3px 5px;
    background: #262626;
    background: linear-gradient(to bottom, #262626 0%, #000000 100%);
    border: 1px solid #111;
    border-radius: 4px;
    color: #e0e0e0;
}

.bloqueportal3 {
    border: 1px solid #333;
    border-radius: 4px;
    padding: 3px;
    background: #000000;
    background: linear-gradient(to bottom, #000000 0%, #262626 100%);
    color: #e0e0e0;
}

/* =========================================================
   26) PORTAL AVATAR — Mavi yerine Kırmızı Işıma
   ========================================================= */
.avatarimg3 img {
    border: 0 none;
    border-radius: 50%;
    box-shadow: 0 0 5px #8b0000;
    max-height: 96px;
    max-width: 96px;
    padding: 0;
    transition: all 1s ease 0s;
}

.avatarimg3 img:hover {
    border-radius: 0;
    box-shadow: 0 0 12px #8b0000, 0 0 20px rgba(139, 0, 0, 0.6);
    cursor: pointer;
    max-height: 125px;
    max-width: 125px;
    transition: all 1s ease 0s;
}

/* =========================================================
   27) PORTAL MESAJ STİLLERİ
   ========================================================= */
.mensaje1 {
    font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 1px #fff;
}

.mensaje2 {
    font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 5px;
}

/* =========================================================
   28) PORTAL "DEVAMINA BAK" BUTONU
   Siyah metalik parlak + Kırmızı hover
   ========================================================= */
.rashidi-announcement-more,
.rashidi-announcement-more a,
a.rashidi-announcement-more,
.portal_announcement .readmore,
.portal_announcement a.readmore,
.portal_announcement_more a {
    display: inline-block !important;
    padding: 8px 16px !important;
    margin-top: 8px !important;
    border-radius: 7px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 12px !important;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 2px solid #000 !important;
    background: linear-gradient(to bottom,
        #4a4a4a 0%,
        #2a2a2a 45%,
        #111111 48%,
        #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.35),
        inset 0 -1px 0 rgba(0,0,0,0.6),
        0 2px 4px rgba(0,0,0,0.55) !important;
    text-shadow: 0 1px 1px #000 !important;
    transition: all .18s ease;
}

.rashidi-announcement-more:hover,
.rashidi-announcement-more a:hover,
a.rashidi-announcement-more:hover,
.portal_announcement .readmore:hover,
.portal_announcement a.readmore:hover,
.portal_announcement_more a:hover,
.rashidi-announcement-more:focus,
.rashidi-announcement-more a:focus,
a.rashidi-announcement-more:focus,
.portal_announcement .readmore:focus,
.portal_announcement a.readmore:focus,
.portal_announcement_more a:focus,
.rashidi-announcement-more:active,
.rashidi-announcement-more a:active,
a.rashidi-announcement-more:active,
.portal_announcement .readmore:active,
.portal_announcement a.readmore:active,
.portal_announcement_more a:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: #8b0000 !important;
    border-color: #000 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.45),
        inset 0 -1px 0 rgba(0,0,0,0.45),
        0 0 14px rgba(139,0,0,0.85),
        0 2px 6px rgba(0,0,0,0.7) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9) !important;
    transform: translateY(-1px);
}

/* =========================================================
   29) PORTAL RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
    #columna1,
    #columna2,
    #columna3 {
        display: block;
        width: 100% !important;
        float: none !important;
    }

    #tablaportal,
    #contenido {
        display: block;
        width: 100%;
    }

    .bloqueportal1 {
        width: 100%;
    }
}

/* =========================================================
   RAŞİDİ FOOTER — TAM SÜRÜM (KIRMIZI HOVER)
   - 3 blok yan yana (grid 1fr 1fr 1fr)
   - Dost Sayfalar: metalik buton + KOYU KIRMIZI hover
   - Portal butonları: metalik buton + KOYU KIRMIZI hover
   - Sosyal medya: resimsiz CSS ikonlar, 6'lı tek satır
   ========================================================= */

/* Kırmızı hover rengi (değişken zaten tanımlı ama garanti olsun) */
:root {
    --rashidi-accent: #8b0000;
    --rashidi-accent-text: #ffffff;
    --rashidi-accent-glow: rgba(139, 0, 0, 0.85);
}

/* ---------- ANA FOOTER GRID: 3 BLOK YAN YANA ---------- */
#rashidi-footer-links {
    width: 100%;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 14px !important;
    align-items: start;
    margin: 0 auto;
    padding: 22px 10px 18px;
    background: #111;
    border-top: 1px solid #333;
    border-bottom: 1px solid #000;
}

#rashidi-footer-links .rashidi-footer-box {
    min-width: 0;
    background: linear-gradient(to bottom, #252525 0%, #101010 52%, #050505 100%);
    border: 1px solid #333;
    border-radius: 7px;
    padding: 0 12px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.45);
}

#rashidi-footer-links .rashidi-footer-title {
    margin: 0 -12px 10px;
    padding: 9px 12px;
    text-align: center;
    background: var(--rashidi-accent, #8b0000);
    color: var(--rashidi-accent-text, #fff) !important;
    border-radius: 6px 6px 0 0;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
}

#rashidi-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ---------- DOST SAYFALAR: METALİK + KIRMIZI HOVER ---------- */
#rashidi-footer-links .rashidi-friend-link,
#rashidi-footer-links .rashidi-friend-link:link,
#rashidi-footer-links .rashidi-friend-link:visited {
    display: block !important;
    margin: 5px 0 !important;
    padding: 7px 10px !important;
    border-radius: 7px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 12px !important;
    letter-spacing: .3px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 2px solid #000 !important;
    background: linear-gradient(to bottom,
        #4a4a4a 0%,
        #2a2a2a 45%,
        #111111 48%,
        #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.35),
        inset 0 -1px 0 rgba(0,0,0,0.6),
        0 2px 4px rgba(0,0,0,0.55) !important;
    text-shadow: 0 1px 1px #000 !important;
    transition: all .18s ease;
}

#rashidi-footer-links .rashidi-friend-link:hover,
#rashidi-footer-links .rashidi-friend-link:focus,
#rashidi-footer-links .rashidi-friend-link:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: var(--rashidi-accent, #8b0000) !important;   /* ← KOYU KIRMIZI */
    border-color: #000 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.45),
        inset 0 -1px 0 rgba(0,0,0,0.45),
        0 0 14px var(--rashidi-accent-glow, rgba(139,0,0,0.85)),   /* ← KIRMIZI GLOW */
        0 2px 6px rgba(0,0,0,0.7) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9) !important;
    transform: translateY(-1px);
}

/* =========================================================
   SOSYAL MEDYA — RESİMSİZ CSS İKONLAR
   Saf CSS + Unicode glyph, parlak metalik, hover KIRMIZI glow
   ========================================================= */

#rashidi-footer-links .rashidi-social-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

#rashidi-footer-links .rashidi-social {
    position: relative;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    min-width: 0;
    max-width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 8px !important;
    border: 2px solid #000 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: clamp(14px, 1.3vw, 22px);
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.9);
    background: linear-gradient(to bottom,
        #4a4a4a 0%,
        #2a2a2a 45%,
        #111111 48%,
        #000000 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.35),
        inset 0 -1px 0 rgba(0,0,0,0.6),
        0 2px 4px rgba(0,0,0,0.55);
    transition: all .18s ease;
}

/* Hover: KIRMIZI parlak glow */
#rashidi-footer-links .rashidi-social:hover,
#rashidi-footer-links .rashidi-social:focus {
    background: var(--rashidi-accent, #8b0000) !important;    /* ← KOYU KIRMIZI */
    border-color: #000 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.5),
        inset 0 -1px 0 rgba(0,0,0,0.4),
        0 0 16px var(--rashidi-accent-glow, rgba(139,0,0,0.85)),   /* ← KIRMIZI GLOW */
        0 3px 8px rgba(0,0,0,0.7) !important;
}

/* Glyph fontu */
#rashidi-footer-links .rashidi-social::before {
    font-family: "Segoe UI Symbol", "Apple Color Emoji", "Segoe UI Emoji",
                 "Noto Color Emoji", Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
}

/* --- İKON KARAKTERLERİ --- */
#rashidi-footer-links .rashidi-social.rsi-youtube::before   { content: "▶"; }
#rashidi-footer-links .rashidi-social.rsi-radio::before     { content: "?"; }
#rashidi-footer-links .rashidi-social.rsi-blog::before      { content: "✎"; }
#rashidi-footer-links .rashidi-social.rsi-book::before      { content: "?"; }
#rashidi-footer-links .rashidi-social.rsi-toplist::before   { content: "★"; }
#rashidi-footer-links .rashidi-social.rsi-pinterest::before { content: "P"; font-family: Georgia, serif; }
#rashidi-footer-links .rashidi-social.rsi-flickr::before    { content: "◉"; }
#rashidi-footer-links .rashidi-social.rsi-deviantart::before{ content: "dA"; font-family: Arial, sans-serif; font-size: .7em; letter-spacing: -.5px; }
#rashidi-footer-links .rashidi-social.rsi-tarikat::before   { content: "☪"; }
#rashidi-footer-links .rashidi-social.rsi-facebook::before  { content: "f"; font-family: Georgia, serif; font-size: 1.05em; }
#rashidi-footer-links .rashidi-social.rsi-x::before         { content: "?"; }

/* Instagram: özel gradyan + glyph */
#rashidi-footer-links .rashidi-social.rsi-instagram {
    background:
        radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 25%, #d62976 55%, #962fbf 80%, #4f5bd5 100%) !important;
}
#rashidi-footer-links .rashidi-social.rsi-instagram::before { content: "◉"; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* 900px altı: 3 bloktan 2'ye */
@media (max-width: 900px) {
    #rashidi-footer-links {
        grid-template-columns: 1fr 1fr !important;
    }
    #rashidi-footer-links .rashidi-footer-box:last-child {
        grid-column: 1 / -1;
    }
    #rashidi-footer-links .rashidi-social-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}

/* 620px altı: tek sütun */
@media (max-width: 620px) {
    #rashidi-footer-links {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 15px 8px !important;
    }
    #rashidi-footer-links .rashidi-footer-box:last-child {
        grid-column: auto;
    }
    #rashidi-footer-links .rashidi-social-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }
    #rashidi-footer-links .rashidi-social {
        border-radius: 6px !important;
        border-width: 1.5px !important;
    }
    #rashidi-footer-links .rashidi-friend-link {
        font-size: 11px !important;
        padding: 6px 8px !important;
    }
}

/* 420px altı */
@media (max-width: 420px) {
    #rashidi-footer-links .rashidi-social-grid {
        gap: 4px !important;
    }
    #rashidi-footer-links .rashidi-social {
        border-radius: 5px !important;
    }
}

/* YEDEK: portal buton rollover — global.css ezilirse diye */
body .rashidi-announcement-more a:hover,
body .rashidi-quick-links a:hover {
    color: #ffffff !important;
    background: var(--rashidi-accent, #8b0000) !important;
    background-image: none !important;
    border-color: #000 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.5),
        inset 0 -1px 0 rgba(0,0,0,0.4),
        0 0 14px var(--rashidi-accent-glow, rgba(139,0,0,0.85)),
        0 2px 6px rgba(0,0,0,0.7) !important;
}

/* =========================================================
   RAŞİDİ TOPLIST — PARLAK METALİK BUTONLAR
   Her butonun hover'ı FARKLI RENK
   ========================================================= */

#rashidi-toplist {
	width: 100%;
	max-width: 1100px;
	margin: 18px auto 10px;
	padding: 0 10px;
	box-sizing: border-box;
}

/* Başlık */
#rashidi-toplist .rashidi-toplist-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 12px;
	margin-bottom: 12px;
	letter-spacing: 2px;
	background: linear-gradient(180deg, #3a3a3a 0%, #0a0a0a 100%);
	border: 1px solid #000;
	border-radius: 6px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.9);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.15),
		inset 0 -1px 0 rgba(0,0,0,0.7),
		0 2px 6px rgba(0,0,0,0.5);
}

/* Grid - 6 buton yan yana */
#rashidi-toplist .rashidi-toplist-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	width: 100%;
}

/* ---------- BUTON TEMEL STİLİ (METALİK SİYAH) ---------- */
.rashidi-toplist-btn,
.rashidi-toplist-btn:link,
.rashidi-toplist-btn:visited {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 8px !important;
	border-radius: 7px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 13px !important;
	letter-spacing: .5px;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #000 !important;
	background: linear-gradient(to bottom,
		#4a4a4a 0%,
		#2a2a2a 45%,
		#111111 48%,
		#000000 100%) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.35),
		inset 0 -1px 0 rgba(0,0,0,0.6),
		0 2px 4px rgba(0,0,0,0.55) !important;
	text-shadow: 0 1px 1px #000 !important;
	transition: all .22s ease;
	position: relative;
	overflow: hidden;
}

/* Buton parıltı efekti */
.rashidi-toplist-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg,
		transparent 0%,
		rgba(255,255,255,0.25) 50%,
		transparent 100%);
	transition: left .5s ease;
}

.rashidi-toplist-btn:hover::before {
	left: 130%;
}

/* ---------- HOVER: ORTAK AYARLAR ---------- */
.rashidi-toplist-btn:hover,
.rashidi-toplist-btn:focus,
.rashidi-toplist-btn:active {
	color: #ffffff !important;
	text-decoration: none !important;
	border-color: #000 !important;
	transform: translateY(-2px);
	text-shadow: 0 1px 2px rgba(0,0,0,0.95) !important;
}

/* =========================================================
   HER BUTONA ÖZEL HOVER RENGİ
   ========================================================= */

/* 1) AraBul - KIRMIZI */
.rashidi-toplist-btn.rts-arabul:hover,
.rashidi-toplist-btn.rts-arabul:focus,
.rashidi-toplist-btn.rts-arabul:active {
	background: linear-gradient(180deg, #e63946 0%, #8b0000 100%) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 0 18px rgba(230,57,70,0.85),
		0 3px 8px rgba(0,0,0,0.7) !important;
}

/* 2) Efsane - ALTIN SARI */
.rashidi-toplist-btn.rts-efsane:hover,
.rashidi-toplist-btn.rts-efsane:focus,
.rashidi-toplist-btn.rts-efsane:active {
	background: linear-gradient(180deg, #ffd700 0%, #b8860b 100%) !important;
	color: #000000 !important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.7),
		0 0 18px rgba(255,215,0,0.85),
		0 3px 8px rgba(0,0,0,0.7) !important;
}

/* 3) TB-List - TURKUAZ */
.rashidi-toplist-btn.rts-tblist:hover,
.rashidi-toplist-btn.rts-tblist:focus,
.rashidi-toplist-btn.rts-tblist:active {
	background: linear-gradient(180deg, #00d4d4 0%, #007a7a 100%) !important;
	color: #000000 !important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.6),
		0 0 18px rgba(0,212,212,0.85),
		0 3px 8px rgba(0,0,0,0.7) !important;
}

/* 4) Tiryaki - MOR */
.rashidi-toplist-btn.rts-tiryaki:hover,
.rashidi-toplist-btn.rts-tiryaki:focus,
.rashidi-toplist-btn.rts-tiryaki:active {
	background: linear-gradient(180deg, #a855f7 0%, #6b21a8 100%) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 0 18px rgba(168,85,247,0.85),
		0 3px 8px rgba(0,0,0,0.7) !important;
}

/* 5) Tlist-K - YEŞİL */
.rashidi-toplist-btn.rts-tlist:hover,
.rashidi-toplist-btn.rts-tlist:focus,
.rashidi-toplist-btn.rts-tlist:active {
	background: linear-gradient(180deg, #22c55e 0%, #166534 100%) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 0 18px rgba(34,197,94,0.85),
		0 3px 8px rgba(0,0,0,0.7) !important;
}

/* 6) Web-Tunca - MAVİ */
.rashidi-toplist-btn.rts-webtunca:hover,
.rashidi-toplist-btn.rts-webtunca:focus,
.rashidi-toplist-btn.rts-webtunca:active {
	background: linear-gradient(180deg, #3b82f6 0%, #1e3a8a 100%) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.5),
		0 0 18px rgba(59,130,246,0.85),
		0 3px 8px rgba(0,0,0,0.7) !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
	#rashidi-toplist .rashidi-toplist-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 520px) {
	#rashidi-toplist .rashidi-toplist-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}
	.rashidi-toplist-btn {
		font-size: 11px !important;
		min-height: 42px;
		padding: 8px 6px !important;
	}
}
		
		