.alphabet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:8px}.alphabet-item{display:flex;align-items:center;justify-content:center;height:40px;background:#1a1d24;color:#fff;font-weight:600;transition:.2s;text-decoration:none}.alphabet-item:hover{background:#f47521;transform:scale(1.05)}