.ebsca-cookie-consent
	{
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 1080;
	width: min(420px,calc(100vw - 36px));
	color: #14213d;
	font-family: inherit;
	}

.ebsca-cookie-consent[hidden],
.ebsca-cookie-settings[hidden]
	{
	display: none !important;
	}

.ebsca-cookie-consent__content
	{
	background: #ffffff;
	border: 1px solid rgba(20,33,61,0.16);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(20,33,61,0.18);
	padding: 18px;
	}

.ebsca-cookie-consent h2
	{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 8px;
	}

.ebsca-cookie-consent p
	{
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	}

.ebsca-cookie-consent__actions
	{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	}

.ebsca-cookie-consent__button,
.ebsca-cookie-settings
	{
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 14px;
	}

.ebsca-cookie-consent__button--primary
	{
	background: #005f9e;
	color: #ffffff;
	}

.ebsca-cookie-consent__button--primary:hover,
.ebsca-cookie-consent__button--primary:focus
	{
	background: #004d80;
	color: #ffffff;
	}

.ebsca-cookie-consent__button--secondary
	{
	background: #edf3f8;
	color: #14213d;
	}

.ebsca-cookie-consent__button--secondary:hover,
.ebsca-cookie-consent__button--secondary:focus
	{
	background: #dce9f4;
	color: #14213d;
	}

.ebsca-cookie-consent__link
	{
	display: inline-block;
	font-size: 13px;
	margin-top: 12px;
	}

.ebsca-cookie-settings
	{
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 1079;
	background: #ffffff;
	border: 1px solid rgba(20,33,61,0.18);
	box-shadow: 0 8px 24px rgba(20,33,61,0.14);
	color: #14213d;
	}

.ebsca-cookie-settings:hover,
.ebsca-cookie-settings:focus
	{
	background: #edf3f8;
	color: #14213d;
	}

@media (max-width: 575.98px)
	{
	.ebsca-cookie-consent
		{
		right: 12px;
		bottom: 12px;
		width: calc(100vw - 24px);
		}

	.ebsca-cookie-consent__content
		{
		padding: 14px;
		}

	.ebsca-cookie-consent__actions
		{
		display: grid;
		grid-template-columns: 1fr;
		}

	.ebsca-cookie-consent__button
		{
		width: 100%;
		}

	.ebsca-cookie-settings
		{
		right: 12px;
		bottom: 12px;
		}
	}
