.eobp-wrap {
	margin: 1em 0;
}

.eobp-consent {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 1em 1.25em;
	background: #f7f7f5;
}

.eobp-consent h3 {
	margin: 0 0 .5em 0;
	font-size: 1.1em;
}

.eobp-consent p {
	margin: .5em 0;
	line-height: 1.5;
}

.eobp-consent code {
	font-size: .9em;
	background: #ececec;
	padding: 0 .25em;
	border-radius: 3px;
	word-break: break-all;
}

.eobp-consent-btn {
	display: inline-block;
	margin-top: .25em;
	padding: .75em 1.25em;
	min-height: 44px; /* iOS-Tap-Target */
	font-size: 1em;
	font-family: inherit;
	background: #008001;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}

.eobp-consent-btn:hover,
.eobp-consent-btn:focus {
	background: #1f4a2c;
}

.eobp-consent-btn:focus-visible {
	outline: 3px solid #ffb000;
	outline-offset: 2px;
}

.eobp-details {
	margin-top: 1em;
	font-size: .95em;
}

.eobp-details summary {
	cursor: pointer;
	display: list-item;
	padding: .4em .2em;
	color: #2a5d3a;
/*	text-decoration: underline;*/
	text-underline-offset: 3px;
	min-height: 32px;
}

.eobp-details summary:focus-visible {
	outline: 3px solid #ffb000;
	outline-offset: 2px;
	border-radius: 3px;
}

.eobp-details summary:hover {
	color: #1f4a2c;
}

.eobp-details[open] summary {
	margin-bottom: .25em;
}

.eobp-details p {
	margin: .5em 0;
	line-height: 1.5;
}

.eobp-details p:first-of-type {
	margin-top: .5em;
}

@media (prefers-color-scheme: dark) {
	.eobp-consent {
		background: #2a2a2a;
		border-color: #555;
		color: #eee;
	}
	.eobp-consent code {
		background: #444;
	}
	.eobp-details summary {
		color: #8fc99e;
	}
	.eobp-details summary:hover {
		color: #b3e0bf;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eobp-consent-btn {
		transition: none;
	}
}

.eobp-status {
	padding: 1em 1.25em;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #f7f7f5;
	margin: 0;
}

.eobp-status.eobp-error {
	border-color: #c44;
	background: #fcecec;
}

.eobp-status.eobp-error p {
	margin: .5em 0;
}

.eobp-status.eobp-error a {
	color: #1f4a2c;
	font-weight: 600;
}

@media (prefers-color-scheme: dark) {
	.eobp-status {
		background: #2a2a2a;
		border-color: #555;
		color: #eee;
	}
	.eobp-status.eobp-error {
		background: #3a1f1f;
		border-color: #a55;
		color: #f5d0d0;
	}
	.eobp-status.eobp-error a {
		color: #b3e0bf;
	}
}