/*
Theme Name:   Kanik Child
Template:     kanik
Description:  Child theme of Kanik
Author:       Suprcon
Version:      1.0.0
Text Domain:  kanik-child
*/

/* ----------------------------------------------------------------------
 * Eigene Styles ab hier - Parent-Styles werden via functions.php geladen.
 * -------------------------------------------------------------------- */

/* Interactive Posts Widget: Tags untereinander statt "einer Wurst" */
.m-neuron-interactive-posts__meta-data {
	display: block;
	margin-top: 6px; /* Abstand zur Headline */
}

.m-neuron-interactive-posts__meta-data > span {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-left: 12px; /* Einrueckung der Tag-Liste */
}

.m-neuron-interactive-posts__meta-data > span > a {
	display: block;
}

/* Sicherheitshalber: keine Pseudo-Trenner/Icons rund um die Tag-Links */
.m-neuron-interactive-posts__meta-data a::before,
.m-neuron-interactive-posts__meta-data a::after {
	content: none !important;
}
