/* Copyright (C) 2025 Seekra Group GbR All rights reserved. This file is a part of the Seekra Client Library. */ body { margin: 0; padding: 0; font-family: sans-serif; background-color: var(--light-background); color: var(--dark); } .global-header { display: flex; justify-content: center; } #global-logo { max-width: 80vw; height: auto; } main { display: flex; flex-direction: column; align-items: center; } #search-bar { display: flex; width: 100%; max-width: 80vw; margin: 20px auto; box-shadow: 0 0 5px var(--window-shadow); } #search-input { width: 100%; height: 40px; font-size: 17px; background-color: var(--light-background); caret-color: var(--dark); } #search-input:focus { outline: none; } .search { width: 100%; max-width: 600px; margin: 0 auto; } #search-icon { width: 20px; filter: invert(0.5); z-index: 10; margin: 0 10px 0 5px; } .search-form { display: flex } .hidden { display: none; }