/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
/* ===============================
   CSS سفارشی
   =============================== */

/* Container برای دسته و برچسب‌ها */
.tagged_as, .posted_in {
    display: inline-block; /* کنار هم قرار بگیرن */
    margin-right: 10px; /* فاصله بین هر آیتم */
    font-size: 14px; /* سایز مناسب */
    color: #555; /* رنگ متن */
}

/* لینک‌ها داخل دسته/برچسب */
.tagged_as a, .posted_in a {
    color: #0073aa;
    text-decoration: none;
}

.tagged_as a:hover, .posted_in a:hover {
    text-decoration: underline;
}