/**
 * Façade d'un contenu tiers, avant consentement au clic.
 * Reprend les tokens du thème (teal #274A5E, fond #E7EEF4, filet doré).
 */
.psy-embed-facade {
	background: #E7EEF4;
	border: 1px solid #C7D6E0;
	border-left: 4px solid #D4A853;
	border-radius: 4px;
	padding: 1.25rem 1.5rem;
	margin: 1.5rem 0;
}

.psy-embed-facade__notice {
	margin: 0 0 1rem;
	color: #2F5C72;
	font-size: 0.95rem;
	line-height: 1.5;
}

.psy-embed-facade__button {
	background: #274A5E;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 0.65rem 1.25rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.psy-embed-facade__button:hover,
.psy-embed-facade__button:focus-visible {
	background: #2F5C72;
}

.psy-embed-facade__button:focus-visible {
	outline: 3px solid #D4A853;
	outline-offset: 2px;
}

.psy-embed-facade__loaded iframe {
	max-width: 100%;
}
