.techno-marketing-consent__title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}

.techno-marketing-consent__summary {
	margin: 0;
}

.techno-marketing-consent__summary br,
.techno-marketing-consent__item br,
.techno-marketing-consent__items br {
	display: none !important;
}

.techno-marketing-consent__item--summary {
	margin: 0;
}

.techno-marketing-consent__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}

.techno-marketing-consent__master-checkbox,
.techno-marketing-consent__checkbox {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 2px 0 0;
	padding: 0;
	accent-color: #ff7a00;
	cursor: pointer;
	position: static;
	opacity: 1;
	-webkit-appearance: checkbox;
	appearance: auto;
}

.techno-marketing-consent__summary-text,
.techno-marketing-consent__label {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.45;
}

.techno-marketing-consent__summary-text {
	cursor: pointer;
}

.techno-marketing-consent__toggle {
	display: block;
	margin: 6px 0 0 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	width: fit-content;
	max-width: 100%;
	cursor: pointer;
}

.techno-marketing-consent__toggle:hover,
.techno-marketing-consent__toggle:focus-visible {
	text-decoration: underline;
}

.techno-marketing-consent__items {
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.techno-marketing-consent--expanded .techno-marketing-consent__items {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.techno-marketing-consent__items[hidden],
.techno-marketing-consent:not(.techno-marketing-consent--expanded) .techno-marketing-consent__items {
	display: none !important;
}

.techno-marketing-consent__label a {
	color: #ff7a00;
	text-decoration: underline;
}

.techno-marketing-consent__email-hint,
.techno-marketing-consent__phone-hint {
	margin: 8px 0 0;
	font-size: 12px!important;
	color: #ff7a00;
}

.techno-marketing-consent__notice {
	margin-top: 12px;
}

.techno-pd-consent {
	margin-top: 12px !important;
	max-width: 100%;
	min-width: 0;
}

.techno-pd-consent label br {
	display: none !important;
}

.techno-pd-consent__label {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	pointer-events: auto !important;
	text-transform: none;
}

.techno-pd-consent__checkbox {
	position: static !important;
	flex: 0 0 18px;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	margin: 2px 0 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	display: inline-block !important;
	visibility: visible !important;
	-webkit-appearance: checkbox !important;
	appearance: auto !important;
	accent-color: #ff7a00;
	cursor: pointer;
}

.techno-pd-consent__text {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 !important;
	color: #bbbcbc;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.45;
	text-transform: none !important;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}

.techno-pd-consent__text::before,
.techno-pd-consent__text::after {
	display: none !important;
	content: none !important;
}

.techno-pd-consent__text a {
	color: #bbbcbc;
	text-decoration: underline;
}

.techno-pd-consent-notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 12px 0 16px !important;
	padding: 12px 14px;
	border: 1px solid rgba(255, 90, 90, 0.35);
	border-radius: 10px;
	background: rgba(255, 80, 80, 0.08);
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 1.45;
	list-style: none;
}

.techno-pd-consent-notice::before {
	display: none !important;
	content: none !important;
}

.techno-pd-consent-notice__icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 90, 90, 0.22);
	color: #ff9b9b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.techno-pd-consent-notice__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.techno-pd-consent-notice__title {
	color: #ff9b9b;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.techno-pd-consent-notice__text {
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	font-weight: 400;
}

.techno-pd-consent__text .required {
	color: #ff7a00;
	text-decoration: none;
}

.techno-marketing-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.techno-marketing-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.techno-marketing-popup__dialog {
	position: relative;
	width: min(560px, 100%);
	max-height: calc(100vh - 32px);
	overflow: auto;
	padding: 24px;
	border-radius: 12px;
	background: #2a2b2e;
	color: #fff;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.techno-marketing-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.techno-marketing-popup__heading {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 500;
}

.techno-marketing-popup__intro {
	margin: 0 0 16px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

.techno-marketing-popup__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.techno-marketing-popup__save {
	background: #ff7a00 !important;
	color: #fff !important;
	border: 0 !important;
}

.techno-marketing-popup__skip {
	background: transparent !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

body.techno-marketing-popup-open {
	overflow: hidden;
}
