.angie-search-wrapper-5c2be019 {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.angie-search-input-5c2be019 {
    flex-grow: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}
.angie-search-btn-5c2be019 {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.angie-search-btn-5c2be019:hover {
    background-color: #555;
}