.publication-wrap {
	container-type: inline-size;
	container-name: publication-entry;
	border-bottom: 2px solid #e2e2e2;
}
.publication-wrap:last-child {
	border-bottom: none;
}
@container publication-entry (min-width: 0px) {
	.summary-wrap {
		display: block;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.content h2:not(.card__title) {
		font-weight: 600;
		color: #333333!important;
		margin-top: 0;
		margin-bottom: 0;
	}

/*
	.content > .summary-wrap > .poster {
		order: 1;
		padding-top: .3em;
	}
	.details {
		order: 2;
	}
	.content > .summary-wrap > .summary {
		order: 3;
	}
*/
	.content > .summary-wrap > .summary * {
		font-size: 1em;
	}
	.content > .summary-wrap > .poster > img {
		width: 100%;
		height: auto;
	}
	.details > .details-frame {
		border: 1px solid #999;
		border-radius: 1.25em;
		padding: 10px;
	}
	.details > .details-frame > .summary-card {
		margin: 0px;
		list-style: none;
		padding: 0px;
	}
	.details > .details-frame > .summary-card .label {
		font-weight: bold;
	}
	.download-button {
		text-align: center;
	}
	.download-button a {
		display: inline-block;
		margin: auto;
		padding: .25em .75em;
		border-radius: .25em;
		background-color: #e9e9e9;
		color: #000000;
	}
	.download-button a:hover {
		text-decoration: none;
	}
}
.modal--download .form-group > label.show-label {
	display: block;
}

@media all and (min-width: 768px) {
	.publication-wrap {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 1em;
		padding-bottom: 1em;
		gap: 20px;
	}
}



@container publication-entry (min-width: 640px) {
	.content  {
		flex-basis: calc(60% - 20px);
	}
	.summary-wrap  {
		display: flex;
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}
	.details {
		flex-basis: calc(40% - 20px);
	}
	.summary-wrap > .poster > img {
		aspect-ratio: 4 / 3;
		object-fit: contain;
		object-position: top right;
	}
/*
	.summary-wrap > .poster {
		flex-basis: calc(35% - 20px);
	}
	.summary-wrap > .summary {
		flex-basis: calc(100%);
		flex-grow: 1;
	}
*/

}


@media all and (min-width: 1240px) {
	.publication-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		padding-top: 1em;
		padding-bottom: 1em;
		gap: 20px;
	}
}
@container publication-entry (min-width: 900px) {
	.content {
		flex-basis: calc(70% - 20px);
	}
	.summary-wrap  {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 20px;
	}
	.details {
		flex-basis: calc(30% - 20px);
	}
	.summary-wrap > .poster {
		flex-basis: calc(35% - 20px);
	}
	.summary-wrap > .summary {
		flex-basis: calc(65% - 20px);
		order: 2;
	}

}
