.shavtieli-consent-banner {
	position: fixed;
	bottom: 16px;
	left: 16px;
	right: 16px;
	z-index: 999999;
	direction: rtl;
	background: linear-gradient(135deg, rgba(54, 56, 57, 0.96), rgba(54, 56, 57, 0.92));
	color: #ffffff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.shavtieli-consent-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 14px 16px;
}

.shavtieli-consent-text {
	margin: 0 0 10px;
	line-height: 1.55;
	font-size: 14px;
}

.shavtieli-consent-link {
	color: #bfe8ff;
	text-decoration: underline;
}

.shavtieli-consent-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.shavtieli-btn {
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	color: #ffffff;
	background: transparent;
}

.shavtieli-btn:focus-visible {
	outline: 3px solid #35baf2;
	outline-offset: 2px;
}

.shavtieli-btn-primary {
	background: #35baf2;
	border-color: rgba(53, 186, 242, 0.8);
	color: #0b1320;
}

.shavtieli-btn-secondary {
	background: transparent;
}

.shavtieli-btn-ghost {
	background: transparent;
}

.shavtieli-consent-settings-link-wrap {
	display: flex;
	justify-content: flex-start;
	direction: rtl;
	margin-top: 10px;
}

.shavtieli-consent-settings-link {
	color: #35baf2;
	text-decoration: underline;
	font-size: 13px;
}

.shavtieli-consent-dialog {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	direction: rtl;
}

.shavtieli-consent-dialog-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.shavtieli-consent-dialog-panel {
	position: relative;
	margin: 7vh auto 0;
	max-width: 720px;
	width: calc(100% - 24px);
	background: #ffffff;
	color: #0b1320;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
	padding: 18px 18px 12px;
}

.shavtieli-consent-dialog-title {
	margin: 0 0 10px;
	font-size: 18px;
}

.shavtieli-consent-dialog-desc {
	margin: 0 0 14px;
	line-height: 1.55;
}

.shavtieli-fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 14px;
}

.shavtieli-legend {
	font-weight: 700;
	margin-bottom: 10px;
}

.shavtieli-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}

.shavtieli-consent-dialog-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 4px;
}

/* Local accessibility toolbar */
.shavtieli-a11y {
	position: fixed;
	top: 50%;
	inset-inline-start: 12px;
	transform: translateY(-50%);
	z-index: 999990;
	direction: rtl;
}

.shavtieli-a11y-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #0b1320;
	color: #fff;
	border: 2px solid #35baf2;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	line-height: 1.2;
}

.shavtieli-a11y-toggle-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: #35baf2;
}

.shavtieli-a11y-toggle-icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.shavtieli-a11y-toggle-label {
	display: inline-block;
}

.shavtieli-a11y-toggle:focus-visible,
.shavtieli-a11y-btn:focus-visible {
	outline: 3px solid #35baf2;
	outline-offset: 2px;
}

.shavtieli-a11y-panel {
	position: absolute;
	top: 0;
	inset-inline-start: calc(100% + 10px);
	width: min(280px, calc(100vw - 40px));
	background: #fff;
	color: #0b1320;
	border: 1px solid #d5dde8;
	border-radius: 12px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
	padding: 12px;
}

.shavtieli-a11y-title {
	margin: 0 0 6px;
	font-size: 16px;
}

.shavtieli-a11y-desc {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.45;
	color: #445;
}

.shavtieli-a11y-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.shavtieli-a11y-btn {
	border: 1px solid #c9d3e0;
	background: #f5f8fc;
	color: #0b1320;
	border-radius: 8px;
	padding: 8px 10px;
	font-size: 13px;
	cursor: pointer;
}

.shavtieli-a11y-btn[aria-pressed="true"] {
	background: #35baf2;
	border-color: #1ea0d8;
	color: #0b1320;
	font-weight: 700;
}

.shavtieli-a11y-btn-reset {
	background: #fff4f4;
	border-color: #f0b4b4;
}

html.shavtieli-a11y-contrast,
html.shavtieli-a11y-contrast body {
	background: #000 !important;
	color: #fff !important;
}

html.shavtieli-a11y-contrast a {
	color: #9ad7ff !important;
}

html.shavtieli-a11y-contrast img,
html.shavtieli-a11y-contrast video {
	filter: grayscale(100%) contrast(1.15);
}

html.shavtieli-a11y-reduce-motion *,
html.shavtieli-a11y-reduce-motion *::before,
html.shavtieli-a11y-reduce-motion *::after {
	animation-duration: 0.001ms !important;
	animation-iteration-count: 1 !important;
	transition-duration: 0.001ms !important;
	scroll-behavior: auto !important;
}

@media (max-width: 782px) {
	.shavtieli-a11y {
		top: auto;
		bottom: 90px;
		transform: none;
	}

	.shavtieli-a11y-panel {
		top: auto;
		bottom: 0;
		inset-inline-start: 0;
	}
}


