.wef-filter-info-trigger {
	align-items: center;
	background: #f3f4f6;
	border: 0;
	border-radius: 999px;
	color: #6b7280;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 18px;
	font-size: 12px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	line-height: 1;
	margin-left: 8px;
	padding: 0;
	position: relative;
	top: -1px;
	width: 18px;
}

.wef-filter-info-trigger:hover,
.wef-filter-info-trigger:focus-visible {
	background: #e5e7eb;
	color: #374151;
	outline: none;
}

.wef-modal-overlay {
	align-items: center;
	background: rgba(0, 0, 0, .4);
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 9999;
}

.wef-modal {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	max-height: 85vh;
	overflow: auto;
	padding: 18px 20px;
	position: relative;
	width: min(720px, 92vw);
}

.wef-modal h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
}

.wef-modal-close {
	background: transparent;
	border: 0;
	color: #6b7280;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 14px;
	top: 10px;
}

.wef-modal-body {
	font-size: 14px;
	line-height: 1.38;
}

.wef-modal-section {
	border-top: 1px solid #e5e7eb;
	margin-top: 16px;
	padding-top: 16px;
}

.wef-modal-section:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.wef-modal-section__title {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.wef-modal-section__icon {
	color: inherit;
	display: inline-flex;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
}

.wef-modal-section__icon svg {
	display: block;
	height: 20px;
	width: 20px;
}

.wef-modal-section h4 {
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}

.wef-modal-body p {
	line-height: 1.38;
	margin: 0 0 8px;
}

.wef-modal-body ul {
	line-height: 1.38;
	margin: 0 0 9px 18px;
	padding: 0;
}

.wef-modal-body li {
	line-height: 1.38;
	margin: 0 0 4px;
}

.wef-modal-body h4 {
	line-height: 1.25;
	margin: 12px 0 6px;
}

.wef-modal-body table {
	border-collapse: collapse;
	margin: 10px 0 0;
	width: 100%;
}

.wef-modal-body th,
.wef-modal-body td {
	border: 1px solid #e5e7eb;
	font-size: 13px;
	padding: 8px 10px;
	text-align: left;
}

.wef-modal-actions {
	border-top: 1px solid #e5e7eb;
	display: flex;
	justify-content: flex-end;
	margin-top: 14px;
	padding-top: 12px;
}

.wef-modal-action-close {
	background: #821bed;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 9px 15px;
}

.wef-modal-action-close:hover,
.wef-modal-action-close:focus-visible {
	background: #6f16ca;
	box-shadow: 0 0 0 3px rgba(130, 27, 237, .18);
	outline: none;
}
