/* Querformat-"Fenster": breit + eher niedrige Höhe */
		.pricing-three .auto-container {
		padding-left: 0;
		padding-right: 0;
		}

		.pdf-viewer-wrap {
		padding: 0;
		margin: 0 auto;
		max-width: 1200px; /* optional, wenn du es begrenzen willst */
		}

		.pdf-frame {
			width: 100%;
			aspect-ratio: 297 / 210; /* A4 quer */
			min-height: 420px;
			max-height: 820px;
			border: 1px solid rgba(0,0,0,0.15);
			border-radius: 5px;
			background: #fff;
		}

		/* Mobile: etwas höher, damit lesbar */
		@media (max-width: 768px) {
			.pdf-frame {
			height: 78vh;
			min-height: 520px;
			}
		}

		/* Optional: Cursor fürs Switch */
		#pdfSwitch { cursor: pointer; }
