/**
 * GDPR Consent Banner — structural layout (settings-independent).
 * Colors/position come from the generated stylesheet in gdpr-display.php.
 */

.mcm-gdpr-banner__inner {
	flex-wrap: wrap;
	gap: 1rem;
}

#mcm-gdpr-banner a {
	color: inherit;
	text-decoration: underline;
}

#mcm-gdpr-banner:focus {
	outline: none;
}

@media screen and (max-width: 768px) {
	.mcm-gdpr-banner__inner {
		flex-direction: column;
		text-align: center;
	}

	#mcm-gdpr-accept {
		margin: 0 !important;
	}
}
