.tanrad-wrapper{
    font-family:Vazirmatn,sans-serif;
    max-width:420px;
}

.tanrad-level1{
    margin-bottom:20px;
}

.tanrad-level1-title{
    font-weight:700;
    font-size:16px;
    padding:10px 0;
    border-bottom:2px solid #eee;
    margin-bottom:8px;
    text-align:center;          /* وسط‌چین */
    color:#2B388F;              /* سورمه‌ای */
}

.tanrad-item{
    border-bottom:1px solid #eee;
}

.tanrad-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px;
    cursor:pointer;
    text-decoration:none;
    color:#333;
    font-size:15px;
}

.tanrad-header:hover{
    background:#f7f8fa;
}

.tanrad-icon{
    font-size:18px;
    font-weight:bold;
    transition:.3s;
}

.tanrad-arrow{
    font-size:18px;
}

.tanrad-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    background:#fafafa;
    padding:0 15px;
}

.tanrad-content a{
    display:block;
    padding:8px 0;
    font-size:14px;
    color:#555;
    text-decoration:none;
}

.tanrad-content a:hover{
    color:#2B388F;
}

.tanrad-content .tanrad-show-all{
    display:block !important;
    text-align:center !important;
    text-decoration:none !important;

    font-weight:700 !important;
    font-size:14px !important;

    color:#ffffff !important;
    background:#2f6df6 !important;   /* آبی پررنگ‌تر */

    padding:12px 16px !important;   /* پدینگ بهتر */

    border-radius:14px !important;  /* گوشه خمیده */

    margin:8px 0 12px 0 !important;

    transition:all .25s ease !important;
}

.tanrad-content .tanrad-show-all:hover{
    background:#1f55d6 !important;
    color:#ffffff !important;
}
.tanrad-item.active .tanrad-icon{
    transform:rotate(45deg);
}

@media(max-width:768px){
    .tanrad-wrapper{
        max-width:100%;
    }
}

.tanrad-level3{
    display:flex;
    align-items:center;
    gap:10px; /* فاصله دایره تا نوشته */
}

.tanrad-level3::before{
    content:"";
    width:8px;
    height:8px;
    background:#29b473; /* رنگ جدید */
    border-radius:50%;
    display:inline-block;
    flex-shrink:0;
}