.swa-widget {
	max-width: 640px;
	margin: 24px auto;
	padding: 24px;
	background: #faf9f7;
	border: 1px solid #e4e0d8;
	border-radius: 14px;
	font-family: inherit;
	text-align: center;
	box-sizing: border-box;
}
.swa-widget * {
	box-sizing: border-box;
}
.swa-intro-text {
	font-size: 16px;
	line-height: 1.9;
	color: #333;
	margin: 0 0 18px;
}
.swa-btn {
	display: inline-block;
	background: #1a1a1a;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px 28px;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.15s ease;
}
.swa-btn:hover {
	opacity: 0.85;
	color: #fff;
}
.swa-body {
	margin-top: 20px;
}
.swa-loading,
.swa-error {
	font-size: 15px;
	color: #555;
	padding: 20px 0;
}
.swa-error {
	color: #b02a2a;
}
.swa-retry {
	margin-top: 10px;
}
.swa-progress {
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
}
.swa-question {
	font-size: 19px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 18px;
	line-height: 1.7;
}
.swa-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.swa-option-btn {
	background: #fff;
	border: 1.5px solid #d8d3c8;
	border-radius: 999px;
	padding: 10px 20px;
	font-size: 14.5px;
	color: #1a1a1a;
	cursor: pointer;
	transition: all 0.15s ease;
}
.swa-option-btn:hover {
	background: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a;
}
.swa-results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
	text-align: right;
	margin-bottom: 20px;
}
.swa-product-card {
	background: #fff;
	border: 1px solid #eae6dc;
	border-radius: 12px;
	padding: 12px;
	display: flex;
	flex-direction: column;
}
.swa-product-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 10px;
	background: #f2f0ea;
}
.swa-product-name {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 6px;
	min-height: 38px;
}
.swa-product-price {
	font-size: 13.5px;
	color: #6a5b2e;
	margin-bottom: 10px;
}
.swa-product-actions {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.swa-product-actions .swa-btn {
	padding: 8px 10px;
	font-size: 13px;
	width: 100%;
}
.swa-view-btn {
	background: #fff;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
}
.swa-cart-btn {
	background: #1a1a1a;
	color: #fff;
}
.swa-restart-btn {
	background: transparent;
	color: #6a5b2e;
	border: 1.5px solid #d8d3c8;
}
