#faq-widget-container {
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 99999;
	font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
}

.mfw-launcher .launcher-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 14px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	box-shadow: 0 10px 24px rgba(0,0,0,.18);
	cursor: pointer;
	user-select: none;
	transition: transform .18s,box-shadow .18s,background .18s;
}

.mfw-launcher:hover .launcher-button {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.mfw-launcher:focus-visible .launcher-button {
	outline: #b3d4fc solid 2px;
	outline-offset: 3px;
}

.mfw-launcher .launcher-text {
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
}

.mfw-panel {
	position: absolute;
	right: 0;
	bottom: 64px;
	width: min(92vw,460px);
	max-height: min(50vh,450px);/*min(70vh,640px)*/
    min-height: min(35vh,335px);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 18px 36px rgba(0,0,0,.25);
	overflow: hidden;
	display: none;
}

.mfw-panel.is-open,.mfw-search.is-loading .mfw-spinner {
	display: block;
}

.mfw-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: #111827;
	position: relative;
}

.mfw-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}

.mfw-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 8px;
	background: 0 0;
	color: #fff;
}

.mfw-close:focus-visible {
	outline: #b3d4fc solid 2px;
	outline-offset: 2px;
}

.mfw-close svg {
	width: 16px;
	height: 16px;
	display: block;
}

.mfw-search {
	padding: 10px 12px 0;
	position: relative;
}

.mfw-body .faq-q,.mfw-search input {
	width: 100%;
}

.mfw-search input {
	font-size: 14px;
	border: 1px solid #e4e4e7;
	border-radius: 10px;
	padding: 10px 12px;
	outline: 0;
}

.mfw-search input:focus {
	border-color: #a1a1aa;
}

.mfw-body .mfw-faqs-search {
    position: relative;
    clear: both;
    display: flex;
    align-items: center;
}

.mfw-body .mfw-faqs-count {
	display: inline-block;
	height: 27px;
	font-size: 14px;
	line-height: 1.9;
    text-align: right;
    pointer-events: none;
	opacity: .65;
    position: absolute;
    right: 40px;
    width: auto;
}

.mfw-body .mfw-faqs-notice {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
	font-size: 14px;
	line-height: 1.9;
    text-align: center;
    pointer-events: none;
	opacity: .65;
    display: none;
}

.mfw-body .mfw-faqs-r {
	position: absolute;
	color: #000;
    top: 20px;
    right: 14px;
    width: 16px;
    height: 16px;
    display: none;
}
.mfw-body .mfw-faqs-r svg {
    width: 16px;
    height: 16px;
    vertical-align: unset;
}

.mfw-body .mfw-faqs-wrapper {
	overflow: auto;
    max-height: 225px;
    margin-top: 10px;
	padding: 0 12px;
}

.mfw-body .mfw-faqs-list {
    margin: auto;
    padding: 0;
}

.mfw-body .mfw-faqs-list li {
    list-style-type: none;
}

.mfw-body .mfw-faq-item {
	border-radius: 10px;
	margin: 0 0 8px !important;
	border: 1px solid #eee !important;
	background: #fff;
    cursor: pointer;
}

.mfw-body .mfw-faq-q {
	font-family: nimbus-sans,sans-serif;
	font-size: 15px;
	font-weight: 400 !important;
	color: #000;
    padding: 12px 14px !important;
	border: 0;
	color: #000;
	background-color: #f3f5f7;
    text-align: left;
}

.mfw-body .mfw-faq-q:focus {
	outline: #b3d4fc solid 2px;
	outline-offset: 2px;
	background-color: rgba(207,215,223,.41);
}

.mfw-body .mfw-faq-a,.mfw-body .mfw-faq-a p {
	font-family: nimbus-sans,sans-serif;
}

.mfw-body .mfw-faq-a {
	font-size: 15px;
	color: #3f3f46;
	padding: 0 14px 12px;
    display: none;
}

.mfw-body .mfw-faq-a p {
	margin: 10px 0;
}

.mfw-body .mfw-delivery, .mfw-body .mfw-more {
    display: inline-block;
    margin: 6px 1px 10px;
    padding: 6px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
}

.mfw-body .mfw-delivery {
    float: right;
    margin-top: 0;
    background: #eee;
}

.mfw-body .mfw-more {
    margin-top: 10px;
    margin-left: 12px;
    background: #fff;
}

.mfw-body .mfw-delivery:hover {
    background: #ddd;
}

.mfw-body .mfw-more:hover {
    background: #eee;
}

@media (min-width:480px) {
	#faq-widget-container {
		right: 18px;
		bottom: 18px;
	}
}
@media (max-width:620px) {
	/*iOS fix*/
	.mfw-faqs-input,
	.mfw-search input,
	.mfw-panel input {
		font-size: 16px !important;
	}
}
