/*
Theme Name: Hueman Child Theme
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: Administrator
*/
@import url("../hueman/style.css");
/* Your awesome customization starts here */
.entry { color: #444; font-weight: 400; }
.entry.excerpt { color: #555; }
.nav { font-weight: 400; }
.single .related-posts .post-title { font-weight: 400; }

.post-hover:hover .post-thumbnail,
.alx-tab li:hover .tab-item-thumbnail,
.alx-tab li:hover .tab-item-avatar,
.alx-posts li:hover .post-item-thumbnail { opacity: 1; }

.entry .wp-caption-text {
    font-size: 13px;
}

.cat_list_tn {
display:block;
}

/* Apply styles to links directly inside ul (without li) */
.entry ul a {
    margin-bottom: 4px; /* Maintain the spacing between items */
    line-height: 1.8; /* Increase line-height for more vertical space */
}

/* Improve clickability on mobile */
@media (max-width: 768px) {
    .entry ul a {
    line-height: 2.2; /* Increase line-height for more vertical space */
    }
}

