/* Custom category list styling */
.template_minimal .eventlist_pro {
    font-size: 0.8rem;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}

.template_minimal .eventlist_pro .list_minimal {
    width: 100%;
    border-radius: 0.5rem;
    border: #dedede 1px solid;
    padding: 0.8rem;
    margin: 0.5rem;
}

.template_minimal .tk_kategorie_title,
.template_minimal .tk_kategorie_title_dashicon {
    color: #dedede !important;
}

.template_minimal .eventlist_pro h4 {
    font-weight: 800;
}

.template_minimal .eventlist_pro h2 {
    font-size: 0.9rem;
    font-weight: 600;
}
