.k2-link {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
}

.is-layout-grid .k2-link > :first-child:last-child,
.wp-block-query > .is-layout-grid > * > :first-child:last-child > .k2-link:first-child:last-child > :first-child:last-child {
	height: 100%;
}

.k2-link--hide {
	display: none;
}

/* hide query li element when direct descendant should hide on self link */
li:has(> .k2-link--query-link.k2-link--hide) {
	display: none;
}

.k2-link--full-width {
	width: 100%;
}

.k2-link--full-height {
	height: 100%;
}