.option-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 16px; }
.option-btn { padding: 6px 12px; border: 1px solid #ccc; border-radius: 4px; cursor: pointer; font-size: 0.9rem; text-decoration: none; color: #333; background: #f5f5f5; }
.option-btn.active { background: #76b900; color: #fff; border-color: #76b900; }
.option-btn:hover { background: #e0e0e0; }
