.sponsor-section{font-family:Roboto Condensed,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;min-height:40px;box-sizing:border-box}.sponsor-section a{display:flex;align-items:center;justify-content:center;gap:8px;flex:1 0 100%;color:inherit;padding:8px 0}.sponsor-section.light-mode{--bg: white;--hover-bg: var(--S_50);--text: var(--I_500);--shadow: 0 0 10px rgba(26, 65, 124, .2)}.sponsor-section.dark-mode{--bg: var(--I_300);--hover-bg: var(--S_200);--text: white;--shadow: 0 0 10px rgba(0, 0, 0, .2)}.sponsor-section.light-mode,.sponsor-section.dark-mode{color:var(--text);background-color:var(--bg);box-shadow:var(--shadow)}.sponsor-section.light-mode.link:hover,.sponsor-section.dark-mode.link:hover{background-color:var(--hover-bg)}
