.gak-gdpr-root {
	position: fixed;
	inset: 0;
	z-index: 99999;
	pointer-events: none;
}

body.gak-gdpr-modal-open {
	overflow: hidden;
}
.gak-gdpr-modal-footer .gak-gdpr-actions button[data-action="save"] img{
    filter: brightness(0) invert(1);
}
.gak-gdpr-modal-shell[hidden] {
	display: none !important;
}

.gak-gdpr-modal-shell {
	position: absolute;
	inset: 0;
	pointer-events: auto;
}

.gak-gdpr-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.gak-gdpr-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(920px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	overflow: hidden;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
	padding: 18px 20px 16px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gak-gdpr-modal:focus-visible {
	outline: 3px solid rgba(10, 31, 68, 0.35);
	outline-offset: 2px;
}

.gak-gdpr-modal p {
	margin: 0;
	font-size: 14px;
}

.gak-gdpr-tabs {
	display: flex;
	justify-content: center;
	gap: 8px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 8px;
}

.gak-gdpr-tabs button {
	border: 0;
	background: transparent;
	font-weight: 600;
	font-size: clamp(15px, 1.6vw, 15px);
	padding: 9px 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #1f2f4f;
	border-bottom: 3px solid transparent;
}

.gak-gdpr-tabs button img {
	width: 22px;
	height: 22px;
	display: block;
}

.gak-gdpr-tabs button:focus-visible {
	outline: none;
	background: #eef4ff;
	box-shadow: 0 0 0 2px rgba(44, 113, 224, 0.24);
	border-radius: 6px;
}

.gak-gdpr-tabs button:focus {
	outline: none;
}

.gak-gdpr-tabs button.active:focus-visible {
	background: transparent;
	box-shadow: none;
}

.gak-gdpr-tabs button.active {
	border-bottom-color: var(--gak-btn-normal, #2c71e0);
	color: var(--gak-btn-normal, #2c71e0);
}

.gak-gdpr-content {
	height: 260px;
	min-height: 260px;
	max-height: 260px;
	overflow-y: auto;
}

.gak-gdpr-panel {
	padding: 10px 2px 4px;
}

.gak-gdpr-consent-layout {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 16px;
}

.gak-gdpr-consent-icon-wrap {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #edf3ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gak-gdpr-consent-icon-wrap img {
	width: 34px;
	height: 34px;
}

.gak-gdpr-consent-content p {
	color: #2a3854;
	line-height: 1.6;
}

.gak-gdpr-consent-content p:first-child {
	font-size: clamp(19px, 2.2vw, 18px);
	font-weight: 700;
	color: #1a2f56;
	margin-bottom: 10px;
}

.gak-gdpr-info-box {
	margin-top: 18px;
	background: #edf1fb;
	border-radius: 10px;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.gak-gdpr-info-icon {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: #dfe7f8;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gak-gdpr-info-icon img {
	width: 18px;
	height: 18px;
}

.gak-gdpr-info-title {
	font-size: 16px;
	font-weight: 700;
	color: #1f2f4f;
}

.gak-gdpr-info-desc {
	font-size: 13px;
	color: #4f5f7c;
	margin-top: 2px;
}

.gak-gdpr-inline-link {
	margin-left: 4px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #20447d;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.gak-gdpr-inline-link:hover {
	color: #1e4d99;
}

.gak-gdpr-inline-link:focus-visible {
	outline: 2px solid rgba(44, 113, 224, 0.35);
	outline-offset: 2px;
	border-radius: 2px;
}

.gak-gdpr-category {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f7f7f7;
	border-radius: 10px;
	padding: clamp(10px, 1.2vw, 16px) clamp(12px, 1.4vw, 18px);
	margin: clamp(8px, 1vw, 12px) 0;
	gap: 12px;
}

.gak-gdpr-details-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 8px;
}

.gak-gdpr-details-title {
	font-size: 30px;
	font-weight: 700;
	color: #1a2f56;
}

.gak-gdpr-details-subtitle {
	font-size: 15px;
	color: #516079;
	margin-top: 6px;
}

.gak-gdpr-reject-link {
	border: 0;
	background: transparent;
	color: #2c71e0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	padding: 2px 0;
	text-decoration: none;
}

.gak-gdpr-reject-link:focus-visible,
.gak-gdpr-reject-link:hover {
	color: #1e4d99;
	text-decoration: underline;
}

.gak-gdpr-category-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gak-gdpr-category-icon img {
	width: 40px;
	height: 40px;
}

.gak-gdpr-category-text {
	flex: 1;
	min-width: 0;
}

.gak-gdpr-category-text strong {
	display: block;
	color: #001f47;
	font-size: clamp(15px, 1.2vw, 18px);
	margin-bottom: clamp(4px, 0.8vw, 6px);
}

.gak-gdpr-category-text p {
	margin: 0;
	color: #545454;
	line-height: 1.42;
	font-size: clamp(13px, 1.1vw, 14px);
}

.gak-gdpr-switch-wrap {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: clamp(48px, 4.6vw, 58px);
	height: clamp(28px, 2.7vw, 32px);
}

.gak-gdpr-switch-wrap:focus-within {
	outline: 2px solid var(--gak-toggle-enabled, #1e4d99);
	outline-offset: 3px;
	border-radius: 12px;
}

.gak-gdpr-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.gak-gdpr-switch-wrap > input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.gak-gdpr-switch {
	position: absolute;
	inset: 0;
	display: block;
	margin: 0;
	cursor: pointer;
}

.gak-gdpr-slider {
	position: absolute;
	inset: 0;
	background: #7d7d7d;
	border-radius: 999px;
	transition: background 0.2s ease;
}

.gak-gdpr-slider::before {
	content: "";
	position: absolute;
	width: clamp(20px, 2.1vw, 24px);
	height: clamp(20px, 2.1vw, 24px);
	left: 4px;
	top: 4px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.2s ease;
}

.gak-gdpr-switch-wrap > input:checked + .gak-gdpr-switch .gak-gdpr-slider {
	background: var(--gak-toggle-enabled, #1e4d99);
}

.gak-gdpr-switch-wrap > input:checked + .gak-gdpr-switch .gak-gdpr-slider::before {
	transform: translateX(26px);
}

.gak-gdpr-switch-wrap > input:disabled + .gak-gdpr-switch .gak-gdpr-slider {
	background: var(--gak-toggle-enabled, #1e4d99);
}

.gak-gdpr-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(6px, 0.9vw, 10px);
}

.gak-gdpr-modal-footer {
	border-top: 1px solid #dce4f2;
	padding-top: 10px;
}

.gak-gdpr-actions button {
	padding: clamp(10px, 0.95vw, 13px) clamp(8px, 1vw, 14px);
	border-radius: 8px;
	border: 0;
	background: var(--gak-btn-normal, #2c71e0);
	color: var(--gak-btn-text, #ffffff);
	cursor: pointer;
	font-weight: 600;
	font-size: clamp(12px, 1vw, 15px);
	transition: background 0.2s ease, border-color 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.gak-gdpr-actions button img {
	width: 16px;
	height: 16px;
	display: block;
	opacity: 1;
}

.gak-gdpr-actions button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(10, 31, 68, 0.35);
}

.gak-gdpr-panel a:focus-visible {
	outline: 2px solid var(--gak-btn-normal, #2c71e0);
	outline-offset: 2px;
	border-radius: 3px;
}

.gak-gdpr-about-title {
	font-size: clamp(26px, 2.4vw, 34px);
	font-weight: 700;
	color: #1a2f56;
	margin-bottom: 8px;
}

.gak-gdpr-about-copy p {
	color: #2a3854;
	line-height: 1.45;
	margin-bottom: 6px;
	font-size: 14px;
}

.gak-gdpr-info-box--about {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 12px;
}

.gak-gdpr-cookies-table-wrap {
	border: 1px solid #d9dfeb;
	border-radius: 8px;
	overflow: auto;
	display: none; /* Temporarily hidden from users, kept in codebase */
}

.gak-gdpr-cookies-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	min-width: 700px;
}

.gak-gdpr-cookies-table th,
.gak-gdpr-cookies-table td {
	padding: 9px 12px;
	border-bottom: 1px solid #e8edf5;
	vertical-align: middle;
	text-align: left;
	color: #2a3854;
}

.gak-gdpr-cookies-table thead th {
	font-weight: 700;
	color: #1a2f56;
	background: #ffffff;
}

.gak-gdpr-cookies-table tbody tr:last-child th,
.gak-gdpr-cookies-table tbody tr:last-child td {
	border-bottom: 0;
}

.gak-cookie-name {
	color: #2c71e0;
	font-weight: 700;
	text-decoration: underline;
}

.gak-cookie-type {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 999px;
	padding: 4px 9px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	border: 1px solid transparent;
}

.gak-cookie-type img {
	width: 14px;
	height: 14px;
}

.gak-cookie-type-chevron {
	font-size: 11px;
	line-height: 1;
	color: #6b7488;
	margin-left: 2px;
}

.gak-cookie-type--analytics {
	background: #eaf6ef;
	color: #1f8152;
	border-color: #d5ebde;
}

.gak-cookie-type--marketing {
	background: #fdf2e8;
	color: #a75e24;
	border-color: #f3dfcd;
}

.gak-cookie-type--necessary {
	background: #f1ebfb;
	color: #6e3ba4;
	border-color: #e2d8f5;
}

.gak-gdpr-about-links {
	margin-top: 8px;
	font-size: 14px;
	color: #4f5f7c;
}

.gak-gdpr-about-links a {
	color: #2c71e0;
}

/* Reject + Customize as border-only */
.gak-gdpr-actions button[data-action="reject"],
.gak-gdpr-actions button[data-action="customize"] {
	background: transparent !important;
	color: var(--gak-btn-normal, #2c71e0) !important;
	border: 1px solid var(--gak-btn-normal, #2c71e0) !important;
}
/* Hover/focus for outline buttons */
.gak-gdpr-actions button[data-action="reject"]:hover,
.gak-gdpr-actions button[data-action="reject"]:focus,
.gak-gdpr-actions button[data-action="customize"]:hover,
.gak-gdpr-actions button[data-action="customize"]:focus {
	background: rgba(44, 113, 224, 0.08) !important;
	color: var(--gak-btn-hover, #1e4d99) !important;
	border-color: var(--gak-btn-hover, #1e4d99) !important;
}

.gak-gdpr-actions button:hover,
.gak-gdpr-actions button:focus {
	background: var(--gak-btn-hover, #1e4d99);
	border-color: var(--gak-btn-hover, #1e4d99);
	color: var(--gak-btn-text, #ffffff);
}

.gak-gdpr-actions .primary {
	background: var(--gak-btn-normal, #2c71e0);
	border: 0;
	color: var(--gak-btn-text, #ffffff);
}

.gak-gdpr-actions .primary img {
	filter: brightness(0) invert(1);
}

.gak-gdpr-actions .primary:hover,
.gak-gdpr-actions .primary:focus {
	background: var(--gak-btn-hover, #1e4d99);
	border: 0;
}

.gak-gdpr-float-btn {
	position: fixed;
	left: clamp(12px, 2vw, 18px);
	bottom: clamp(12px, 2vw, 18px);
	width: clamp(48px, 4.8vw, 54px);
	height: clamp(48px, 4.8vw, 54px);
	border: 0;
	border-radius: 50%;
	background: #005ecf;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
	z-index: 100000;
	pointer-events: auto;
}

.gak-gdpr-float-btn img {
	width: clamp(26px, 3.2vw, 35px);
	height: clamp(26px, 3.2vw, 35px);
	display: block;
	margin: 0 auto;
	filter: brightness(0) invert(1);
}

.gak-gdpr-embed-placeholder {
	background: #f4f7fd;
	border: 1px solid #cad7f0;
	border-radius: 8px;
	padding: 14px;
	margin: 10px 0;
}

.gak-gdpr-embed-placeholder p {
	margin: 0 0 10px;
	color: #1a2f56;
}

.gak-gdpr-embed-unlock {
	border: 1px solid var(--gak-btn-normal, #2c71e0);
	background: #ffffff;
	color: var(--gak-btn-normal, #2c71e0);
	border-radius: 6px;
	padding: 8px 12px;
	font-weight: 600;
	cursor: pointer;
}

.gak-gdpr-embed-unlock:hover,
.gak-gdpr-embed-unlock:focus-visible {
	background: rgba(44, 113, 224, 0.1);
	color: var(--gak-btn-hover, #1e4d99);
	border-color: var(--gak-btn-hover, #1e4d99);
}

.gak-gdpr-unlocked-embed {
	width: 100%;
	min-height: 320px;
	border: 0;
}

@media (max-width: 1024px) {
	.gak-gdpr-modal {
		width: min(760px, calc(100vw - 20px));
		max-height: calc(100vh - 20px);
	}

	.gak-gdpr-tabs {
		gap: 6px;
	}
}

@media (max-width: 768px) {
	.gak-gdpr-modal {
		width: calc(100vw - 12px);
		max-height: calc(100vh - 12px);
		top: 50%;
		padding: 12px;
		border-radius: 8px;
	}

	.gak-gdpr-tabs {
		justify-content: space-between;
		gap: 2px;
		padding-bottom: 6px;
		overflow: hidden;
	}

	.gak-gdpr-tabs button {
		font-size: clamp(12px, 3.2vw, 15px);
		padding: 8px 4px;
		flex: 1 1 0;
		min-width: 0;
		white-space: normal;
		line-height: 1.2;
		gap: 6px;
		justify-content: center;
		text-align: center;
	}

	.gak-gdpr-tabs button img {
		width: 16px;
		height: 16px;
	}

	.gak-gdpr-tabs button span {
		overflow-wrap: anywhere;
	}

	.gak-gdpr-panel {
		padding: 10px 2px 4px;
	}

	.gak-gdpr-consent-layout {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.gak-gdpr-category {
		padding: 10px 12px;
		margin: 8px 0;
	}
	.gak-gdpr-details-title {
		font-size: 22px;
	}
	.gak-gdpr-details-subtitle {
		font-size: 14px;
	}

	.gak-gdpr-category-text {
		max-width: none;
	}
	.gak-gdpr-category-text strong {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.gak-gdpr-category-text p {
		font-size: 14px;
		line-height: 1.35;
	}

	.gak-gdpr-switch-wrap {
		width: 52px;
		height: 30px;
	}

	.gak-gdpr-slider::before {
		width: 22px;
		height: 22px;
	}

	.gak-gdpr-actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.gak-gdpr-actions button {
		padding: 10px 6px;
		font-size: 13px;
	}

	.gak-gdpr-cookies-table {
		font-size: 13px;
		min-width: 620px;
	}
}

@media (max-width: 420px) {
	.gak-gdpr-tabs button {
		font-size: 12px;
		padding: 7px 2px;
		gap: 4px;
	}

	.gak-gdpr-tabs button img {
		width: 14px;
		height: 14px;
	}
}

.gak-gdpr-modal-footer .gak-gdpr-actions button {
	min-height: 44px;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 480px) {
	.gak-gdpr-switch-wrap {
		right: 15px;
		position: absolute;
		top: 10px;
	}
	.gak-gdpr-modal {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 8px);
		padding: 10px;
		border-radius: 6px;
	}

	.gak-gdpr-tabs button {
		font-size: 11px;
		padding: 7px 2px;
		gap: 4px;
	}

	.gak-gdpr-tabs button img {
		width: 12px;
		height: 12px;
	}

	.gak-gdpr-consent-layout {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.gak-gdpr-consent-icon-wrap {
		display: none;
	}

	.gak-gdpr-consent-content p:first-child {
		font-size: clamp(18px, 6vw, 18px);
		line-height: 1.2;
		margin-bottom: 6px;
	}

	.gak-gdpr-category {
		padding: 9px 10px;
		position: relative;
	}

	.gak-gdpr-category-icon {
		width: 20px;
		height: 20px;
	}

	.gak-gdpr-category-icon img {
		width: 20px;
		height: 20px;
	}
	.gak-gdpr-details-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.gak-gdpr-reject-link {
		padding-top: 0;
	}

	.gak-gdpr-category-text {
		max-width: none;
	}

	.gak-gdpr-category-text strong {
		font-size: 15px;
	}

	.gak-gdpr-category-text p {
		font-size: 13px;
	}

	.gak-gdpr-actions {
		grid-template-columns: 1fr;
	}

	.gak-gdpr-actions button {
		justify-content: center;
		gap: 8px;
	}

	.gak-gdpr-actions button img {
		flex: 0 0 16px;
		width: 16px;
		height: 16px;
	}

	.gak-gdpr-actions button span {
		display: inline-block;
		width: 180px;
		text-align: left;
	}
}
