#cookie-notice {
	border-radius: 4px;
	left: 21px;
	min-width: unset;
	width: calc(100% - 42px);
}

.cookie-notice-container {
	padding: 21px 29px;
}

.cn-text-container {
    margin: 0 0 4px;
}

.cn-position-bottom {
	bottom: 63px;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	border-radius: 4px;
	margin: 0 0 0 8px;
	padding: 8px;
}

.cn-close-icon {
	height: 16px;
	margin-top: 0px;
	padding: unset;
	right: 8px;
	top: 6px;
	width: 16px;
}

.cn-close-icon:after, .cn-close-icon:before {
	background-color: #fbfbfb;
	height: 16px;
	top: 0px;
}

@media all and (max-width: 900px) {
}

@media all and (max-width: 480px) {
	.cookie-notice-container, .cookie-revoke-container {
		padding: 21px 29px;
	}
}