.iv-consent-banner,
.iv-consent-preferences {
	position: fixed;
	z-index: 999999;
	background: #ffffff;
	color: #111111;
	border: 1px solid #111111;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.iv-consent-banner {
	left: 0;
	right: 0;
	bottom: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
}

.iv-consent-banner__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.iv-consent-banner__text {
	flex: 1 1 400px;
	margin: 0;
}

.iv-consent-banner__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.iv-consent-banner__policy-link {
	flex-basis: 100%;
	margin: 4px 0 0;
	font-size: 12px;
}

.iv-consent-banner__policy-link a {
	color: #111111;
	text-decoration: underline;
}

.iv-consent-btn {
	border: 1px solid #111111;
	background: #ffffff;
	color: #111111;
	padding: 10px 18px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 2px;
}

.iv-consent-btn--primary {
	background: #111111;
	color: #ffffff;
}

.iv-consent-btn:hover {
	opacity: 0.85;
}

.iv-consent-preferences {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(560px, 92vw);
	max-height: 85vh;
	overflow-y: auto;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.iv-consent-preferences__inner {
	padding: 24px;
}

.iv-consent-preferences__title {
	margin-top: 0;
	font-size: 18px;
}

.iv-consent-preferences__policy-link {
	margin: -8px 0 16px;
	font-size: 12px;
}

.iv-consent-preferences__policy-link a {
	color: #111111;
	text-decoration: underline;
}

.iv-consent-category {
	border-top: 1px solid #dddddd;
	padding: 12px 0;
}

.iv-consent-category:first-of-type {
	border-top: none;
}

.iv-consent-category__label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.iv-consent-category__desc {
	margin: 4px 0 0 26px;
	color: #444444;
}

.iv-consent-preferences__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.iv-consent-manage-trigger {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 999998;
	background: #ffffff;
	color: #111111;
	border: 1px solid #111111;
	border-radius: 999px;
	padding: 10px 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.iv-consent-manage-trigger:hover {
	opacity: 0.85;
}

.iv-consent-embed-placeholder {
	border: 1px dashed #999999;
	background: #f5f5f5;
	color: #111111;
	padding: 24px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
}

.iv-consent-embed-placeholder__text {
	margin: 0 0 12px;
}

[hidden] {
	display: none !important;
}
