.angie-product-search-block-5520a84b {
    margin-bottom: 1.5em;
    width: 100%;
}
.angie-product-search-block-5520a84b .search-form-wrapper {
    display: flex;
    width: 100%;
    border: 2px solid #017BCE;
    border-radius: 4px;
    overflow: hidden;
}
.angie-product-search-block-5520a84b .search-field {
    flex-grow: 1;
    padding: 12px 16px;
    border: none;
    outline: none;
    font-size: 16px;
    margin: 0;
    background: transparent;
}
.angie-product-search-block-5520a84b .search-form-wrapper button {
    background-color: #017BCE;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.angie-product-search-block-5520a84b .search-form-wrapper button:hover {
    background-color: #33D201;
}
.angie-product-search-block-5520a84b .placeholder-editor {
    opacity: 0.8;
}
