diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 4853bf2..6e9a7ba 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -4077,8 +4077,8 @@ function TournamentBracketSide({ side, navigate, highlight, onHover }) {
onClick={() => setCollapsed((value) => !value)}
type="button"
>
- ▾
{side.label}
+ ▾
{collapsed ? null : (
diff --git a/frontend/src/styles.css b/frontend/src/styles.css
index 71d013e..6c41542 100644
--- a/frontend/src/styles.css
+++ b/frontend/src/styles.css
@@ -843,7 +843,8 @@ h3 {
.bracket-caret {
display: inline-block;
- font-size: 0.7em;
+ font-size: 1.35rem;
+ line-height: 1;
transition: transform 0.18s ease;
}