.ionyx-wa-widget {
	position: fixed;
	right: 18px;
	bottom: 20px;
	z-index: 9999;
	font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.ionyx-wa-widget summary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-left: auto;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: #1eaf55;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 26, 49, 0.28);
	cursor: pointer;
	list-style: none;
}

.ionyx-wa-widget summary::-webkit-details-marker {
	display: none;
}

.ionyx-wa-widget summary:focus-visible {
	outline: 3px solid #f4b000;
	outline-offset: 3px;
}

.ionyx-wa-widget summary svg {
	width: 30px;
	height: 30px;
}

.ionyx-wa-panel {
	position: absolute;
	right: 0;
	bottom: 68px;
	width: min(340px, calc(100vw - 28px));
	padding: 20px;
	border: 1px solid #d9e3e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(0, 26, 49, 0.24);
}

.ionyx-wa-panel h2 {
	margin: 0 0 6px;
	color: #092f45;
	font-size: 18px;
	line-height: 1.25;
}

.ionyx-wa-panel > p {
	margin: 0 0 14px;
	color: #4f565c;
	font-size: 13px;
	line-height: 1.5;
}

.ionyx-wa-options {
	display: grid;
	gap: 9px;
}

.ionyx-wa-option {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 52px;
	padding: 9px 12px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #fff !important;
	text-decoration: none !important;
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.ionyx-wa-option:hover,
.ionyx-wa-option:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 7px 18px rgba(0, 26, 49, 0.2);
}

.ionyx-wa-option:focus-visible {
	outline: 3px solid #f4b000;
	outline-offset: 2px;
}

.ionyx-wa-option--gt {
	background: #1eaf55;
}

.ionyx-wa-option--usa {
	background: #092f45;
}

.ionyx-wa-option svg {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
}

.ionyx-wa-option span {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.ionyx-wa-option strong {
	font-size: 13px;
}

.ionyx-wa-option small {
	font-size: 11px;
	opacity: 0.9;
}

@media (max-width: 767px) {
	.ionyx-wa-widget {
		right: 12px;
		bottom: 14px;
	}

	.ionyx-wa-widget summary {
		width: 52px;
		height: 52px;
	}

	.ionyx-wa-panel {
		bottom: 62px;
	}
}
