/************************************************************/
/* ysm21 Forum - Complete Kurdish & Mobile Optimization     */
/************************************************************/

/* 1. Global Reset - RTL Focus */
html, body {
    direction: rtl;
    text-align: right;
    background: #55b2e2 url(img/bg.png) repeat-x;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 16px; /* قەبارەی ستاندارد بۆ خوێندنەوە */
    margin: 0;
    padding: 0;
}

/* 2. Main Wrapper - Making it Fluid */
.brd {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
}

#brd-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden;
}

/* 3. Header & Navigation */
#brd-title a {
    color: #fff !important;
    font-size: 1.8em;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#brd-navlinks {
    background: #242424;
    border-radius: 5px;
    margin: 15px 0;
    padding: 5px 10px;
}

#brd-navlinks ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#brd-navlinks li {
    margin-left: 15px;
}

#brd-navlinks a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
}

#brd-navlinks .isactive a {
    color: #FFC107;
    font-weight: bold;
}

/* 4. Forum Tables & Items */
.main-head {
    background: #313131;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.main-item {
    border-bottom: 1px solid #eee;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    background: #fdfdfd;
}

.main-item:nth-child(even) { background: #f7f7f7; }

.main-item .item-subject {
    flex: 1;
    padding-right: 10px;
}

.main-item .item-subject h3 a {
    font-size: 1.1em;
    color: #00579c;
    font-weight: bold;
}

/* 5. Mobile Specific Fixes - THE MOST IMPORTANT PART */
@media screen and (max-width: 768px) {
    /* شاردنەوەی ستوونە ناپێویستەکان لە مۆبایل */
    li.info-topics, li.info-posts, li.info-views, li.info-replies, .info-lastpost {
        display: none !important;
    }
    
    .brd { width: 100%; }
    
    #brd-wrap {
        padding: 10px;
        border-radius: 0;
    }

    #brd-title { text-align: center; }
    
    .main-item {
        padding: 15px 5px;
    }

    /* پۆستەکان لە مۆبایلدا */
    .postbody {
        padding: 10px !important;
    }
    
    .posthead {
        font-size: 0.8em;
    }
}

/* 6. Text Selection & Formatting */
::selection { background: #FFC107; color: #000; }