.angie-search-bar-0a625305 {
    width: 100%;
}
.angie-search-bar-0a625305 .angie-search-wrapper {
    display: flex;
    align-items: stretch;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
}
.angie-search-bar-0a625305 .angie-search-input {
    flex-grow: 1;
    border: none;
    padding: 12px 15px;
    outline: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
    margin: 0;
}
.angie-search-bar-0a625305 .angie-search-input:focus {
    outline: none;
    box-shadow: none;
}
.angie-search-bar-0a625305 .angie-search-btn {
    background: #000000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    margin: 0;
}
.angie-search-bar-0a625305 .angie-search-btn img {
    max-width: 20px;
    max-height: 20px;
    display: block;
}
.angie-search-bar-0a625305 .fallback-icon {
    color: #ffffff;
    font-size: 16px;
}
