/* EU Withdrawal Compliance — printable Annex I.B page */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background: #f4f4f4;
	color: #1d2327;
	font-size: 12pt;
	line-height: 1.5;
}
.page {
	width: 210mm;
	min-height: 297mm;
	margin: 24px auto;
	padding: 24mm 20mm;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.toolbar {
	max-width: 210mm;
	margin: 0 auto 16px;
	text-align: right;
	padding: 0 8px;
}
.toolbar button, .toolbar a {
	font: inherit;
	padding: 8px 16px;
	margin-left: 8px;
	background: #2271b1;
	color: #fff;
	border: 0;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
.toolbar a.secondary {
	background: #50575e;
}
header.annex-b-header {
	border-bottom: 2px solid #1d2327;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
header.annex-b-header .site-name {
	font-size: 16pt;
	font-weight: 700;
	margin: 0;
}
h1 {
	text-align: center;
	font-size: 20pt;
	margin: 8px 0 4px;
}
.subtitle {
	text-align: center;
	font-size: 10pt;
	color: #50575e;
	margin: 0 0 24px;
}

/* Annex I.B body */
.ayudawp-euw-annex-b__intro em {
	color: #50575e;
	font-style: italic;
}
.ayudawp-euw-annex-b__trader {
	background: #fafafa;
	border: 1px solid #dcdcde;
	border-radius: 3px;
	padding: 12px 14px;
	margin: 0 0 18px;
	font-style: normal;
	line-height: 1.55;
	font-size: 11pt;
}
.ayudawp-euw-annex-b__trader strong {
	display: inline-block;
	margin-bottom: 4px;
}
.ayudawp-euw-annex-b__article p {
	margin: 0 0 14px;
}
.ayudawp-euw-annex-b__field {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	color: #50575e;
	letter-spacing: 0.04em;
	word-break: break-all;
	margin: 4px 0 18px;
	font-size: 10.5pt;
}
.ayudawp-euw-annex-b__source {
	margin-top: 20px;
	color: #6b6b6b;
	font-size: 9.5pt;
}
.ayudawp-euw-annex-b__source a {
	color: inherit;
}

footer.annex-b-footer {
	margin-top: 28px;
	padding-top: 12px;
	border-top: 1px solid #dcdcde;
	font-size: 9pt;
	color: #50575e;
	text-align: center;
}

@page {
	size: A4;
	margin: 18mm 16mm;
}
@media print {
	body { background: #fff; }
	.toolbar { display: none; }
	.page {
		margin: 0;
		width: auto;
		min-height: 0;
		padding: 0;
		box-shadow: none;
	}
}
