.edcc-root .edcc-banner {
	left: auto;
	width: calc(100vw - 32px);
	max-width: 620px;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 14px;
}

.edcc-root .edcc-banner__content {
	font-size: 13px;
	line-height: 1.45;
}

.edcc-root .edcc-banner__title {
	font-size: 16px;
	line-height: 1.3;
}

.edcc-root .edcc-banner__text {
	font-size: 13px;
	line-height: 1.45;
}

.edcc-root .edcc-modal__panel {
	border-radius: 14px;
}

.edcc-root .edcc-modal__title {
	padding: 18px 20px 6px;
	font-size: 20px;
}

.edcc-root .edcc-modal__description {
	padding: 0 20px 14px;
	font-size: 13px;
	line-height: 1.5;
}

.edcc-root .edcc-gpcNotice,
.edcc-root .edcc-privacyChoices__notice {
	margin: 0 20px 14px;
	padding: 8px 10px;
}

.edcc-root .edcc-modal__tabs {
	padding: 0 12px;
}

.edcc-root .edcc-modal__tab {
	padding: 11px 10px 10px;
	font-size: 13px;
}

.edcc-root .edcc-modal__tabPanel {
	padding: 16px 20px 0;
}

.edcc-root .edcc-categories,
.edcc-root .edcc-privacyChoices {
	margin-top: 10px;
}

.edcc-root .edcc-category,
.edcc-root .edcc-privacyChoice {
	gap: 14px;
	padding: 12px 0;
}

.edcc-root .edcc-category__body,
.edcc-root .edcc-privacyChoice__body {
	gap: 4px;
	font-size: 13px;
	line-height: 1.45;
}

.edcc-root .edcc-category__body strong,
.edcc-root .edcc-privacyChoice__title {
	font-size: 14px;
}

.edcc-root .edcc-button,
.edcc-root .edcc-button.edcc-button--modalAction {
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 8px;
}

.edcc-root .edcc-modal__actions .edcc-button {
	min-height: 40px;
	padding: 9px 14px;
}

.edcc-root .edcc-modal__actions {
	margin-top: 18px;
	padding: 14px 20px 18px;
}

@media (min-width: 601px) {
	.edcc-root .edcc-banner__actions .edcc-button {
		flex: 1 1 0;
		min-width: 0;
		white-space: nowrap;
	}
}

.edcc-root .edcc-reopen,
body > .edcc-reopen[data-edcc-reopen="1"] {
	width: 44px;
	height: 44px;
}

.edcc-root .edcc-reopen__icon,
.edcc-root .edcc-reopen__svg,
body > .edcc-reopen[data-edcc-reopen="1"] .edcc-reopen__icon,
body > .edcc-reopen[data-edcc-reopen="1"] .edcc-reopen__svg {
	width: 22px;
	height: 22px;
}

.edcc-root .edcc-aboutCookies {
	padding: 16px;
}

.edcc-root .edcc-cookieCatalog__table th,
.edcc-root .edcc-cookieCatalog__table td {
	padding: 8px 10px;
}

.edcc-root .edcc-blocked-embed__box {
	padding: 18px;
	gap: 10px;
}

@media (max-width: 720px) {
	.edcc-root .edcc-banner {
		gap: 12px;
		padding: 12px;
	}

	.edcc-root .edcc-modal__title {
		padding: 16px 16px 6px;
	}

	.edcc-root .edcc-modal__description,
	.edcc-root .edcc-modal__tabPanel {
		padding-left: 16px;
		padding-right: 16px;
	}

	.edcc-root .edcc-gpcNotice,
	.edcc-root .edcc-privacyChoices__notice {
		margin-right: 16px;
		margin-left: 16px;
	}

	.edcc-root .edcc-modal__actions {
		padding: 14px 16px 16px;
	}
}

@media (max-width: 480px) {
	.edcc-root .edcc-banner {
		right: 12px;
		bottom: 12px;
		width: calc(100vw - 24px);
	}
}
