﻿
.cmp-consent-message {
	align-items: flex-start;
	background-color: var(--mc-color-white, #fff);
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	min-height: 188px;
	padding: 35px;
	max-width: 400px;
	margin-bottom: 10px;
}

.cmp-consent-message__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 12px !important;
	width: 100%;
}

.cmp-consent-message__icon {
	flex-shrink: 0;
	height: 32px;
	line-height: 0;
	margin: 0;
	position: relative;
	width: 32px;
}

.cmp-consent-message__icon-circle {
	align-items: center;
	background-color: transparent;
	border: 2px solid var(--mc-color-text-primary, #050808);
	border-radius: 50%;
	display: flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.cmp-consent-message__icon-line {
	background-color: #050808;
	height: 2px;
	width: 16px;
}

.cmp-consent-message__link,
p.cmp-consent-message__text {
	font-family: var(--mc-typography-font-family-sans, mayo-sans, Arial, "Helvetica Neue", sans-serif);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.cmp-consent-message__link {
	background: none;
	border: none;
	color: var(--action-primary-default, #06c);
	cursor: pointer;
	text-align: left;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 1px;
}

.mayo-marketing .mayo-privacy-popup {
	padding: 20px 25px 20px 20px;
}
