/**
 * LECA Product Filters — widget-only helpers (style_mode none 에서도 로드).
 */
.leca-wpf-widget-inner {
	display: block;
	width: 100%;
}

.leca-wpf-widget-style--minimal {
	padding-block: 0.5rem;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

.leca-wpf-widget-style--card {
	padding: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 1px 2px rgb(15 23 42 / 6%);
}

.leca-wpf-widget-style--flush {
	margin: 0;
	padding: 0;
}

.leca-wpf-widget-style--custom {
	/* 사용자 CSS는 인라인으로 주입됩니다. */
}

.leca-wpf-widget-edit {
	font-size: 0.8125rem;
	margin: 0.75rem 0 0;
	text-align: right;
}

.leca-wpf-widget-edit a {
	text-decoration: underline;
	cursor: pointer;
}

.leca-wpf-widget-hint {
	font-size: 0.875rem;
	color: #666;
	padding: 0.5rem 0;
}

.leca-wpf-widget-chips {
	margin-bottom: 0.75rem;
}

.leca-wpf-sorting {
	display: block;
	width: 100%;
}

.leca-wpf-orderby-select {
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.leca-wpf-sorting-item {
	margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
	.leca-wpf-show-on-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.leca-wpf-show-on-mobile {
		display: block;
	}
}
