/* Keyboard users must always be able to see where focus is located. */
:focus {
	outline: 3px solid #005fcc !important;
	outline-offset: 3px !important;
}

.cielec-skip-link {
	background: #ffffff;
	border: 2px solid #005fcc;
	border-radius: 3px;
	color: #102a43;
	font-size: 16px;
	font-weight: 700;
	left: 12px;
	padding: 12px 18px;
	position: fixed;
	top: -120px;
	z-index: 1000001;
}

.cielec-skip-link:focus {
	top: 12px;
}

.cielec-whatsapp-business {
	align-items: center;
	background: #128c4a;
	border: 2px solid #ffffff;
	border-radius: 999px;
	bottom: 20px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
	color: #ffffff !important;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 18px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	z-index: 1000000;
}

.cielec-whatsapp-business:hover,
.cielec-whatsapp-business:focus {
	background: #0b6f3a;
	color: #ffffff !important;
}

.cielec-whatsapp-number {
	font-size: 13px;
	font-weight: 600;
	margin-top: 2px;
}

.cielec-whatsapp-popup {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d8e2dc;
	border-left: 6px solid #128c4a;
	border-radius: 12px;
	bottom: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
	color: #1f2933;
	display: flex;
	gap: 14px;
	max-width: calc(100vw - 40px);
	padding: 18px 20px;
	position: fixed;
	right: 20px;
	width: 370px;
	z-index: 1000000;
}

.cielec-whatsapp-popup[hidden] {
	display: none;
}

.cielec-whatsapp-icon {
	align-items: center;
	background: #128c4a;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	flex: 0 0 48px;
	font-size: 25px;
	height: 48px;
	justify-content: center;
}

.cielec-whatsapp-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
}

.cielec-whatsapp-content strong {
	font-size: 18px;
	line-height: 1.25;
}

.cielec-whatsapp-content > span {
	font-size: 14px;
	line-height: 1.45;
}

.cielec-whatsapp-action {
	align-self: flex-start;
	background: #128c4a;
	border-radius: 6px;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 700;
	margin-top: 7px;
	padding: 9px 12px;
	text-decoration: none !important;
}

.cielec-whatsapp-action:hover,
.cielec-whatsapp-action:focus {
	background: #0b6f3a;
	color: #ffffff !important;
}

.cielec-whatsapp-action span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-top: 2px;
}

.cielec-whatsapp-close {
	background: transparent;
	border: 0;
	color: #52616b;
	cursor: pointer;
	font-size: 25px;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 7px;
	top: 5px;
}

@media (max-width: 480px) {
	.cielec-whatsapp-business {
		bottom: 12px;
		right: 12px;
	}

	.cielec-whatsapp-popup {
		bottom: 12px;
		max-width: calc(100vw - 24px);
		padding: 16px;
		right: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
