.ind-dream-recall {
	margin: 2.5rem 0;
	padding: clamp(1.25rem, 2.5vw, 2rem);
	border: 1px solid rgba(176, 126, 30, 0.2);
	border-radius: 1.5rem;
	background: #f8f4ea;
}

.ind-dream-recall__intro {
	max-width: 48rem;
	margin-bottom: 1.25rem;
}

.ind-dream-recall__intro h2 {
	margin: 0.25rem 0 0.65rem;
}

.ind-dream-recall__kicker {
	margin: 0;
	color: #9b6810;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ind-dream-recall__privacy {
	margin-bottom: 1.5rem;
	padding: 0.85rem 1rem;
	border-left: 4px solid #b07e1e;
	border-radius: 0.35rem;
	background: #fff;
	color: #4f5868;
}

.ind-dream-recall__privacy strong {
	color: #14213d;
}

.ind-dream-recall__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.8rem;
	margin-bottom: 1rem;
}

.ind-dream-recall label {
	display: grid;
	min-width: 0;
	gap: 0.4rem;
	font-weight: 650;
	line-height: 1.45;
}

.ind-dream-recall input,
.ind-dream-recall textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.8rem 0.9rem;
	border: 1px solid #d7cdbb;
	border-radius: 0.65rem;
	background: #fff;
	color: #14213d;
	font: inherit;
}

.ind-dream-recall textarea {
	min-height: 7rem;
	resize: vertical;
	line-height: 1.55;
}

.ind-dream-recall input:focus,
.ind-dream-recall textarea:focus {
	border-color: #b07e1e;
	outline: 3px solid rgba(176, 126, 30, 0.18);
	outline-offset: 1px;
}

.ind-dream-recall__section {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	row-gap: 1.15rem;
	margin: 0;
	padding: 1.4rem 0;
	border: 0;
	border-top: 1px solid rgba(20, 33, 61, 0.12);
}

.ind-dream-recall__section legend {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: static;
	margin: 0 0 1.15rem;
	color: #14213d;
	font-size: 1.3rem;
	font-weight: 750;
}

.ind-dream-recall__section > p {
	grid-column: 1 / -1;
	clear: both;
	margin: -0.45rem 0 0;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid rgba(20, 33, 61, 0.1);
	color: #596171;
}

.ind-dream-recall__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(20, 33, 61, 0.14);
}

.ind-dream-recall__actions p {
	margin: 0;
}

.ind-dream-recall__actions div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ind-dream-recall__actions button {
	padding: 0.68rem 0.9rem;
	border: 1px solid #14213d;
	border-radius: 0.65rem;
	background: #14213d;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
}

.ind-dream-recall__actions .ind-dream-recall__clear {
	background: transparent;
	color: #14213d;
}

.ind-dream-recall__boundary {
	margin: 1.5rem 0 0;
	padding: 1rem;
	border-radius: 0.75rem;
	background: #fff;
	color: #596171;
	font-size: 0.9rem;
}

@media (max-width: 850px) {
	.ind-dream-recall__section > p {
		grid-column: auto;
	}
}

@media (max-width: 720px) {
	.ind-dream-recall__actions {
		align-items: stretch;
		flex-direction: column;
	}
}

@media print {
	.site-header,
	.ind-site-footer,
	.ind-concept__header,
	.ind-section,
	.ind-related,
	.ind-dream-recall__actions,
	.ind-dream-recall__privacy,
	.ind-dream-recall__boundary {
		display: none !important;
	}

	.ind-dream-recall {
		margin: 0;
		padding: 0;
		border: 0;
		background: #fff;
	}

	.ind-dream-recall__section {
		display: block;
		break-inside: avoid;
	}

	.ind-dream-recall__section label + label {
		margin-top: 1rem;
	}
}
