.tonioni-pdf-download-page {
	max-width: 900px;
	margin: 48px auto;
	padding: 0 20px;
}

.tonioni-pdf-download-card {
	padding: clamp(24px, 5vw, 48px);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	background: #fff;
	color: #1d2327;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.tonioni-pdf-download-card > h1:first-child,
.wp-block-tonioni-pdf-download > :first-child {
	margin-top: 0;
}

.tonioni-pdf-order-lookup-heading,
.tonioni-pdf-order-lookup-result-heading {
	margin-bottom: 12px;
}

.tonioni-pdf-order-lookup-intro {
	margin-bottom: 20px;
}

/* Legacy-Formular aus Blockversionen bis 2.11.x. */
.tonioni-pdf-order-lookup-form > label,
.tonioni-pdf-order-lookup-form > span {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.tonioni-pdf-order-lookup-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
}

.tonioni-pdf-order-lookup-fields input[type="text"] {
	box-sizing: border-box;
	flex: 1 1 260px;
	min-width: 0;
	padding: 10px 12px;
	font: inherit;
}

/* Neue frei platzierbare Formularblöcke. */
.wp-block-tonioni-pdf-order-label {
	display: block;
}

.wp-block-tonioni-pdf-order-input {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	font: inherit;
}

.tonioni-pdf-order-number-preview {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #949494;
	border-radius: 2px;
	background: #fff;
	color: #757575;
}

.tonioni-pdf-order-lookup-button,
.tonioni-pdf-download-button {
	display: inline-block;
	white-space: nowrap;
}

.tonioni-pdf-download-results {
	display: grid;
	gap: 20px;
}

/* Gilt sowohl für die Legacy-Karte als auch für jede Wiederholung des neuen Download-Templates. */
.tonioni-pdf-download-result {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
}

.tonioni-pdf-download-result > :first-child {
	margin-top: 0;
}

.tonioni-pdf-download-result > :last-child {
	margin-bottom: 0;
}

/* Legacy-Bildgruppe. */
.tonioni-pdf-download-product-visual {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 14px;
}

.tonioni-pdf-download-product-visual > a {
	display: block;
}

.tonioni-pdf-download-product-visual .tonioni-pdf-download-product-image {
	display: block;
	width: auto;
	max-width: min(100%, 240px);
	height: auto;
	border-radius: 4px;
}

/* Neue eigenständige Produkt-/Galeriebild-Blöcke. */
.tonioni-pdf-download-dynamic-image {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.tonioni-pdf-download-dynamic-image .tonioni-pdf-download-image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.tonioni-pdf-download-dynamic-image .tonioni-pdf-download-product-image {
	display: block;
	max-width: 100%;
	height: auto;
}

.tonioni-pdf-download-product-image-preview {
	display: grid;
	min-height: 120px;
	place-items: center;
	border: 1px dashed currentcolor;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.04);
	opacity: 0.75;
}

.tonioni-pdf-download-product-link {
	margin: 0 0 14px;
}

.tonioni-pdf-download-remaining {
	font-weight: 600;
}

.tonioni-pdf-download-error {
	color: #b42318;
	font-weight: 600;
}

.tonioni-pdf-download-action {
	margin-top: 20px;
}

.tonioni-pdf-download-note {
	margin-bottom: 0;
	font-size: 0.9em;
	opacity: 0.75;
}

/* Legacy-Historiencontainer; in der neuen Struktur sind Überschrift und Liste eigene Blöcke. */
.tonioni-pdf-download-history {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.tonioni-pdf-download-history-heading {
	margin-top: 0;
	margin-bottom: 8px;
}

.tonioni-pdf-download-history-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1.25em;
}

.tonioni-pdf-download-history-empty {
	margin-top: 0;
	margin-bottom: 0;
	opacity: 0.75;
}

.tonioni-pdf-download-editor-preview {
	padding: 20px;
	border: 1px dashed currentcolor;
}

.tonioni-pdf-download-editor-preview .tonioni-pdf-inline-editable {
	outline: 1px dashed transparent;
	outline-offset: 3px;
}

.tonioni-pdf-download-editor-preview .tonioni-pdf-inline-editable:hover,
.tonioni-pdf-download-editor-preview .tonioni-pdf-inline-editable:focus {
	outline-color: currentcolor;
}

.tonioni-pdf-download-template-editor {
	min-height: 80px;
}
