.search-form {
display: flex;
justify-content: center;
margin: 2rem 0;
}
.search-container {
display: flex;
width: 100%;
max-width: 500px;
border: 1px solid #ccc;
border-radius: 24px;
overflow: hidden;
}
.search-container input {
flex: 1;
padding: 0.75rem 1rem;
border: none;
font-size: 1rem;
outline: none;
}
.search-container button {
background: #007bff;
color: white;
border: none;
padding: 0 1.25rem;
cursor: pointer;
font-size: 1.1rem;
}
.search-container button:hover {
background: #0056b3;
}
.search-form {
display: flex;
justify-content: center;
margin: 2rem 0;
}
.search-container {
display: flex;
width: 100%;
max-width: 500px;
border: 1px solid #ccc;
border-radius: 24px;
overflow: hidden;
}
.search-container input {
flex: 1;
padding: 0.75rem 1rem;
border: none;
font-size: 1rem;
outline: none;
}
.search-container button {
background: #007bff;
color: white;
border: none;
padding: 0 1.25rem;
cursor: pointer;
font-size: 1.1rem;
}
.search-container button:hover {
background: #0056b3;
}