.hs-form-b8b405db {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    max-width: 300px;
    width: 100%;
}
.hs-input-b8b405db {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    flex-grow: 1;
    padding: 5px 0;
    font-size: 14px;
    box-shadow: none !important;
}
.hs-input-b8b405db:focus {
    box-shadow: none !important;
}
.hs-btn-b8b405db {
    background: none !important;
    border: none !important;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs-btn-b8b405db svg {
    transition: opacity 0.3s;
}
.hs-btn-b8b405db:hover svg {
    opacity: 0.7;
}