.uk-qa-widget-container-ab51e658 {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	font-family: inherit;
	max-width: 800px;
	margin: 0 auto;
}

.uk-qa-header {
	text-align: center;
	margin-bottom: 24px;
}

.uk-qa-header h3 {
	margin: 0 0 8px 0;
	color: #0f172a;
	font-size: 24px;
}

.uk-qa-header p {
	color: #64748b;
	font-size: 14px;
	margin: 0;
}

.uk-qa-search-box {
	position: relative;
	margin-bottom: 20px;
}

#uk-qa-search-input-ab51e658 {
	width: 100%;
	padding: 14px 45px 14px 16px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	font-size: 15px;
	outline: none;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
}

#uk-qa-search-input-ab51e658:focus {
	border-color: #0284c7;
}

.uk-qa-search-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 18px;
}

.uk-qa-categories {
	display: flex;
	gap: 10px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.uk-qa-cat-btn {
	background: #f1f5f9;
	border: none;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	color: #475569;
	cursor: pointer;
	transition: all 0.2s ease;
}

.uk-qa-cat-btn:hover {
	background: #e2e8f0;
}

.uk-qa-cat-btn.active {
	background: #0284c7;
	color: #ffffff;
}

.uk-qa-accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

.uk-qa-item {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
}

.uk-qa-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	background: #f8fafc;
	border: none;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	cursor: pointer;
	transition: background 0.2s ease;
}

.uk-qa-question:hover {
	background: #f1f5f9;
}

.uk-qa-arrow {
	font-size: 10px;
	color: #64748b;
	transition: transform 0.2s ease;
}

.uk-qa-item.active .uk-qa-arrow {
	transform: rotate(180deg);
}

.uk-qa-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
	background: #ffffff;
	padding: 0 16px;
}

.uk-qa-item.active .uk-qa-answer {
	max-height: 1000px;
	padding: 16px;
	border-top: 1px solid #e2e8f0;
	transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}

.uk-qa-answer p {
	margin: 0 0 12px 0;
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
}

.uk-qa-answer ul {
	margin: 0;
	padding-left: 20px;
	font-size: 14px;
	color: #475569;
}

.uk-qa-answer li {
	margin-bottom: 6px;
}

.uk-qa-custom-inquiry {
	border-top: 1px solid #f1f5f9;
	padding-top: 24px;
	text-align: center;
}

.uk-qa-custom-inquiry h4 {
	margin: 0 0 6px 0;
	color: #0f172a;
	font-size: 16px;
}

.uk-qa-custom-inquiry p {
	color: #64748b;
	font-size: 13px;
	margin: 0 0 16px 0;
}

.uk-qa-form-row {
	display: flex;
	gap: 10px;
	max-width: 600px;
	margin: 0 auto;
}

#uk-qa-custom-text-ab51e658 {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	font-size: 14px;
	outline: none;
}

.uk-qa-submit-btn {
	background: #0284c7;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	transition: background 0.2s ease;
}

.uk-qa-submit-btn:hover {
	background: #0369a1;
}

.uk-qa-response-message {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #15803d;
}
