/* Category Card Styles */
.trad_category_post_count_card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: start;
}

.trad_category_post_count_card_hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Icon Section */
.trad_category_post_count_card_icon {
    padding: 20px;
    font-size: 40px;
    color: #666;
}

.trad_category_post_count_card_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.trad_category_post_count_card_count {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}
.trad_category_post_count_card_image_or_icon{
    display: flex;
    justify-content: start;
}
.trad_category_post_count_card_image img{
    margin-bottom: -6px !important;
}

.trad_category_post_count_card_content {
    height: 100%;
}
.trad_category_post_count_card_button {
    background-color: #1f2194;
    border: none;
}
.trad_category_post_count_card_image img{
    width: 100%;
    display: flex !important;
    background-color: red;
}