/* 
TODO
- fixed margin of list items
*/

/*
.teaser li > *:last-child {
	--flow-space: 0;
	font-style: italic;
	font-weight: bold;
}
*/


.teaser p {
	display: flex;
	flex-direction: column;
}
.teaser p a {
	/*align-self: flex-end;*/
	font-style: italic;
}

/*@media screen and (min-width: 48em) {*/
  .teaser p a {
    font-weight: var(--font-weight-bold);
  }
/*}*/
@media screen and (min-width: 48em) {
	.teaser p {
		/*margin-left: 20%;*/
		padding: 0 var(--offset-headline);
		padding-inline-end: 0;
	}
}