.content-area.primary{
    margin-top:0px !important
}

.all-categories,
.all-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: start;
    margin: 15px 0;
}

.cat-btn {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 25px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
    transition: 0.3s ease;
    font-family: 'ایران سنس';
}

/* 🎨 رنگ دکمه‌های دسته‌بندی‌ها */
/* 🔹 دسته‌ها */
.cat-btn-blue {
background-color: #f0f4ff;
color: #9e9e9e !important;
border: 1px solid #dbe2ff;
}
.cat-btn-blue:hover {
background-color: #d7e3ff;
color: #000;
}
.cat-btn-blue:hover {
background-color: #d7e3ff;
color: #000;
}

/* 🟠 رنگ دکمه‌های تگ‌ها */
.cat-btn-orange {
background-color: #fff3e0;
color: #9e9e9e;
border: 1px solid #ffd9a6;
}
.cat-btn-orange:hover {
background-color: #ffe0b2;
color: #9e9e9e;
}