
	.letter.svelte-6o26ow {
		font-size: 2rem;
		font-style: italic;
		width: 600px;
		margin-left: 2rem;

		p:where(.svelte-6o26ow) {
			margin-bottom: 1.5rem;
			line-height: 1.25;
			margin-right: 1rem;
		}

		.sign:where(.svelte-6o26ow) {
			margin-left: auto;
			margin-top: 1rem;
		}
	}

	@media (max-width: calc(600px + 3rem)) {
		.letter.svelte-6o26ow {
			width: calc(100% - 1rem);
		}
	}
