.verasi-filter-container { width: 100%; }
.verasi-title { margin: 0; font-size: 24px; font-weight: 800; color: #333; }
.verasi-divider { border: none; border-top: 3px solid var(--verasi-accent-color, #a2bc3b); width: 100%; margin: 8px 0 20px 0; }
.verasi-input { width: 100%; background: #e0e0e0; border: none; padding: 12px; border-radius: 10px; margin-bottom: 15px; box-sizing: border-box; }
.verasi-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; }
.verasi-item:last-child { border-bottom: none; }
.filter-label { display: flex; align-items: center; gap: 10px; cursor: pointer; flex-grow: 1; font-size: 15px; }
.filter-label input { width: 18px; height: 18px; cursor: pointer; margin: 0; }
.verasi-apply-btn { border: none; font-weight: bold; cursor: pointer; transition: 0.3s; display: inline-block; text-align: center; }