.addiko-gdpr-consent {
	background: #f4f4f6;
	border-radius: 16px;
	padding: 32px 40px 8px;
}

.addiko-gdpr-consent [hidden] {
	display: none !important;
}

.addiko-gdpr-consent .contact-title {
	margin: 0 0 28px;
}

.addiko-gdpr-consent-form {
	padding-top: 0;
}

.addiko-gdpr-consent-form input[type="text"],
.addiko-gdpr-consent-form input[type="tel"],
.addiko-gdpr-consent-form input[type="email"] {
	background: #fff;
	border: 1px solid #dedee3;
	border-radius: 8px;
	box-sizing: border-box;
	color: #0a1023;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 15px;
	width: 100%;
}

.addiko-gdpr-consent-field-hint {
	display: block;
	color: #5f6270;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 6px;
}

.addiko-gdpr-consent-summary {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #0a1023;
	font-size: 16px;
	font-weight: 700;
	margin: 4px 0 16px;
}

.addiko-gdpr-consent-info-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 2px solid #ff4d5a;
	border-radius: 50%;
	background: transparent;
	color: #ff4d5a;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.addiko-gdpr-consent-info-button:hover,
.addiko-gdpr-consent-info-button:focus {
	background: #ff4d5a;
	color: #fff;
}

.addiko-gdpr-consent-controller {
	color: #0a1023;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.addiko-gdpr-consent-controller p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.addiko-gdpr-consent-controller a,
.addiko-gdpr-consent-info a {
	color: #002d4c;
	text-decoration: underline;
}

.addiko-gdpr-consent-submit-row {
	margin-bottom: 24px;
}

.addiko-gdpr-consent-submit[disabled] {
	cursor: wait;
	opacity: .7;
}

.addiko-gdpr-consent-error {
	border: 2px solid #ff4d5a;
	border-radius: 8px;
	color: #0a1023;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 24px;
	padding: 12px 16px;
}

.addiko-gdpr-consent-info {
	display: none;
	max-width: 800px;
}

.addiko-gdpr-consent-info h3,
.addiko-gdpr-consent-info h4 {
	color: #002d4c;
}

.addiko-gdpr-consent-info p {
	color: #0a1023;
	font-size: 16px;
	line-height: 1.5;
}

.addiko-gdpr-consent-thank-you {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 520px;
	padding: 40px 20px;
	text-align: center;
}

.addiko-gdpr-consent-thank-you h2,
.addiko-gdpr-consent-thank-you p {
	color: #ff4d5a;
	font-weight: 700;
}

.addiko-gdpr-consent-thank-you h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.addiko-gdpr-consent-thank-you p {
	font-size: 24px;
	line-height: 1.35;
	margin: 0;
}

.addiko-gdpr-consent-noscript {
	color: #ff4d5a;
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.addiko-gdpr-consent {
		padding: 24px 20px 4px;
	}

	.addiko-gdpr-consent-thank-you {
		min-height: 360px;
		padding: 30px 10px;
	}

	.addiko-gdpr-consent-thank-you h2 {
		font-size: 28px;
	}

	.addiko-gdpr-consent-thank-you p {
		font-size: 20px;
	}
}
