diff --git a/web/templates/base.html b/web/templates/base.html
index b31c924..30de71a 100644
--- a/web/templates/base.html
+++ b/web/templates/base.html
@@ -123,11 +123,10 @@
.map-popup-actions .btn { padding: 0.35rem 0.7rem; font-size: 12px; }
.map-popup-actions form { margin: 0; }
.brand-dot {
- width: 2.25rem; height: 2.25rem; border-radius: 9999px;
- object-fit: cover; display: block;
- border: 2px solid #fff;
- box-shadow: 0 1px 4px rgba(47, 138, 224, 0.35);
+ width: 2.25rem; height: 2.25rem; border-radius: 10px;
+ object-fit: contain; display: block;
background: #fff;
+ box-shadow: 0 1px 4px rgba(47, 138, 224, 0.35);
}
a { color: var(--primary); }
a:hover { text-decoration: underline; }