Appsafe Club (Official - 2024)

.logo-area display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 1rem;

.review-btn margin-top: 0.7rem; width: 100%; background: #f0f6f9; border: none; padding: 0.5rem; border-radius: 40px; font-weight: 500; cursor: pointer; transition: 0.2s; color: #1a4a5f;

let currentFilterCategory = "all"; let currentSearchTerm = ""; let currentSafetyThreshold = 0; appsafe club

// initial render renderApps();

.nav-links display: flex; gap: 1.8rem; margin-top: 0.5rem; .logo-area display: flex

.review-btn:hover background: #1e6f5c; color: white;

.close-modal position: absolute; top: 1rem; right: 1.5rem; font-size: 1.5rem; cursor: pointer; .review-btn margin-top: 0.7rem

.app-category font-size: 0.7rem; background: #e9f0f3; display: inline-block; padding: 0.2rem 0.6rem; border-radius: 30px; margin-top: 4px;