/* =========================================================================
 * Orezero Recesso — stile minimale, palette navy #002868 / gold #C9A84C.
 * Nessuna dipendenza, nessun framework.
 * ========================================================================= */

.orezero-recesso {
	--orz-navy: #002868;
	--orz-gold: #C9A84C;
	max-width: 720px;
	margin: 0 0 1.5em;
	color: #222;
}

.orezero-recesso__title {
	color: var(--orz-navy);
	border-bottom: 3px solid var(--orz-gold);
	padding-bottom: .35em;
	margin-bottom: .6em;
}

.orezero-recesso__subtitle {
	color: var(--orz-navy);
	margin: 1.2em 0 .4em;
}

.orezero-recesso__intro {
	background: #f3f6fb;
	border-left: 4px solid var(--orz-navy);
	padding: .8em 1em;
	margin-bottom: 1.2em;
}

.orezero-recesso__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .8em 1.2em;
}

@media (max-width: 480px) {
	.orezero-recesso__grid {
		grid-template-columns: 1fr;
	}
}

.orezero-recesso__field {
	display: flex;
	flex-direction: column;
	margin: 0 0 .8em;
}

.orezero-recesso__field label {
	font-weight: 600;
	color: var(--orz-navy);
	margin-bottom: .25em;
	font-size: .9em;
}

.orezero-recesso__field input[readonly] {
	background: #f6f7f7;
	cursor: default;
}

.orezero-recesso__field input,
.orezero-recesso__field textarea {
	width: 100%;
	padding: .55em .7em;
	border: 1px solid #cfd4dc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1em;
}

.orezero-recesso__prodotti {
	background: #fafbfc;
	border: 1px solid #e3e6ea;
	border-radius: 4px;
	padding: .9em 1.1em;
	margin: 1em 0;
}

.orezero-recesso__prodotti strong {
	color: var(--orz-navy);
}

.orezero-recesso__prodotti ul {
	margin: .5em 0 0;
	padding-left: 1.3em;
}

.orezero-recesso__riepilogo {
	background: #fafbfc;
	border: 1px solid #e3e6ea;
	border-radius: 4px;
	padding: 1em 1.2em;
	margin-bottom: 1em;
}

.orezero-recesso__riepilogo p {
	margin: .35em 0;
}

.orezero-recesso__dichiarazione {
	background: #f6f7f7;
	border-left: 4px solid var(--orz-gold);
	padding: 1em 1.2em;
	line-height: 1.6;
	white-space: pre-wrap;
	border-radius: 0 4px 4px 0;
}

.orezero-recesso__note {
	font-size: .85em;
	color: #666;
	margin-top: .6em;
}

.orezero-recesso__actions {
	display: flex;
	gap: .8em;
	flex-wrap: wrap;
	margin-top: 1.2em;
}

.orezero-recesso__btn {
	display: inline-block;
	background: var(--orz-navy);
	color: #fff !important;
	border: 2px solid var(--orz-navy);
	padding: .7em 1.4em;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.2;
	transition: background .15s ease, color .15s ease;
}

.orezero-recesso__btn:hover {
	background: #001b48;
}

.orezero-recesso__btn--primary {
	background: var(--orz-gold);
	border-color: var(--orz-gold);
	color: #2b2300 !important;
}

.orezero-recesso__btn--primary:hover {
	background: #b8973f;
}

.orezero-recesso__btn--ghost {
	background: transparent;
	color: var(--orz-navy) !important;
}

.orezero-recesso__btn--ghost:hover {
	background: #eef1f6;
}

.orezero-recesso--success .orezero-recesso__dichiarazione {
	margin: 1em 0;
}
