.result-switch { display: flex; gap: 20px; justify-content: end; height: 24px; margin-bottom: 50px; }
.result-switch button { width: 34px; height: 34px; border: 2px solid white; padding: 3px; color: #000073; }
.view-switch svg { width: 24px; height: 24px; }
.result-switch :hover button, .result-switch :focus button { border: 2px solid #000073; }
.result-switch [aria-pressed="true"] { color: white; background: #000073; border: 2px solid #000073; }