/* =========================================================
   BB Cookie Notice — עיצוב
   צבעי מותג: לבן | אדום #E75063 | כחול כהה #183056
   ========================================================= */

.bbcn-bar {
	position: fixed;
	bottom: 18px;
	left: 18px;
	z-index: 999999;
	max-width: 400px;
	width: calc(100% - 36px);
	font-family: Arial, Helvetica, sans-serif;
	direction: rtl;

	background: #ffffff;
	border: 1.5px solid #f1d9dc;
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(24, 48, 86, 0.18);

	opacity: 0;
	transform: translateY(16px);
	transition: opacity 320ms ease, transform 320ms ease;
}

.bbcn-bar.bbcn-visible {
	opacity: 1;
	transform: translateY(0);
    position: fixed;
    right: 20px;
}

.bbcn-bar[hidden] {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.bbcn-bar {
		transition: opacity 1ms linear;
		transform: none;
	}
}

.bbcn-inner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 14px 14px 10px;
}

.bbcn-icon {
	flex-shrink: 0;
	display: inline-flex;
	margin-top: 2px;
}

.bbcn-text {
	flex: 1;
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.55;
	color: #183056;
}

.bbcn-link {
	display: inline-block;
	margin-inline-start: 4px;
	color: #183056;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #e75063;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.bbcn-link:hover {
	color: #e75063;
}

.bbcn-link:focus-visible {
	outline: 3px solid #183056;
	outline-offset: 2px;
	border-radius: 3px;
}

.bbcn-close {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	background: #f7f2f2;
	color: #183056;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 150ms ease, color 150ms ease;
}

.bbcn-close:hover {
	background: #e75063;
	color: #ffffff;
}

.bbcn-close:focus-visible {
	outline: 3px solid #183056;
	outline-offset: 2px;
}

@media (max-width: 480px) {
	.bbcn-bar {
		left: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
		max-width: none;
		border-radius: 14px;
	}

	.bbcn-text {
		font-size: 0.84rem;
	}
}
