.glossar-suche-box {
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
max-width: 600px;
margin: 30px auto;
text-align: center;
}
.glossar-suche-box label {
font-weight: 600;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
}
.glossar-suche-box input[type="text"] {
padding: 10px;
font-size: 1em;
width: 80%;
max-width: 400px;
border: 1px solid #ccc;
border-radius: 4px;
}
.glossar-suche-box button {
margin-top: 12px;
padding: 10px 20px;
background-color: #1a237e;
color: #fff;
border: none;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
transition: background 0.3s ease;
}
.glossar-suche-box button:hover {
background-color: #3949ab;
}