.hr-analytics-consent[hidden],
.hr-analytics-consent-tools[hidden] {
	display: none !important;
}

.hr-analytics-consent,
.hr-analytics-consent * {
	box-sizing: border-box;
}

.hr-analytics-consent {
	--hr-analytics-consent-offset: 16px;
	position: fixed;
	right: 16px;
	bottom: var(--hr-analytics-consent-offset);
	left: 16px;
	z-index: 2147482000;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	width: auto;
	max-width: 980px;
	max-height: calc(100dvh - var(--hr-analytics-consent-offset) - 16px);
	margin: 0 auto;
	padding: 20px 24px;
	overflow: auto;
	color: #111827;
	background: #ffffff;
	border: 1px solid #dce1e6;
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
	font-family: "Noto Sans Armenian", "Noto Sans", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.hr-analytics-consent__copy {
	min-width: 0;
}

.hr-analytics-consent__title {
	margin: 0 0 8px;
	color: #111827;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.hr-analytics-consent__description {
	max-width: 68ch;
	margin: 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.55;
}

.hr-analytics-consent__policy {
	display: inline-block;
	margin-top: 8px;
	color: #00666b;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hr-analytics-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	min-width: 220px;
}

.hr-analytics-consent__button {
	min-width: 0;
	min-height: 44px !important;
	height: auto !important;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 6px;
	font: inherit;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
	cursor: pointer;
}

.hr-analytics-consent__button--primary {
	color: #ffffff;
	background: #007a80;
	border-color: #007a80;
}

.hr-analytics-consent__button--primary:hover,
.hr-analytics-consent__button--primary:active {
	background: #00666b;
	border-color: #00666b;
}

.hr-analytics-consent__button--secondary {
	color: #111827;
	background: #ffffff;
	border-color: #b7c0ca;
}

.hr-analytics-consent__button--secondary:hover,
.hr-analytics-consent__button--secondary:active {
	background: #f7f8fa;
	border-color: #007a80;
}

.hr-analytics-consent__button:focus-visible,
.hr-analytics-consent__policy:focus-visible,
.hr-analytics-consent-tools__button:focus-visible,
.hr-analytics-consent__title:focus-visible {
	outline: 3px solid #f4b400;
	outline-offset: 2px;
}

.hr-analytics-consent-tools {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 12px 16px;
	color: #111827;
	background: #ffffff;
	border-top: 1px solid #dce1e6;
}

.hr-analytics-consent-tools__button {
	min-height: 44px !important;
	height: auto !important;
	padding: 8px;
	color: #00666b;
	background: transparent;
	border: 0;
	border-radius: 0;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.hr-analytics-consent {
		right: 12px;
		left: 12px;
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
		padding: 16px;
	}

	.hr-analytics-consent__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		min-width: 0;
	}

	.hr-analytics-consent__button {
		width: 100%;
	}
}

@media (max-width: 359px) {
	.hr-analytics-consent {
		right: 8px;
		left: 8px;
		padding: 14px 12px;
	}

	.hr-analytics-consent__title {
		font-size: 18px;
	}

	.hr-analytics-consent__description {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hr-analytics-consent,
	.hr-analytics-consent * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
