diff --git a/css/dashboard.css b/css/dashboard.css index b516ded..43401bc 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -409,4 +409,28 @@ h2 { .disadvantage h4 { color: #dc3545; margin-bottom: 0.5rem; +} + +.filter-btn { + background: white; + border: 2px solid #e85d04; + color: #e85d04; + padding: 0.6rem 1.2rem; + border-radius: 20px; + cursor: pointer; + font-weight: 600; + font-family: inherit; + transition: all 0.2s ease; +} +.filter-btn.active, .filter-btn:hover { + background: #e85d04; + color: white; +} +.search-filter-container input:focus, .search-filter-container select:focus { + outline: none; + border-color: #e85d04; + box-shadow: 0 0 5px rgba(232, 93, 4, 0.3); +} +.analysis-grid ul { + list-style-type: square; } \ No newline at end of file