/* --------------------------------------------|
|                                              |
| Items                                        |
|                                              |
|-------------------------------------------- */

.item {
	padding: var(--padding-tertiary-vertical-px) 0 var(--padding-tertiary-vertical-px) 0;
	border-bottom: 1px dotted currentColor;
	position: relative;
}

.item:last-child {
	border-bottom: none;
}

/* --------------------------------------------|
| ct press release                             |
|-------------------------------------------- */

.item--press:last-child {
	border-bottom: 1px dotted currentColor;
}

/* --------------------------------------------|
| Header                                       |
|-------------------------------------------- */

.item__header {
	padding-bottom: 10px;
}

.item__header__right {
	float: right;
}

/* --------------------------------------------|
| Meta                                         |
|-------------------------------------------- */

.item__meta {
	font-size: var(--font-large-size);
	margin-bottom: var(--margin-tertiary-vertical-px);
}

/* --------------------------------------------|
| Content                                      |
|-------------------------------------------- */

.item__content {
	flex-grow: 1;
}

/* --------------------------------------------|
| Images und Media                             |
|-------------------------------------------- */

.item__img {
	margin-bottom: 20px;
}

.item__img:empty {
	display: none;
}

/* --------------------------------------------|
| Taxonomies                                   |
|-------------------------------------------- */

.item__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.item__tags span {
	padding: 5px 6px 5px 6px;
	display: inline-block;
	background-color: var(--color-grey-light);
	white-space: nowrap;
	cursor: pointer;
}

.item__tags span:empty {
	display: none;
}

.item__tags span:hover {
	background-color: var(--color-accent);
	color: var(--color-grey-light);
}

/* --------------------------------------------|
| Footer                                       |
|-------------------------------------------- */

.item__footer {
	padding: var(--padding-primary-vertical-px) 0 0 0;
}

.item__footer:empty {
	padding: 0;
}

/* --------------------------------------------|
|                                              |
| Kirby block types                            |
|                                              |
|-------------------------------------------- */

.type--html {
	margin-bottom: 20px;
}

.type--list {
	margin-bottom: 20px;
}

.type--image {
	margin-bottom: 40px;
}
