diff --git a/templates/ff_freegame_main_list.html b/templates/ff_freegame_main_list.html
index b3a19f5..bda6380 100644
--- a/templates/ff_freegame_main_list.html
+++ b/templates/ff_freegame_main_list.html
@@ -84,8 +84,15 @@
color: #fff;
}
.ffg-badge-new {
+ top: auto;
left: 10px;
bottom: 10px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ min-width: 42px;
+ min-height: 24px;
+ padding: 5px 9px;
background: #ef4444;
color: #fff;
box-shadow: 0 0 0 2px rgba(0, 0, 0, .18);